Shades of Corn Flower Blue #424567
Tints of Corn Flower Blue #424567
RGB
CMYK
RGB Variations
Color information
#424567 (or 0x424567) is known color: Corn Flower Blue. HEX triplet: 42, 45 and 67. RGB value is (66,69,103). Sum of RGB (Red+Green+Blue) = 66+69+103=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #424567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424567 is #BDBA98. Grayscale: #474747. Windows color (decimal): -12434073 or 6767938. OLE color: 6767938.
HSL color Cylindrical-coordinate representation of color #424567: hue angle of 235.14º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #424567 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 69 | 103 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.60 |
| HSL | 235.14º | 0.22% | 0.33% | - |
| HSV(B) | 235.14º | 0.36% | 0.4% | - |
| XYZ | 6.82 | 6.39 | 13.71 | - |
| YUV | 71.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 103 | 0.36 | 0.33 | 0 | 0.60 | 235.14 | 0.22 | 0.33 |
| Hex | 42 | 45 | 67 | 24 | 21 | 0 | 3C | EB | 16 | 21 |
| Octal | 102 | 105 | 147 | 44 | 41 | 0 | 74 | 353 | 26 | 41 |
| Binary | 1000010 | 1000101 | 1100111 | 100100 | 100001 | 0 | 111100 | 11101011 | 10110 | 100001 |
Color Harmonies of #424567
Complementary color
Monochromatic Colors of #424567
Black with #424567
Text Example
Text Example
White with #424567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424567; }
p { color: rgb(66,69,103); }
H1.HeaderClassName
{
color: #424567;
}
.AnyTagClassName
{
color: #424567;
}
</style>
background-color css
<style>
a { background-color: #424567; }
a { background-color: rgb(66,69,103); }
div.DivClassName
{
background-color: #424567;
}
.BgClassName
{
background-color: #424567;
}
</style>
border-color css
<style>
span { border-color: #424567; }
span { border-color: rgb(66,69,103); }
td.TdClassName
{
border-color: #424567;
}
.TagClassName
{
border-color: #424567;
}
</style>