#2433A0
A dark, moderate blue closely aligning with Midnightblue.
About #2433A0
Visually, #2433A0 is defined as a moderate blue. It is closely associated with the named CSS color Midnightblue. In the RGB color space, it consists of 36 red, 51 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 78% cyan, 68% magenta, 0% yellow, and 37% black. With a hue angle of 232.7 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2433A0
RGB36, 51, 160
HSL232.7°, 63.3%, 38.4%
CMYK78%, 68%, 0%, 37%
HSV232.7°, 77.5%, 62.7%
LAB27.5, 33.9, -60.4
XYZ8.3, 5.3, 33.8
Decimal2372512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.21:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.76:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2433A0;
}
.text-color {
color: #2433A0;
}
.border-color {
border: 2px solid #2433A0;
}