#3A24B6
A medium, moderate blue closely aligning with Darkblue.
About #3A24B6
The precise color #3A24B6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(58, 36, 182).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 68% cyan, 80% magenta, 0% yellow, and 29% black. With a hue angle of 249.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A24B6
RGB58, 36, 182
HSL249.0°, 67.0%, 42.7%
CMYK68%, 80%, 0%, 29%
HSV249.0°, 80.2%, 71.4%
LAB28.2, 51.7, -72.5
XYZ10.8, 5.5, 44.8
Decimal3810486
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.96:1
Text on #FFFFFF
AAA
2.11:1
Text on #000000
FAIL
9.52:1
Text on #F8FAFC
AAA
1.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A24B6;
}
.text-color {
color: #3A24B6;
}
.border-color {
border: 2px solid #3A24B6;
}