Shades of Corn Flower Blue #424160
Tints of Corn Flower Blue #424160
RGB
CMYK
RGB Variations
Color information
#424160 (or 0x424160) is known color: Corn Flower Blue. HEX triplet: 42, 41 and 60. RGB value is (66,65,96). Sum of RGB (Red+Green+Blue) = 66+65+96=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #424160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424160 is #BDBE9F. Grayscale: #444444. Windows color (decimal): -12435104 or 6308162. OLE color: 6308162.
HSL color Cylindrical-coordinate representation of color #424160: hue angle of 241.94º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424160 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 65 | 96 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.62 |
| HSL | 241.94º | 0.19% | 0.32% | - |
| HSV(B) | 241.94º | 0.32% | 0.38% | - |
| XYZ | 6.25 | 5.78 | 11.85 | - |
| YUV | 68.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 96 | 0.31 | 0.32 | 0 | 0.62 | 241.94 | 0.19 | 0.32 |
| Hex | 42 | 41 | 60 | 1F | 20 | 0 | 3E | F2 | 13 | 20 |
| Octal | 102 | 101 | 140 | 37 | 40 | 0 | 76 | 362 | 23 | 40 |
| Binary | 1000010 | 1000001 | 1100000 | 11111 | 100000 | 0 | 111110 | 11110010 | 10011 | 100000 |
Color Harmonies of #424160
Complementary color
Monochromatic Colors of #424160
Black with #424160
Text Example
Text Example
White with #424160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424160; }
p { color: rgb(66,65,96); }
H1.HeaderClassName
{
color: #424160;
}
.AnyTagClassName
{
color: #424160;
}
</style>
background-color css
<style>
a { background-color: #424160; }
a { background-color: rgb(66,65,96); }
div.DivClassName
{
background-color: #424160;
}
.BgClassName
{
background-color: #424160;
}
</style>
border-color css
<style>
span { border-color: #424160; }
span { border-color: rgb(66,65,96); }
td.TdClassName
{
border-color: #424160;
}
.TagClassName
{
border-color: #424160;
}
</style>