Shades of Corn Flower Blue #424164
Tints of Corn Flower Blue #424164
RGB
CMYK
RGB Variations
Color information
#424164 (or 0x424164) is known color: Corn Flower Blue. HEX triplet: 42, 41 and 64. RGB value is (66,65,100). Sum of RGB (Red+Green+Blue) = 66+65+100=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 100 - color contains mainly: blue. Hex color #424164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424164 is #BDBE9B. Grayscale: #454545. Windows color (decimal): -12435100 or 6570306. OLE color: 6570306.
HSL color Cylindrical-coordinate representation of color #424164: hue angle of 241.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #424164 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 65 | 100 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.61 |
| HSL | 241.71º | 0.21% | 0.32% | - |
| HSV(B) | 241.71º | 0.35% | 0.39% | - |
| XYZ | 6.44 | 5.86 | 12.85 | - |
| YUV | 69.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 100 | 0.34 | 0.35 | 0 | 0.61 | 241.71 | 0.21 | 0.32 |
| Hex | 42 | 41 | 64 | 22 | 23 | 0 | 3D | F2 | 15 | 20 |
| Octal | 102 | 101 | 144 | 42 | 43 | 0 | 75 | 362 | 25 | 40 |
| Binary | 1000010 | 1000001 | 1100100 | 100010 | 100011 | 0 | 111101 | 11110010 | 10101 | 100000 |
Color Harmonies of #424164
Complementary color
Monochromatic Colors of #424164
Black with #424164
Text Example
Text Example
White with #424164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424164; }
p { color: rgb(66,65,100); }
H1.HeaderClassName
{
color: #424164;
}
.AnyTagClassName
{
color: #424164;
}
</style>
background-color css
<style>
a { background-color: #424164; }
a { background-color: rgb(66,65,100); }
div.DivClassName
{
background-color: #424164;
}
.BgClassName
{
background-color: #424164;
}
</style>
border-color css
<style>
span { border-color: #424164; }
span { border-color: rgb(66,65,100); }
td.TdClassName
{
border-color: #424164;
}
.TagClassName
{
border-color: #424164;
}
</style>