Shades of Corn Flower Blue #403E74
Tints of Corn Flower Blue #403E74
RGB
CMYK
RGB Variations
Color information
#403E74 (or 0x403E74) is known color: Corn Flower Blue. HEX triplet: 40, 3E and 74. RGB value is (64,62,116). Sum of RGB (Red+Green+Blue) = 64+62+116=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #403E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E74 is #BFC18B. Grayscale: #444444. Windows color (decimal): -12566924 or 7618112. OLE color: 7618112.
HSL color Cylindrical-coordinate representation of color #403E74: hue angle of 242.22º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403E74 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 62 | 116 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.55 |
| HSL | 242.22º | 0.3% | 0.35% | - |
| HSV(B) | 242.22º | 0.47% | 0.45% | - |
| XYZ | 6.99 | 5.8 | 17.27 | - |
| YUV | 68.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 116 | 0.45 | 0.47 | 0 | 0.55 | 242.22 | 0.3 | 0.35 |
| Hex | 40 | 3E | 74 | 2D | 2F | 0 | 37 | F2 | 1E | 23 |
| Octal | 100 | 76 | 164 | 55 | 57 | 0 | 67 | 362 | 36 | 43 |
| Binary | 1000000 | 111110 | 1110100 | 101101 | 101111 | 0 | 110111 | 11110010 | 11110 | 100011 |
Color Harmonies of #403E74
Complementary color
Monochromatic Colors of #403E74
Black with #403E74
Text Example
Text Example
White with #403E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E74; }
p { color: rgb(64,62,116); }
H1.HeaderClassName
{
color: #403E74;
}
.AnyTagClassName
{
color: #403E74;
}
</style>
background-color css
<style>
a { background-color: #403E74; }
a { background-color: rgb(64,62,116); }
div.DivClassName
{
background-color: #403E74;
}
.BgClassName
{
background-color: #403E74;
}
</style>
border-color css
<style>
span { border-color: #403E74; }
span { border-color: rgb(64,62,116); }
td.TdClassName
{
border-color: #403E74;
}
.TagClassName
{
border-color: #403E74;
}
</style>