Shades of Corn Flower Blue #404268
Tints of Corn Flower Blue #404268
RGB
CMYK
RGB Variations
Color information
#404268 (or 0x404268) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 68. RGB value is (64,66,104). Sum of RGB (Red+Green+Blue) = 64+66+104=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #404268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404268 is #BFBD97. Grayscale: #454545. Windows color (decimal): -12565912 or 6832704. OLE color: 6832704.
HSL color Cylindrical-coordinate representation of color #404268: hue angle of 237º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404268 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 66 | 104 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.59 |
| HSL | 237º | 0.24% | 0.33% | - |
| HSV(B) | 237º | 0.38% | 0.41% | - |
| XYZ | 6.56 | 5.99 | 13.91 | - |
| YUV | 69.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 104 | 0.38 | 0.37 | 0 | 0.59 | 237 | 0.24 | 0.33 |
| Hex | 40 | 42 | 68 | 26 | 25 | 0 | 3B | ED | 18 | 21 |
| Octal | 100 | 102 | 150 | 46 | 45 | 0 | 73 | 355 | 30 | 41 |
| Binary | 1000000 | 1000010 | 1101000 | 100110 | 100101 | 0 | 111011 | 11101101 | 11000 | 100001 |
Color Harmonies of #404268
Complementary color
Monochromatic Colors of #404268
Black with #404268
Text Example
Text Example
White with #404268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404268; }
p { color: rgb(64,66,104); }
H1.HeaderClassName
{
color: #404268;
}
.AnyTagClassName
{
color: #404268;
}
</style>
background-color css
<style>
a { background-color: #404268; }
a { background-color: rgb(64,66,104); }
div.DivClassName
{
background-color: #404268;
}
.BgClassName
{
background-color: #404268;
}
</style>
border-color css
<style>
span { border-color: #404268; }
span { border-color: rgb(64,66,104); }
td.TdClassName
{
border-color: #404268;
}
.TagClassName
{
border-color: #404268;
}
</style>