Shades of Corn Flower Blue #434465
Tints of Corn Flower Blue #434465
RGB
CMYK
RGB Variations
Color information
#434465 (or 0x434465) is known color: Corn Flower Blue. HEX triplet: 43, 44 and 65. RGB value is (67,68,101). Sum of RGB (Red+Green+Blue) = 67+68+101=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #434465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434465 is #BCBB9A. Grayscale: #474747. Windows color (decimal): -12368795 or 6636611. OLE color: 6636611.
HSL color Cylindrical-coordinate representation of color #434465: hue angle of 238.24º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #434465 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 68 | 101 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.60 |
| HSL | 238.24º | 0.2% | 0.33% | - |
| HSV(B) | 238.24º | 0.34% | 0.4% | - |
| XYZ | 6.73 | 6.27 | 13.17 | - |
| YUV | 71.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 101 | 0.34 | 0.33 | 0 | 0.60 | 238.24 | 0.2 | 0.33 |
| Hex | 43 | 44 | 65 | 22 | 21 | 0 | 3C | EE | 14 | 21 |
| Octal | 103 | 104 | 145 | 42 | 41 | 0 | 74 | 356 | 24 | 41 |
| Binary | 1000011 | 1000100 | 1100101 | 100010 | 100001 | 0 | 111100 | 11101110 | 10100 | 100001 |
Color Harmonies of #434465
Complementary color
Monochromatic Colors of #434465
Black with #434465
Text Example
Text Example
White with #434465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434465; }
p { color: rgb(67,68,101); }
H1.HeaderClassName
{
color: #434465;
}
.AnyTagClassName
{
color: #434465;
}
</style>
background-color css
<style>
a { background-color: #434465; }
a { background-color: rgb(67,68,101); }
div.DivClassName
{
background-color: #434465;
}
.BgClassName
{
background-color: #434465;
}
</style>
border-color css
<style>
span { border-color: #434465; }
span { border-color: rgb(67,68,101); }
td.TdClassName
{
border-color: #434465;
}
.TagClassName
{
border-color: #434465;
}
</style>