Shades of Corn Flower Blue #434268
Tints of Corn Flower Blue #434268
RGB
CMYK
RGB Variations
Color information
#434268 (or 0x434268) is known color: Corn Flower Blue. HEX triplet: 43, 42 and 68. RGB value is (67,66,104). Sum of RGB (Red+Green+Blue) = 67+66+104=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #434268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434268 is #BCBD97. Grayscale: #464646. Windows color (decimal): -12369304 or 6832707. OLE color: 6832707.
HSL color Cylindrical-coordinate representation of color #434268: hue angle of 241.58º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #434268 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 66 | 104 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.59 |
| HSL | 241.58º | 0.22% | 0.33% | - |
| HSV(B) | 241.58º | 0.37% | 0.41% | - |
| XYZ | 6.76 | 6.09 | 13.92 | - |
| YUV | 70.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 104 | 0.36 | 0.37 | 0 | 0.59 | 241.58 | 0.22 | 0.33 |
| Hex | 43 | 42 | 68 | 24 | 25 | 0 | 3B | F2 | 16 | 21 |
| Octal | 103 | 102 | 150 | 44 | 45 | 0 | 73 | 362 | 26 | 41 |
| Binary | 1000011 | 1000010 | 1101000 | 100100 | 100101 | 0 | 111011 | 11110010 | 10110 | 100001 |
Color Harmonies of #434268
Complementary color
Monochromatic Colors of #434268
Black with #434268
Text Example
Text Example
White with #434268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434268; }
p { color: rgb(67,66,104); }
H1.HeaderClassName
{
color: #434268;
}
.AnyTagClassName
{
color: #434268;
}
</style>
background-color css
<style>
a { background-color: #434268; }
a { background-color: rgb(67,66,104); }
div.DivClassName
{
background-color: #434268;
}
.BgClassName
{
background-color: #434268;
}
</style>
border-color css
<style>
span { border-color: #434268; }
span { border-color: rgb(67,66,104); }
td.TdClassName
{
border-color: #434268;
}
.TagClassName
{
border-color: #434268;
}
</style>