#3A4292
A medium, moderate blue closely aligning with Darkslateblue.
About #3A4292
At its core, #3A4292 is a medium and moderate hue. It is closely associated with the named CSS color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 66, and 146.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 60% Cyan, 55% Magenta, 0% Yellow, and 43% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A4292
RGB58, 66, 146
HSL234.5°, 43.1%, 40.0%
CMYK60%, 55%, 0%, 43%
HSV234.5°, 60.3%, 57.3%
LAB31.5, 22.1, -45.3
XYZ8.9, 6.9, 28.1
Decimal3818130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.84:1
Text on #FFFFFF
AAA
2.37:1
Text on #000000
FAIL
8.45:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A4292;
}
.text-color {
color: #3A4292;
}
.border-color {
border: 2px solid #3A4292;
}