Shades of Corn Flower Blue #434062
Tints of Corn Flower Blue #434062
RGB
CMYK
RGB Variations
Color information
#434062 (or 0x434062) is known color: Corn Flower Blue. HEX triplet: 43, 40 and 62. RGB value is (67,64,98). Sum of RGB (Red+Green+Blue) = 67+64+98=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #434062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434062 is #BCBF9D. Grayscale: #444444. Windows color (decimal): -12369822 or 6438979. OLE color: 6438979.
HSL color Cylindrical-coordinate representation of color #434062: hue angle of 245.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #434062 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 64 | 98 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.62 |
| HSL | 245.29º | 0.21% | 0.32% | - |
| HSV(B) | 245.29º | 0.35% | 0.38% | - |
| XYZ | 6.35 | 5.74 | 12.33 | - |
| YUV | 68.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 98 | 0.32 | 0.35 | 0 | 0.62 | 245.29 | 0.21 | 0.32 |
| Hex | 43 | 40 | 62 | 20 | 23 | 0 | 3E | F5 | 15 | 20 |
| Octal | 103 | 100 | 142 | 40 | 43 | 0 | 76 | 365 | 25 | 40 |
| Binary | 1000011 | 1000000 | 1100010 | 100000 | 100011 | 0 | 111110 | 11110101 | 10101 | 100000 |
Color Harmonies of #434062
Complementary color
Monochromatic Colors of #434062
Black with #434062
Text Example
Text Example
White with #434062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434062; }
p { color: rgb(67,64,98); }
H1.HeaderClassName
{
color: #434062;
}
.AnyTagClassName
{
color: #434062;
}
</style>
background-color css
<style>
a { background-color: #434062; }
a { background-color: rgb(67,64,98); }
div.DivClassName
{
background-color: #434062;
}
.BgClassName
{
background-color: #434062;
}
</style>
border-color css
<style>
span { border-color: #434062; }
span { border-color: rgb(67,64,98); }
td.TdClassName
{
border-color: #434062;
}
.TagClassName
{
border-color: #434062;
}
</style>