#246D8A
A dark, moderate blue closely aligning with Steelblue.
About #246D8A
At its core, #246D8A is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(36, 109, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 74% cyan, 21% magenta, 0% yellow, and 46% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#246D8A
RGB36, 109, 138
HSL197.1°, 58.6%, 34.1%
CMYK74%, 21%, 0%, 46%
HSV197.1°, 73.9%, 54.1%
LAB43.0, -12.2, -22.4
XYZ10.8, 13.1, 26.0
Decimal2387338
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.79:1
Text on #FFFFFF
AA
3.63:1
Text on #000000
AA Large
5.53:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #246D8A;
}
.text-color {
color: #246D8A;
}
.border-color {
border: 2px solid #246D8A;
}