Shades of Corn Flower Blue #413F60
Tints of Corn Flower Blue #413F60
RGB
CMYK
RGB Variations
Color information
#413F60 (or 0x413F60) is known color: Corn Flower Blue. HEX triplet: 41, 3F and 60. RGB value is (65,63,96). Sum of RGB (Red+Green+Blue) = 65+63+96=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #413F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F60 is #BEC09F. Grayscale: #434343. Windows color (decimal): -12501152 or 6307649. OLE color: 6307649.
HSL color Cylindrical-coordinate representation of color #413F60: hue angle of 243.64º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #413F60 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 63 | 96 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.62 |
| HSL | 243.64º | 0.21% | 0.31% | - |
| HSV(B) | 243.64º | 0.34% | 0.38% | - |
| XYZ | 6.07 | 5.52 | 11.81 | - |
| YUV | 67.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 96 | 0.32 | 0.34 | 0 | 0.62 | 243.64 | 0.21 | 0.31 |
| Hex | 41 | 3F | 60 | 20 | 22 | 0 | 3E | F4 | 15 | 1F |
| Octal | 101 | 77 | 140 | 40 | 42 | 0 | 76 | 364 | 25 | 37 |
| Binary | 1000001 | 111111 | 1100000 | 100000 | 100010 | 0 | 111110 | 11110100 | 10101 | 11111 |
Color Harmonies of #413F60
Complementary color
Monochromatic Colors of #413F60
Black with #413F60
Text Example
Text Example
White with #413F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F60; }
p { color: rgb(65,63,96); }
H1.HeaderClassName
{
color: #413F60;
}
.AnyTagClassName
{
color: #413F60;
}
</style>
background-color css
<style>
a { background-color: #413F60; }
a { background-color: rgb(65,63,96); }
div.DivClassName
{
background-color: #413F60;
}
.BgClassName
{
background-color: #413F60;
}
</style>
border-color css
<style>
span { border-color: #413F60; }
span { border-color: rgb(65,63,96); }
td.TdClassName
{
border-color: #413F60;
}
.TagClassName
{
border-color: #413F60;
}
</style>