#3A5099
A medium, moderate blue closely aligning with Darkslateblue.
About #3A5099
Visually, #3A5099 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 80, and 153.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 62% Cyan, 48% Magenta, 0% Yellow, and 40% Black. The HSL representation is 226.1° hue, 45.0% saturation, and 41.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#3A5099
RGB58, 80, 153
HSL226.1°, 45.0%, 41.4%
CMYK62%, 48%, 0%, 40%
HSV226.1°, 62.1%, 60.0%
LAB35.9, 15.3, -42.6
XYZ10.4, 8.9, 31.3
Decimal3821721
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.53:1
Text on #FFFFFF
AAA
2.79:1
Text on #000000
FAIL
7.20:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5099;
}
.text-color {
color: #3A5099;
}
.border-color {
border: 2px solid #3A5099;
}