Shades of Corn Flower Blue #424366
Tints of Corn Flower Blue #424366
RGB
CMYK
RGB Variations
Color information
#424366 (or 0x424366) is known color: Corn Flower Blue. HEX triplet: 42, 43 and 66. RGB value is (66,67,102). Sum of RGB (Red+Green+Blue) = 66+67+102=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #424366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424366 is #BDBC99. Grayscale: #464646. Windows color (decimal): -12434586 or 6701890. OLE color: 6701890.
HSL color Cylindrical-coordinate representation of color #424366: hue angle of 238.33º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #424366 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 67 | 102 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.6 |
| HSL | 238.33º | 0.21% | 0.33% | - |
| HSV(B) | 238.33º | 0.35% | 0.4% | - |
| XYZ | 6.65 | 6.13 | 13.4 | - |
| YUV | 70.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 102 | 0.35 | 0.34 | 0 | 0.6 | 238.33 | 0.21 | 0.33 |
| Hex | 42 | 43 | 66 | 23 | 22 | 0 | 3C | EE | 15 | 21 |
| Octal | 102 | 103 | 146 | 43 | 42 | 0 | 74 | 356 | 25 | 41 |
| Binary | 1000010 | 1000011 | 1100110 | 100011 | 100010 | 0 | 111100 | 11101110 | 10101 | 100001 |
Color Harmonies of #424366
Complementary color
Monochromatic Colors of #424366
Black with #424366
Text Example
Text Example
White with #424366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424366; }
p { color: rgb(66,67,102); }
H1.HeaderClassName
{
color: #424366;
}
.AnyTagClassName
{
color: #424366;
}
</style>
background-color css
<style>
a { background-color: #424366; }
a { background-color: rgb(66,67,102); }
div.DivClassName
{
background-color: #424366;
}
.BgClassName
{
background-color: #424366;
}
</style>
border-color css
<style>
span { border-color: #424366; }
span { border-color: rgb(66,67,102); }
td.TdClassName
{
border-color: #424366;
}
.TagClassName
{
border-color: #424366;
}
</style>