Shades of Corn Flower Blue #3E3A74
Tints of Corn Flower Blue #3E3A74
RGB
CMYK
RGB Variations
Color information
#3E3A74 (or 0x3E3A74) is known color: Corn Flower Blue. HEX triplet: 3E, 3A and 74. RGB value is (62,58,116). Sum of RGB (Red+Green+Blue) = 62+58+116=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #3E3A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A74 is #C1C58B. Grayscale: #414141. Windows color (decimal): -12699020 or 7617086. OLE color: 7617086.
HSL color Cylindrical-coordinate representation of color #3E3A74: hue angle of 244.14º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E3A74 is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 58 | 116 | - |
| CMYK | 0.47 | 0.5 | 0 | 0.55 |
| HSL | 244.14º | 0.33% | 0.34% | - |
| HSV(B) | 244.14º | 0.5% | 0.45% | - |
| XYZ | 6.65 | 5.31 | 17.2 | - |
| YUV | 65.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 116 | 0.47 | 0.5 | 0 | 0.55 | 244.14 | 0.33 | 0.34 |
| Hex | 3E | 3A | 74 | 2F | 32 | 0 | 37 | F4 | 21 | 22 |
| Octal | 76 | 72 | 164 | 57 | 62 | 0 | 67 | 364 | 41 | 42 |
| Binary | 111110 | 111010 | 1110100 | 101111 | 110010 | 0 | 110111 | 11110100 | 100001 | 100010 |
Color Harmonies of #3E3A74
Complementary color
Monochromatic Colors of #3E3A74
Black with #3E3A74
Text Example
Text Example
White with #3E3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A74; }
p { color: rgb(62,58,116); }
H1.HeaderClassName
{
color: #3E3A74;
}
.AnyTagClassName
{
color: #3E3A74;
}
</style>
background-color css
<style>
a { background-color: #3E3A74; }
a { background-color: rgb(62,58,116); }
div.DivClassName
{
background-color: #3E3A74;
}
.BgClassName
{
background-color: #3E3A74;
}
</style>
border-color css
<style>
span { border-color: #3E3A74; }
span { border-color: rgb(62,58,116); }
td.TdClassName
{
border-color: #3E3A74;
}
.TagClassName
{
border-color: #3E3A74;
}
</style>