Shades of Corn Flower Blue #413E67
Tints of Corn Flower Blue #413E67
RGB
CMYK
RGB Variations
Color information
#413E67 (or 0x413E67) is known color: Corn Flower Blue. HEX triplet: 41, 3E and 67. RGB value is (65,62,103). Sum of RGB (Red+Green+Blue) = 65+62+103=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #413E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E67 is #BEC198. Grayscale: #434343. Windows color (decimal): -12501401 or 6766145. OLE color: 6766145.
HSL color Cylindrical-coordinate representation of color #413E67: hue angle of 244.39º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #413E67 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 62 | 103 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.60 |
| HSL | 244.39º | 0.25% | 0.32% | - |
| HSV(B) | 244.39º | 0.4% | 0.4% | - |
| XYZ | 6.35 | 5.55 | 13.57 | - |
| YUV | 67.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 103 | 0.37 | 0.40 | 0 | 0.60 | 244.39 | 0.25 | 0.32 |
| Hex | 41 | 3E | 67 | 25 | 28 | 0 | 3C | F4 | 19 | 20 |
| Octal | 101 | 76 | 147 | 45 | 50 | 0 | 74 | 364 | 31 | 40 |
| Binary | 1000001 | 111110 | 1100111 | 100101 | 101000 | 0 | 111100 | 11110100 | 11001 | 100000 |
Color Harmonies of #413E67
Complementary color
Monochromatic Colors of #413E67
Black with #413E67
Text Example
Text Example
White with #413E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E67; }
p { color: rgb(65,62,103); }
H1.HeaderClassName
{
color: #413E67;
}
.AnyTagClassName
{
color: #413E67;
}
</style>
background-color css
<style>
a { background-color: #413E67; }
a { background-color: rgb(65,62,103); }
div.DivClassName
{
background-color: #413E67;
}
.BgClassName
{
background-color: #413E67;
}
</style>
border-color css
<style>
span { border-color: #413E67; }
span { border-color: rgb(65,62,103); }
td.TdClassName
{
border-color: #413E67;
}
.TagClassName
{
border-color: #413E67;
}
</style>