Shades of Corn Flower Blue #3E3A75
Tints of Corn Flower Blue #3E3A75
RGB
CMYK
RGB Variations
Color information
#3E3A75 (or 0x3E3A75) is known color: Corn Flower Blue. HEX triplet: 3E, 3A and 75. RGB value is (62,58,117). Sum of RGB (Red+Green+Blue) = 62+58+117=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E3A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A75 is #C1C58A. Grayscale: #414141. Windows color (decimal): -12699019 or 7682622. OLE color: 7682622.
HSL color Cylindrical-coordinate representation of color #3E3A75: hue angle of 244.07º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E3A75 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 58 | 117 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.54 |
| HSL | 244.07º | 0.34% | 0.34% | - |
| HSV(B) | 244.07º | 0.5% | 0.46% | - |
| XYZ | 6.71 | 5.33 | 17.51 | - |
| YUV | 65.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 117 | 0.47 | 0.50 | 0 | 0.54 | 244.07 | 0.34 | 0.34 |
| Hex | 3E | 3A | 75 | 2F | 32 | 0 | 36 | F4 | 22 | 22 |
| Octal | 76 | 72 | 165 | 57 | 62 | 0 | 66 | 364 | 42 | 42 |
| Binary | 111110 | 111010 | 1110101 | 101111 | 110010 | 0 | 110110 | 11110100 | 100010 | 100010 |
Color Harmonies of #3E3A75
Complementary color
Monochromatic Colors of #3E3A75
Black with #3E3A75
Text Example
Text Example
White with #3E3A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A75; }
p { color: rgb(62,58,117); }
H1.HeaderClassName
{
color: #3E3A75;
}
.AnyTagClassName
{
color: #3E3A75;
}
</style>
background-color css
<style>
a { background-color: #3E3A75; }
a { background-color: rgb(62,58,117); }
div.DivClassName
{
background-color: #3E3A75;
}
.BgClassName
{
background-color: #3E3A75;
}
</style>
border-color css
<style>
span { border-color: #3E3A75; }
span { border-color: rgb(62,58,117); }
td.TdClassName
{
border-color: #3E3A75;
}
.TagClassName
{
border-color: #3E3A75;
}
</style>