Home · Branding · Quero Education

Quero Education Brand Identity

A complete profile of Quero Education's visual system — colors, typography, components, and personality — extracted from http://querobolsa.com.br. Built for designers, agents, and AI tools.

Download JSON
Primary
#35495E
Accent
#304FFE
Body Font
Red Hat Text
Heading
Red Hat Text

Color Palette

Brand palette extracted from http://querobolsa.com.br.

primary
#35495E
rgb(53, 73, 94)
secondary
#EDF2FF
rgb(237, 242, 255)
accent
#304FFE
rgb(48, 79, 254)
background
#F6F7F8
rgb(246, 247, 248)
textPrimary
#304FFE
rgb(48, 79, 254)
link
#304FFE
rgb(48, 79, 254)

Typography

Each font links to its Google Fonts page where available.

primary
Red Hat Text
Red Hat Text Google Fonts →
heading
Red Hat Text
Red Hat Text Google Fonts →
Red Hat Text, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

Quero Education logo
Logo
Quero Education favicon
Favicon
Quero Education social image
Social Card

UI Components

Live previews rendered using Quero Education's actual button styles.

input
background transparent textColor #373D42 borderColor null borderRadius 0px shadow rgb(255, 255, 255) 0px 0px 0px 0px, rgba(59, 130, 246, 0.498) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
buttonPrimary
background #304FFE textColor #EDF2FF borderRadius 8px shadow none
buttonSecondary
background #EDF2FF textColor #304FFE borderColor #C9D9FF borderRadius 8px shadow none

Brand Personality

Tone: professional Energy: medium Audience: students and educational seekers

Quero Education Brand in the Wild

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

Frequently Asked Questions

What is Quero Education's primary brand color?

Quero Education's primary brand color is #35495E. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Quero Education use?

Quero Education uses #304FFE as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Quero Education use?

Quero Education uses Red Hat Text as the primary typeface across body and headings.

Does Quero Education use a light or dark theme?

Quero Education's primary site uses a light color scheme, with a background of #F6F7F8.

Where can I find Quero Education's logo?

Quero Education's logo is available directly on their site (http://querobolsa.com.br). 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 http://querobolsa.com.br 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 Quero Education.

Methodology

Brand data on this page was extracted from http://querobolsa.com.br 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 Quero Education.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Red Hat Text",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#35495E",
    "secondary": "#EDF2FF",
    "accent": "#304FFE",
    "background": "#F6F7F8",
    "textPrimary": "#304FFE",
    "link": "#304FFE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Red Hat Text",
      "heading": "Red Hat Text"
    },
    "fontStacks": {
      "heading": [
        "Red Hat Text",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Red Hat Text",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Red Hat Text",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "24px",
      "h2": "24px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#373D42",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "rgb(255, 255, 255) 0px 0px 0px 0px, rgba(59, 130, 246, 0.498) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonPrimary": {
      "background": "#304FFE",
      "textColor": "#EDF2FF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#EDF2FF",
      "textColor": "#304FFE",
      "borderColor": "#C9D9FF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://kong.quero.com/logotype-querobolsa.svg",
    "favicon": "https://querobolsa.com.br/apple-touch-icon.png?v=1.0.4",
    "ogImage": "https://kong.quero.com/og-querobolsa.png",
    "logoHref": "/",
    "logoAlt": "Logo Quero Bolsa"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Quero Bolsa'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 15,
      "text": "Buscar",
      "reasoning": "Button #5 has a vibrant blue background (#304FFE), which is the brand color, making it stand out as the primary call-to-action. The text 'Buscar' (Search) is action-oriented, further supporting its role as the primary CTA."
    },
    "secondary": {
      "index": 16,
      "text": "Entrar",
      "reasoning": "Button #6 has a different background color (#EDF2FF) and serves a secondary function with the text 'Entrar' (Enter), which is less prominent than the primary action of searching."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "students and educational seekers"
  },
  "designSystem": {
    "framework": "tailwind",
    "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 matches the brand name 'Quero Bolsa'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles