#243A7C
A dark, moderate blue closely aligning with Darkslateblue.
About #243A7C
At its core, #243A7C is a dark and moderate hue. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(36, 58, 124).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 71% cyan, 53% magenta, 0% yellow, and 51% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#243A7C
RGB36, 58, 124
HSL225.0°, 55.0%, 31.4%
CMYK71%, 53%, 0%, 51%
HSV225.0°, 71.0%, 48.6%
LAB26.3, 15.3, -40.1
XYZ5.9, 4.9, 19.7
Decimal2374268
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.65:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.18:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #243A7C;
}
.text-color {
color: #243A7C;
}
.border-color {
border: 2px solid #243A7C;
}