#244999
A dark, moderate blue closely aligning with Darkslateblue.
About #244999
At its core, #244999 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 36 red, 73 green, and 153 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 76% cyan, 52% magenta, 0% yellow, and 40% black. The HSL representation is 221.0° hue, 61.9% saturation, and 37.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#244999
RGB36, 73, 153
HSL221.0°, 61.9%, 37.1%
CMYK76%, 52%, 0%, 40%
HSV221.0°, 76.5%, 60.0%
LAB32.8, 16.4, -47.6
XYZ8.9, 7.4, 31.1
Decimal2378137
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.44:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.07:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #244999;
}
.text-color {
color: #244999;
}
.border-color {
border: 2px solid #244999;
}