Shades of Corn Flower Blue #403F70
Tints of Corn Flower Blue #403F70
RGB
CMYK
RGB Variations
Color information
#403F70 (or 0x403F70) is known color: Corn Flower Blue. HEX triplet: 40, 3F and 70. RGB value is (64,63,112). Sum of RGB (Red+Green+Blue) = 64+63+112=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #403F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F70 is #BFC08F. Grayscale: #444444. Windows color (decimal): -12566672 or 7356224. OLE color: 7356224.
HSL color Cylindrical-coordinate representation of color #403F70: hue angle of 241.22º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403F70 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 63 | 112 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.56 |
| HSL | 241.22º | 0.28% | 0.34% | - |
| HSV(B) | 241.22º | 0.44% | 0.44% | - |
| XYZ | 6.82 | 5.81 | 16.09 | - |
| YUV | 68.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 112 | 0.43 | 0.44 | 0 | 0.56 | 241.22 | 0.28 | 0.34 |
| Hex | 40 | 3F | 70 | 2B | 2C | 0 | 38 | F1 | 1C | 22 |
| Octal | 100 | 77 | 160 | 53 | 54 | 0 | 70 | 361 | 34 | 42 |
| Binary | 1000000 | 111111 | 1110000 | 101011 | 101100 | 0 | 111000 | 11110001 | 11100 | 100010 |
Color Harmonies of #403F70
Complementary color
Monochromatic Colors of #403F70
Black with #403F70
Text Example
Text Example
White with #403F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F70; }
p { color: rgb(64,63,112); }
H1.HeaderClassName
{
color: #403F70;
}
.AnyTagClassName
{
color: #403F70;
}
</style>
background-color css
<style>
a { background-color: #403F70; }
a { background-color: rgb(64,63,112); }
div.DivClassName
{
background-color: #403F70;
}
.BgClassName
{
background-color: #403F70;
}
</style>
border-color css
<style>
span { border-color: #403F70; }
span { border-color: rgb(64,63,112); }
td.TdClassName
{
border-color: #403F70;
}
.TagClassName
{
border-color: #403F70;
}
</style>