Shades of Corn Flower Blue #434464
Tints of Corn Flower Blue #434464
RGB
CMYK
RGB Variations
Color information
#434464 (or 0x434464) is known color: Corn Flower Blue. HEX triplet: 43, 44 and 64. RGB value is (67,68,100). Sum of RGB (Red+Green+Blue) = 67+68+100=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 100 - color contains mainly: blue. Hex color #434464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434464 is #BCBB9B. Grayscale: #474747. Windows color (decimal): -12368796 or 6571075. OLE color: 6571075.
HSL color Cylindrical-coordinate representation of color #434464: hue angle of 238.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #434464 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 68 | 100 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.61 |
| HSL | 238.18º | 0.2% | 0.33% | - |
| HSV(B) | 238.18º | 0.33% | 0.39% | - |
| XYZ | 6.68 | 6.25 | 12.91 | - |
| YUV | 71.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 100 | 0.33 | 0.32 | 0 | 0.61 | 238.18 | 0.2 | 0.33 |
| Hex | 43 | 44 | 64 | 21 | 20 | 0 | 3D | EE | 14 | 21 |
| Octal | 103 | 104 | 144 | 41 | 40 | 0 | 75 | 356 | 24 | 41 |
| Binary | 1000011 | 1000100 | 1100100 | 100001 | 100000 | 0 | 111101 | 11101110 | 10100 | 100001 |
Color Harmonies of #434464
Complementary color
Monochromatic Colors of #434464
Black with #434464
Text Example
Text Example
White with #434464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434464; }
p { color: rgb(67,68,100); }
H1.HeaderClassName
{
color: #434464;
}
.AnyTagClassName
{
color: #434464;
}
</style>
background-color css
<style>
a { background-color: #434464; }
a { background-color: rgb(67,68,100); }
div.DivClassName
{
background-color: #434464;
}
.BgClassName
{
background-color: #434464;
}
</style>
border-color css
<style>
span { border-color: #434464; }
span { border-color: rgb(67,68,100); }
td.TdClassName
{
border-color: #434464;
}
.TagClassName
{
border-color: #434464;
}
</style>