Shades of Corn Flower Blue #414363
Tints of Corn Flower Blue #414363
RGB
CMYK
RGB Variations
Color information
#414363 (or 0x414363) is known color: Corn Flower Blue. HEX triplet: 41, 43 and 63. RGB value is (65,67,99). Sum of RGB (Red+Green+Blue) = 65+67+99=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #414363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414363 is #BEBC9C. Grayscale: #454545. Windows color (decimal): -12500125 or 6505281. OLE color: 6505281.
HSL color Cylindrical-coordinate representation of color #414363: hue angle of 236.47º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414363 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 67 | 99 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.61 |
| HSL | 236.47º | 0.21% | 0.32% | - |
| HSV(B) | 236.47º | 0.34% | 0.39% | - |
| XYZ | 6.44 | 6.04 | 12.63 | - |
| YUV | 70.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 99 | 0.34 | 0.32 | 0 | 0.61 | 236.47 | 0.21 | 0.32 |
| Hex | 41 | 43 | 63 | 22 | 20 | 0 | 3D | EC | 15 | 20 |
| Octal | 101 | 103 | 143 | 42 | 40 | 0 | 75 | 354 | 25 | 40 |
| Binary | 1000001 | 1000011 | 1100011 | 100010 | 100000 | 0 | 111101 | 11101100 | 10101 | 100000 |
Color Harmonies of #414363
Complementary color
Monochromatic Colors of #414363
Black with #414363
Text Example
Text Example
White with #414363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414363; }
p { color: rgb(65,67,99); }
H1.HeaderClassName
{
color: #414363;
}
.AnyTagClassName
{
color: #414363;
}
</style>
background-color css
<style>
a { background-color: #414363; }
a { background-color: rgb(65,67,99); }
div.DivClassName
{
background-color: #414363;
}
.BgClassName
{
background-color: #414363;
}
</style>
border-color css
<style>
span { border-color: #414363; }
span { border-color: rgb(65,67,99); }
td.TdClassName
{
border-color: #414363;
}
.TagClassName
{
border-color: #414363;
}
</style>