#3A6DC5
A medium, moderate blue closely aligning with Cornflowerblue.
About #3A6DC5
The precise color #3A6DC5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(58, 109, 197).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 71% C, 45% M, 0% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#3A6DC5
RGB58, 109, 197
HSL218.0°, 54.5%, 50.0%
CMYK71%, 45%, 0%, 23%
HSV218.0°, 70.6%, 77.3%
LAB46.8, 12.6, -51.0
XYZ17.3, 15.9, 55.0
Decimal3829189
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.17:1
Text on #000000
AA Large
4.81:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A6DC5;
}
.text-color {
color: #3A6DC5;
}
.border-color {
border: 2px solid #3A6DC5;
}