Shades of Blue Gem #3E2FAE
Tints of Blue Gem #3E2FAE
RGB
CMYK
RGB Variations
Color information
#3E2FAE (or 0x3E2FAE) is known color: Blue Gem. HEX triplet: 3E, 2F and AE. RGB value is (62,47,174). Sum of RGB (Red+Green+Blue) = 62+47+174=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E2FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2FAE is #C1D051. Grayscale: #414141. Windows color (decimal): -12701778 or 11415358. OLE color: 11415358.
HSL color Cylindrical-coordinate representation of color #3E2FAE: hue angle of 247.09º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E2FAE is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 47 | 174 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.32 |
| HSL | 247.09º | 0.57% | 0.43% | - |
| HSV(B) | 247.09º | 0.73% | 0.68% | - |
| XYZ | 10.64 | 6.11 | 40.66 | - |
| YUV | 65.96 | 188.97 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 174 | 0.64 | 0.73 | 0 | 0.32 | 247.09 | 0.57 | 0.43 |
| Hex | 3E | 2F | AE | 40 | 49 | 0 | 20 | F7 | 39 | 2B |
| Octal | 76 | 57 | 256 | 100 | 111 | 0 | 40 | 367 | 71 | 53 |
| Binary | 111110 | 101111 | 10101110 | 1000000 | 1001001 | 0 | 100000 | 11110111 | 111001 | 101011 |
Color Harmonies of #3E2FAE
Complementary color
Monochromatic Colors of #3E2FAE
Black with #3E2FAE
Text Example
Text Example
White with #3E2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2FAE; }
p { color: rgb(62,47,174); }
H1.HeaderClassName
{
color: #3E2FAE;
}
.AnyTagClassName
{
color: #3E2FAE;
}
</style>
background-color css
<style>
a { background-color: #3E2FAE; }
a { background-color: rgb(62,47,174); }
div.DivClassName
{
background-color: #3E2FAE;
}
.BgClassName
{
background-color: #3E2FAE;
}
</style>
border-color css
<style>
span { border-color: #3E2FAE; }
span { border-color: rgb(62,47,174); }
td.TdClassName
{
border-color: #3E2FAE;
}
.TagClassName
{
border-color: #3E2FAE;
}
</style>