#335F99
A medium, moderate blue closely aligning with Steelblue.
About #335F99
At its core, #335F99 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 51 red, 95 green, and 153 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 67% cyan and 38% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#335F99
RGB51, 95, 153
HSL214.1°, 50.0%, 40.0%
CMYK67%, 38%, 0%, 40%
HSV214.1°, 66.7%, 60.0%
LAB39.9, 4.3, -36.2
XYZ11.2, 11.2, 31.7
Decimal3366809
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.49:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.20:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #335F99;
}
.text-color {
color: #335F99;
}
.border-color {
border: 2px solid #335F99;
}