Shades of Corn Flower Blue #434066
Tints of Corn Flower Blue #434066
RGB
CMYK
RGB Variations
Color information
#434066 (or 0x434066) is known color: Corn Flower Blue. HEX triplet: 43, 40 and 66. RGB value is (67,64,102). Sum of RGB (Red+Green+Blue) = 67+64+102=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #434066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434066 is #BCBF99. Grayscale: #454545. Windows color (decimal): -12369818 or 6701123. OLE color: 6701123.
HSL color Cylindrical-coordinate representation of color #434066: hue angle of 244.74º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #434066 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 67 | 64 | 102 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.6 |
| HSL | 244.74º | 0.23% | 0.33% | - |
| HSV(B) | 244.74º | 0.37% | 0.4% | - |
| XYZ | 6.55 | 5.82 | 13.35 | - |
| YUV | 69.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 102 | 0.34 | 0.37 | 0 | 0.6 | 244.74 | 0.23 | 0.33 |
| Hex | 43 | 40 | 66 | 22 | 25 | 0 | 3C | F5 | 17 | 21 |
| Octal | 103 | 100 | 146 | 42 | 45 | 0 | 74 | 365 | 27 | 41 |
| Binary | 1000011 | 1000000 | 1100110 | 100010 | 100101 | 0 | 111100 | 11110101 | 10111 | 100001 |
Color Harmonies of #434066
Complementary color
Monochromatic Colors of #434066
Black with #434066
Text Example
Text Example
White with #434066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434066; }
p { color: rgb(67,64,102); }
H1.HeaderClassName
{
color: #434066;
}
.AnyTagClassName
{
color: #434066;
}
</style>
background-color css
<style>
a { background-color: #434066; }
a { background-color: rgb(67,64,102); }
div.DivClassName
{
background-color: #434066;
}
.BgClassName
{
background-color: #434066;
}
</style>
border-color css
<style>
span { border-color: #434066; }
span { border-color: rgb(67,64,102); }
td.TdClassName
{
border-color: #434066;
}
.TagClassName
{
border-color: #434066;
}
</style>