#3375E9
A medium, vivid blue closely aligning with Royalblue.
About #3375E9
At its core, #3375E9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 117, and 233.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 78% cyan and 50% magenta inks. With a hue angle of 218.2 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3375E9
RGB51, 117, 233
HSL218.2°, 80.5%, 55.7%
CMYK78%, 50%, 0%, 9%
HSV218.2°, 78.1%, 91.4%
LAB51.0, 20.0, -64.6
XYZ22.4, 19.3, 79.6
Decimal3372521
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3375E9;
}
.text-color {
color: #3375E9;
}
.border-color {
border: 2px solid #3375E9;
}