#3A4983
A dark, moderate blue closely aligning with Darkslateblue.
About #3A4983
When working with digital screens, the color #3A4983 is rendered by mixing light. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(58, 73, 131).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 56% cyan, 44% magenta, 0% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#3A4983
RGB58, 73, 131
HSL227.7°, 38.6%, 37.1%
CMYK56%, 44%, 0%, 49%
HSV227.7°, 55.7%, 51.4%
LAB32.5, 12.2, -34.6
XYZ8.2, 7.3, 22.4
Decimal3819907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.53:1
Text on #FFFFFF
AAA
2.46:1
Text on #000000
FAIL
8.16:1
Text on #F8FAFC
AAA
2.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A4983;
}
.text-color {
color: #3A4983;
}
.border-color {
border: 2px solid #3A4983;
}