Shades of Blue Gem #3E2AAE
Tints of Blue Gem #3E2AAE
RGB
CMYK
RGB Variations
Color information
#3E2AAE (or 0x3E2AAE) is known color: Blue Gem. HEX triplet: 3E, 2A and AE. RGB value is (62,42,174). Sum of RGB (Red+Green+Blue) = 62+42+174=278 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.30% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E2AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2AAE is #C1D551. Grayscale: #3E3E3E. Windows color (decimal): -12703058 or 11414078. OLE color: 11414078.
HSL color Cylindrical-coordinate representation of color #3E2AAE: hue angle of 249.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E2AAE is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 42 | 174 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.32 |
| HSL | 249.09º | 0.61% | 0.42% | - |
| HSV(B) | 249.09º | 0.76% | 0.68% | - |
| XYZ | 10.45 | 5.74 | 40.6 | - |
| YUV | 63.03 | 190.63 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 174 | 0.64 | 0.76 | 0 | 0.32 | 249.09 | 0.61 | 0.42 |
| Hex | 3E | 2A | AE | 40 | 4C | 0 | 20 | F9 | 3D | 2A |
| Octal | 76 | 52 | 256 | 100 | 114 | 0 | 40 | 371 | 75 | 52 |
| Binary | 111110 | 101010 | 10101110 | 1000000 | 1001100 | 0 | 100000 | 11111001 | 111101 | 101010 |
Color Harmonies of #3E2AAE
Complementary color
Monochromatic Colors of #3E2AAE
Black with #3E2AAE
Text Example
Text Example
White with #3E2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2AAE; }
p { color: rgb(62,42,174); }
H1.HeaderClassName
{
color: #3E2AAE;
}
.AnyTagClassName
{
color: #3E2AAE;
}
</style>
background-color css
<style>
a { background-color: #3E2AAE; }
a { background-color: rgb(62,42,174); }
div.DivClassName
{
background-color: #3E2AAE;
}
.BgClassName
{
background-color: #3E2AAE;
}
</style>
border-color css
<style>
span { border-color: #3E2AAE; }
span { border-color: rgb(62,42,174); }
td.TdClassName
{
border-color: #3E2AAE;
}
.TagClassName
{
border-color: #3E2AAE;
}
</style>