Shades of Corn Flower Blue #423C72
Tints of Corn Flower Blue #423C72
RGB
CMYK
RGB Variations
Color information
#423C72 (or 0x423C72) is known color: Corn Flower Blue. HEX triplet: 42, 3C and 72. RGB value is (66,60,114). Sum of RGB (Red+Green+Blue) = 66+60+114=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #423C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C72 is #BDC38D. Grayscale: #434343. Windows color (decimal): -12436366 or 7486530. OLE color: 7486530.
HSL color Cylindrical-coordinate representation of color #423C72: hue angle of 246.67º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #423C72 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 60 | 114 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.55 |
| HSL | 246.67º | 0.31% | 0.34% | - |
| HSV(B) | 246.67º | 0.47% | 0.45% | - |
| XYZ | 6.9 | 5.6 | 16.64 | - |
| YUV | 67.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 114 | 0.42 | 0.47 | 0 | 0.55 | 246.67 | 0.31 | 0.34 |
| Hex | 42 | 3C | 72 | 2A | 2F | 0 | 37 | F7 | 1F | 22 |
| Octal | 102 | 74 | 162 | 52 | 57 | 0 | 67 | 367 | 37 | 42 |
| Binary | 1000010 | 111100 | 1110010 | 101010 | 101111 | 0 | 110111 | 11110111 | 11111 | 100010 |
Color Harmonies of #423C72
Complementary color
Monochromatic Colors of #423C72
Black with #423C72
Text Example
Text Example
White with #423C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C72; }
p { color: rgb(66,60,114); }
H1.HeaderClassName
{
color: #423C72;
}
.AnyTagClassName
{
color: #423C72;
}
</style>
background-color css
<style>
a { background-color: #423C72; }
a { background-color: rgb(66,60,114); }
div.DivClassName
{
background-color: #423C72;
}
.BgClassName
{
background-color: #423C72;
}
</style>
border-color css
<style>
span { border-color: #423C72; }
span { border-color: rgb(66,60,114); }
td.TdClassName
{
border-color: #423C72;
}
.TagClassName
{
border-color: #423C72;
}
</style>