Home · Branding · Bloom Institute of Technology

Bloom Institute of Technology Brand Identity

A complete profile of Bloom Institute of Technology's visual system — colors, typography, components, and personality — extracted from https://www.bloomtech.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#00808C
Accent
#FF4B00
Body Font
Open Sans
Heading
Open Sans

Color Palette

Brand palette extracted from https://www.bloomtech.com.

primary
#00808C
rgb(0, 128, 140)
secondary
#2C1B25
rgb(44, 27, 37)
accent
#FF4B00
rgb(255, 75, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#202020
rgb(32, 32, 32)
link
#FF4B00
rgb(255, 75, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Open Sans
heading
Open Sans
Titillium Web, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Bloom Institute of Technology logo
Logo
Bloom Institute of Technology favicon
Favicon
Bloom Institute of Technology social image
Social Card

UI Components

Live previews rendered using Bloom Institute of Technology's actual button styles.

buttonPrimary
background #00808C textColor #FFFFFF borderColor #00808C borderRadius 12px shadow none
buttonSecondary
background #F2EEF0 textColor #333333 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: Aspiring tech professionals and students looking for online coding education.

Bloom Institute of Technology Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Bloom Institute of Technology's primary brand color?

Bloom Institute of Technology's primary brand color is #00808C. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Bloom Institute of Technology use?

Bloom Institute of Technology uses #FF4B00 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Bloom Institute of Technology use?

Bloom Institute of Technology uses Open Sans as the primary typeface across body and headings.

Does Bloom Institute of Technology use a light or dark theme?

Bloom Institute of Technology's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Bloom Institute of Technology's logo?

Bloom Institute of Technology's logo is available directly on their site (https://www.bloomtech.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.bloomtech.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Bloom Institute of Technology.

Methodology

Brand data on this page was extracted from https://www.bloomtech.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Bloom Institute of Technology.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#00808C",
    "secondary": "#2C1B25",
    "accent": "#FF4B00",
    "background": "#FFFFFF",
    "textPrimary": "#202020",
    "link": "#FF4B00"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Open Sans"
    },
    "fontStacks": {
      "heading": [
        "Titillium Web",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "66px",
      "h2": "48px",
      "body": "25px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#00808C",
      "textColor": "#FFFFFF",
      "borderColor": "#00808C",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F2EEF0",
      "textColor": "#333333",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/613baa7ad4f394142e65cb73/6228f3eb1016857d094821f1_BloomTech-Logo-Black.png",
    "favicon": "https://cdn.prod.website-files.com/613baa7ad4f394142e65cb73/618b516b97ebc0ea918c35d4_32.png",
    "ogImage": "https://cdn.prod.website-files.com/613baa7ad4f394142e65cb73/63052986d3eeaf5b3312dff9_home_opengraph.jpg",
    "logoHref": "/",
    "logoAlt": "Logo Bloom Institute of Technology"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Bloom Institute of Technology'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Join WAITLIST",
      "reasoning": "Button #0 uses the brand's primary color (#00808C) and has action-oriented text ('Join WAITLIST'), making it the most prominent CTA."
    },
    "secondary": {
      "index": 2,
      "text": "more students stories",
      "reasoning": "Button #2 has a different background color (#F2EEF0) and serves as a secondary action with less emphasis ('more students stories')."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "Aspiring tech professionals and students looking for online coding education."
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Bloom Institute of Technology'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles