Shades of Corn Flower Blue #423D68
Tints of Corn Flower Blue #423D68
RGB
CMYK
RGB Variations
Color information
#423D68 (or 0x423D68) is known color: Corn Flower Blue. HEX triplet: 42, 3D and 68. RGB value is (66,61,104). Sum of RGB (Red+Green+Blue) = 66+61+104=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #423D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D68 is #BDC297. Grayscale: #434343. Windows color (decimal): -12436120 or 6831426. OLE color: 6831426.
HSL color Cylindrical-coordinate representation of color #423D68: hue angle of 246.98º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #423D68 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 61 | 104 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.59 |
| HSL | 246.98º | 0.26% | 0.32% | - |
| HSV(B) | 246.98º | 0.41% | 0.41% | - |
| XYZ | 6.41 | 5.5 | 13.82 | - |
| YUV | 67.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 104 | 0.37 | 0.41 | 0 | 0.59 | 246.98 | 0.26 | 0.32 |
| Hex | 42 | 3D | 68 | 25 | 29 | 0 | 3B | F7 | 1A | 20 |
| Octal | 102 | 75 | 150 | 45 | 51 | 0 | 73 | 367 | 32 | 40 |
| Binary | 1000010 | 111101 | 1101000 | 100101 | 101001 | 0 | 111011 | 11110111 | 11010 | 100000 |
Color Harmonies of #423D68
Complementary color
Monochromatic Colors of #423D68
Black with #423D68
Text Example
Text Example
White with #423D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D68; }
p { color: rgb(66,61,104); }
H1.HeaderClassName
{
color: #423D68;
}
.AnyTagClassName
{
color: #423D68;
}
</style>
background-color css
<style>
a { background-color: #423D68; }
a { background-color: rgb(66,61,104); }
div.DivClassName
{
background-color: #423D68;
}
.BgClassName
{
background-color: #423D68;
}
</style>
border-color css
<style>
span { border-color: #423D68; }
span { border-color: rgb(66,61,104); }
td.TdClassName
{
border-color: #423D68;
}
.TagClassName
{
border-color: #423D68;
}
</style>