Shades of Corn Flower Blue #423A72
Tints of Corn Flower Blue #423A72
RGB
CMYK
RGB Variations
Color information
#423A72 (or 0x423A72) is known color: Corn Flower Blue. HEX triplet: 42, 3A and 72. RGB value is (66,58,114). Sum of RGB (Red+Green+Blue) = 66+58+114=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #423A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A72 is #BDC58D. Grayscale: #424242. Windows color (decimal): -12436878 or 7486018. OLE color: 7486018.
HSL color Cylindrical-coordinate representation of color #423A72: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #423A72 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 58 | 114 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.55 |
| HSL | 248.57º | 0.33% | 0.34% | - |
| HSV(B) | 248.57º | 0.49% | 0.45% | - |
| XYZ | 6.8 | 5.4 | 16.6 | - |
| YUV | 66.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 114 | 0.42 | 0.49 | 0 | 0.55 | 248.57 | 0.33 | 0.34 |
| Hex | 42 | 3A | 72 | 2A | 31 | 0 | 37 | F9 | 21 | 22 |
| Octal | 102 | 72 | 162 | 52 | 61 | 0 | 67 | 371 | 41 | 42 |
| Binary | 1000010 | 111010 | 1110010 | 101010 | 110001 | 0 | 110111 | 11111001 | 100001 | 100010 |
Color Harmonies of #423A72
Complementary color
Monochromatic Colors of #423A72
Black with #423A72
Text Example
Text Example
White with #423A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A72; }
p { color: rgb(66,58,114); }
H1.HeaderClassName
{
color: #423A72;
}
.AnyTagClassName
{
color: #423A72;
}
</style>
background-color css
<style>
a { background-color: #423A72; }
a { background-color: rgb(66,58,114); }
div.DivClassName
{
background-color: #423A72;
}
.BgClassName
{
background-color: #423A72;
}
</style>
border-color css
<style>
span { border-color: #423A72; }
span { border-color: rgb(66,58,114); }
td.TdClassName
{
border-color: #423A72;
}
.TagClassName
{
border-color: #423A72;
}
</style>