Shades of Corn Flower Blue #3E416E
Tints of Corn Flower Blue #3E416E
RGB
CMYK
RGB Variations
Color information
#3E416E (or 0x3E416E) is known color: Corn Flower Blue. HEX triplet: 3E, 41 and 6E. RGB value is (62,65,110). Sum of RGB (Red+Green+Blue) = 62+65+110=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E416E is #C1BE91. Grayscale: #454545. Windows color (decimal): -12697234 or 7225662. OLE color: 7225662.
HSL color Cylindrical-coordinate representation of color #3E416E: hue angle of 236.25º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E416E is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 65 | 110 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.57 |
| HSL | 236.25º | 0.28% | 0.34% | - |
| HSV(B) | 236.25º | 0.44% | 0.43% | - |
| XYZ | 6.69 | 5.93 | 15.54 | - |
| YUV | 69.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 110 | 0.44 | 0.41 | 0 | 0.57 | 236.25 | 0.28 | 0.34 |
| Hex | 3E | 41 | 6E | 2C | 29 | 0 | 39 | EC | 1C | 22 |
| Octal | 76 | 101 | 156 | 54 | 51 | 0 | 71 | 354 | 34 | 42 |
| Binary | 111110 | 1000001 | 1101110 | 101100 | 101001 | 0 | 111001 | 11101100 | 11100 | 100010 |
Color Harmonies of #3E416E
Complementary color
Monochromatic Colors of #3E416E
Black with #3E416E
Text Example
Text Example
White with #3E416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E416E; }
p { color: rgb(62,65,110); }
H1.HeaderClassName
{
color: #3E416E;
}
.AnyTagClassName
{
color: #3E416E;
}
</style>
background-color css
<style>
a { background-color: #3E416E; }
a { background-color: rgb(62,65,110); }
div.DivClassName
{
background-color: #3E416E;
}
.BgClassName
{
background-color: #3E416E;
}
</style>
border-color css
<style>
span { border-color: #3E416E; }
span { border-color: rgb(62,65,110); }
td.TdClassName
{
border-color: #3E416E;
}
.TagClassName
{
border-color: #3E416E;
}
</style>