#244975
A dark, moderate blue closely aligning with Steelblue.
About #244975
When working with digital screens, the color #244975 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(36, 73, 117).
For print applications, it's crucial to understand its CMYK makeup. The color uses 69% Cyan, 38% Magenta, 0% Yellow, and 54% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#244975
RGB36, 73, 117
HSL212.6°, 52.9%, 30.0%
CMYK69%, 38%, 0%, 54%
HSV212.6°, 69.2%, 45.9%
LAB30.5, 2.3, -29.1
XYZ6.3, 6.4, 17.7
Decimal2378101
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.19:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.78:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #244975;
}
.text-color {
color: #244975;
}
.border-color {
border: 2px solid #244975;
}