#3A2CAF
A medium, moderate blue closely aligning with Darkblue.
About #3A2CAF
Visually, #3A2CAF is defined as a moderate blue. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 58 red, 44 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 67% Cyan, 75% Magenta, 0% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#3A2CAF
RGB58, 44, 175
HSL246.4°, 59.8%, 42.9%
CMYK67%, 75%, 0%, 31%
HSV246.4°, 74.9%, 68.6%
LAB28.9, 45.5, -67.2
XYZ10.4, 5.8, 41.1
Decimal3812527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.73:1
Text on #FFFFFF
AAA
2.16:1
Text on #000000
FAIL
9.30:1
Text on #F8FAFC
AAA
1.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2CAF;
}
.text-color {
color: #3A2CAF;
}
.border-color {
border: 2px solid #3A2CAF;
}