Shades of Corn Flower Blue #403E60
Tints of Corn Flower Blue #403E60
RGB
CMYK
RGB Variations
Color information
#403E60 (or 0x403E60) is known color: Corn Flower Blue. HEX triplet: 40, 3E and 60. RGB value is (64,62,96). Sum of RGB (Red+Green+Blue) = 64+62+96=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #403E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E60 is #BFC19F. Grayscale: #424242. Windows color (decimal): -12566944 or 6307392. OLE color: 6307392.
HSL color Cylindrical-coordinate representation of color #403E60: hue angle of 243.53º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #403E60 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 62 | 96 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.62 |
| HSL | 243.53º | 0.22% | 0.31% | - |
| HSV(B) | 243.53º | 0.35% | 0.38% | - |
| XYZ | 5.95 | 5.38 | 11.79 | - |
| YUV | 66.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 96 | 0.33 | 0.35 | 0 | 0.62 | 243.53 | 0.22 | 0.31 |
| Hex | 40 | 3E | 60 | 21 | 23 | 0 | 3E | F4 | 16 | 1F |
| Octal | 100 | 76 | 140 | 41 | 43 | 0 | 76 | 364 | 26 | 37 |
| Binary | 1000000 | 111110 | 1100000 | 100001 | 100011 | 0 | 111110 | 11110100 | 10110 | 11111 |
Color Harmonies of #403E60
Complementary color
Monochromatic Colors of #403E60
Black with #403E60
Text Example
Text Example
White with #403E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E60; }
p { color: rgb(64,62,96); }
H1.HeaderClassName
{
color: #403E60;
}
.AnyTagClassName
{
color: #403E60;
}
</style>
background-color css
<style>
a { background-color: #403E60; }
a { background-color: rgb(64,62,96); }
div.DivClassName
{
background-color: #403E60;
}
.BgClassName
{
background-color: #403E60;
}
</style>
border-color css
<style>
span { border-color: #403E60; }
span { border-color: rgb(64,62,96); }
td.TdClassName
{
border-color: #403E60;
}
.TagClassName
{
border-color: #403E60;
}
</style>