Shades of Corn Flower Blue #423E69
Tints of Corn Flower Blue #423E69
RGB
CMYK
RGB Variations
Color information
#423E69 (or 0x423E69) is known color: Corn Flower Blue. HEX triplet: 42, 3E and 69. RGB value is (66,62,105). Sum of RGB (Red+Green+Blue) = 66+62+105=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #423E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E69 is #BDC196. Grayscale: #434343. Windows color (decimal): -12435863 or 6897218. OLE color: 6897218.
HSL color Cylindrical-coordinate representation of color #423E69: hue angle of 245.58º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #423E69 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 62 | 105 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.59 |
| HSL | 245.58º | 0.26% | 0.33% | - |
| HSV(B) | 245.58º | 0.41% | 0.41% | - |
| XYZ | 6.52 | 5.62 | 14.11 | - |
| YUV | 68.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 105 | 0.37 | 0.41 | 0 | 0.59 | 245.58 | 0.26 | 0.33 |
| Hex | 42 | 3E | 69 | 25 | 29 | 0 | 3B | F6 | 1A | 21 |
| Octal | 102 | 76 | 151 | 45 | 51 | 0 | 73 | 366 | 32 | 41 |
| Binary | 1000010 | 111110 | 1101001 | 100101 | 101001 | 0 | 111011 | 11110110 | 11010 | 100001 |
Color Harmonies of #423E69
Complementary color
Monochromatic Colors of #423E69
Black with #423E69
Text Example
Text Example
White with #423E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E69; }
p { color: rgb(66,62,105); }
H1.HeaderClassName
{
color: #423E69;
}
.AnyTagClassName
{
color: #423E69;
}
</style>
background-color css
<style>
a { background-color: #423E69; }
a { background-color: rgb(66,62,105); }
div.DivClassName
{
background-color: #423E69;
}
.BgClassName
{
background-color: #423E69;
}
</style>
border-color css
<style>
span { border-color: #423E69; }
span { border-color: rgb(66,62,105); }
td.TdClassName
{
border-color: #423E69;
}
.TagClassName
{
border-color: #423E69;
}
</style>