#3A3375
A dark, moderate blue closely aligning with Darkslateblue.
About #3A3375
When working with digital screens, the color #3A3375 is rendered by mixing light. Designers often compare it to the standard color Darkslateblue. This translates to an RGB value of rgb(58, 51, 117).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 50% Cyan, 56% Magenta, 0% Yellow, and 54% Black. With a hue angle of 246.4 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#3A3375
RGB58, 51, 117
HSL246.4°, 39.3%, 32.9%
CMYK50%, 56%, 0%, 54%
HSV246.4°, 56.4%, 45.9%
LAB25.4, 22.1, -37.1
XYZ6.1, 4.6, 17.4
Decimal3814261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.99:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.51:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3375;
}
.text-color {
color: #3A3375;
}
.border-color {
border: 2px solid #3A3375;
}