Shades of Corn Flower Blue #403F60
Tints of Corn Flower Blue #403F60
RGB
CMYK
RGB Variations
Color information
#403F60 (or 0x403F60) is known color: Corn Flower Blue. HEX triplet: 40, 3F and 60. RGB value is (64,63,96). Sum of RGB (Red+Green+Blue) = 64+63+96=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #403F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F60 is #BFC09F. Grayscale: #424242. Windows color (decimal): -12566688 or 6307648. OLE color: 6307648.
HSL color Cylindrical-coordinate representation of color #403F60: hue angle of 241.82º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #403F60 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 63 | 96 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.62 |
| HSL | 241.82º | 0.21% | 0.31% | - |
| HSV(B) | 241.82º | 0.34% | 0.38% | - |
| XYZ | 6 | 5.49 | 11.81 | - |
| YUV | 67.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 96 | 0.33 | 0.34 | 0 | 0.62 | 241.82 | 0.21 | 0.31 |
| Hex | 40 | 3F | 60 | 21 | 22 | 0 | 3E | F2 | 15 | 1F |
| Octal | 100 | 77 | 140 | 41 | 42 | 0 | 76 | 362 | 25 | 37 |
| Binary | 1000000 | 111111 | 1100000 | 100001 | 100010 | 0 | 111110 | 11110010 | 10101 | 11111 |
Color Harmonies of #403F60
Complementary color
Monochromatic Colors of #403F60
Black with #403F60
Text Example
Text Example
White with #403F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F60; }
p { color: rgb(64,63,96); }
H1.HeaderClassName
{
color: #403F60;
}
.AnyTagClassName
{
color: #403F60;
}
</style>
background-color css
<style>
a { background-color: #403F60; }
a { background-color: rgb(64,63,96); }
div.DivClassName
{
background-color: #403F60;
}
.BgClassName
{
background-color: #403F60;
}
</style>
border-color css
<style>
span { border-color: #403F60; }
span { border-color: rgb(64,63,96); }
td.TdClassName
{
border-color: #403F60;
}
.TagClassName
{
border-color: #403F60;
}
</style>