Shades of Corn Flower Blue #423F61
Tints of Corn Flower Blue #423F61
RGB
CMYK
RGB Variations
Color information
#423F61 (or 0x423F61) is known color: Corn Flower Blue. HEX triplet: 42, 3F and 61. RGB value is (66,63,97). Sum of RGB (Red+Green+Blue) = 66+63+97=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #423F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F61 is #BDC09E. Grayscale: #434343. Windows color (decimal): -12435615 or 6373186. OLE color: 6373186.
HSL color Cylindrical-coordinate representation of color #423F61: hue angle of 245.29º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #423F61 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 63 | 97 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.62 |
| HSL | 245.29º | 0.21% | 0.31% | - |
| HSV(B) | 245.29º | 0.35% | 0.38% | - |
| XYZ | 6.18 | 5.58 | 12.06 | - |
| YUV | 67.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 97 | 0.32 | 0.35 | 0 | 0.62 | 245.29 | 0.21 | 0.31 |
| Hex | 42 | 3F | 61 | 20 | 23 | 0 | 3E | F5 | 15 | 1F |
| Octal | 102 | 77 | 141 | 40 | 43 | 0 | 76 | 365 | 25 | 37 |
| Binary | 1000010 | 111111 | 1100001 | 100000 | 100011 | 0 | 111110 | 11110101 | 10101 | 11111 |
Color Harmonies of #423F61
Complementary color
Monochromatic Colors of #423F61
Black with #423F61
Text Example
Text Example
White with #423F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F61; }
p { color: rgb(66,63,97); }
H1.HeaderClassName
{
color: #423F61;
}
.AnyTagClassName
{
color: #423F61;
}
</style>
background-color css
<style>
a { background-color: #423F61; }
a { background-color: rgb(66,63,97); }
div.DivClassName
{
background-color: #423F61;
}
.BgClassName
{
background-color: #423F61;
}
</style>
border-color css
<style>
span { border-color: #423F61; }
span { border-color: rgb(66,63,97); }
td.TdClassName
{
border-color: #423F61;
}
.TagClassName
{
border-color: #423F61;
}
</style>