Shades of Corn Flower Blue #424364
Tints of Corn Flower Blue #424364
RGB
CMYK
RGB Variations
Color information
#424364 (or 0x424364) is known color: Corn Flower Blue. HEX triplet: 42, 43 and 64. RGB value is (66,67,100). Sum of RGB (Red+Green+Blue) = 66+67+100=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 100 - color contains mainly: blue. Hex color #424364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424364 is #BDBC9B. Grayscale: #464646. Windows color (decimal): -12434588 or 6570818. OLE color: 6570818.
HSL color Cylindrical-coordinate representation of color #424364: hue angle of 238.24º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #424364 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 67 | 100 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.61 |
| HSL | 238.24º | 0.2% | 0.33% | - |
| HSV(B) | 238.24º | 0.34% | 0.39% | - |
| XYZ | 6.55 | 6.09 | 12.89 | - |
| YUV | 70.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 100 | 0.34 | 0.33 | 0 | 0.61 | 238.24 | 0.2 | 0.33 |
| Hex | 42 | 43 | 64 | 22 | 21 | 0 | 3D | EE | 14 | 21 |
| Octal | 102 | 103 | 144 | 42 | 41 | 0 | 75 | 356 | 24 | 41 |
| Binary | 1000010 | 1000011 | 1100100 | 100010 | 100001 | 0 | 111101 | 11101110 | 10100 | 100001 |
Color Harmonies of #424364
Complementary color
Monochromatic Colors of #424364
Black with #424364
Text Example
Text Example
White with #424364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424364; }
p { color: rgb(66,67,100); }
H1.HeaderClassName
{
color: #424364;
}
.AnyTagClassName
{
color: #424364;
}
</style>
background-color css
<style>
a { background-color: #424364; }
a { background-color: rgb(66,67,100); }
div.DivClassName
{
background-color: #424364;
}
.BgClassName
{
background-color: #424364;
}
</style>
border-color css
<style>
span { border-color: #424364; }
span { border-color: rgb(66,67,100); }
td.TdClassName
{
border-color: #424364;
}
.TagClassName
{
border-color: #424364;
}
</style>