#3307F0
A medium, vivid blue closely aligning with Blue.
About #3307F0
At its core, #3307F0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Blue. This translates to an RGB value of rgb(51, 7, 240).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 79% cyan, 97% magenta, 0% yellow, and 6% black. The HSL representation is 251.3° hue, 94.3% saturation, and 48.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3307F0
RGB51, 7, 240
HSL251.3°, 94.3%, 48.4%
CMYK79%, 97%, 0%, 6%
HSV251.3°, 97.1%, 94.1%
LAB32.1, 75.1, -99.6
XYZ17.2, 7.1, 82.9
Decimal3344368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.64:1
Text on #FFFFFF
AAA
2.43:1
Text on #000000
FAIL
8.26:1
Text on #F8FAFC
AAA
2.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3307F0;
}
.text-color {
color: #3307F0;
}
.border-color {
border: 2px solid #3307F0;
}