Shades of Corn Flower Blue #404371
Tints of Corn Flower Blue #404371
RGB
CMYK
RGB Variations
Color information
#404371 (or 0x404371) is known color: Corn Flower Blue. HEX triplet: 40, 43 and 71. RGB value is (64,67,113). Sum of RGB (Red+Green+Blue) = 64+67+113=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #404371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404371 is #BFBC8E. Grayscale: #474747. Windows color (decimal): -12565647 or 7422784. OLE color: 7422784.
HSL color Cylindrical-coordinate representation of color #404371: hue angle of 236.33º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404371 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 67 | 113 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.56 |
| HSL | 236.33º | 0.28% | 0.35% | - |
| HSV(B) | 236.33º | 0.43% | 0.44% | - |
| XYZ | 7.1 | 6.3 | 16.46 | - |
| YUV | 71.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 113 | 0.43 | 0.41 | 0 | 0.56 | 236.33 | 0.28 | 0.35 |
| Hex | 40 | 43 | 71 | 2B | 29 | 0 | 38 | EC | 1C | 23 |
| Octal | 100 | 103 | 161 | 53 | 51 | 0 | 70 | 354 | 34 | 43 |
| Binary | 1000000 | 1000011 | 1110001 | 101011 | 101001 | 0 | 111000 | 11101100 | 11100 | 100011 |
Color Harmonies of #404371
Complementary color
Monochromatic Colors of #404371
Black with #404371
Text Example
Text Example
White with #404371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404371; }
p { color: rgb(64,67,113); }
H1.HeaderClassName
{
color: #404371;
}
.AnyTagClassName
{
color: #404371;
}
</style>
background-color css
<style>
a { background-color: #404371; }
a { background-color: rgb(64,67,113); }
div.DivClassName
{
background-color: #404371;
}
.BgClassName
{
background-color: #404371;
}
</style>
border-color css
<style>
span { border-color: #404371; }
span { border-color: rgb(64,67,113); }
td.TdClassName
{
border-color: #404371;
}
.TagClassName
{
border-color: #404371;
}
</style>