Shades of Blue Gem #3E2493
Tints of Blue Gem #3E2493
RGB
CMYK
RGB Variations
Color information
#3E2493 (or 0x3E2493) is known color: Blue Gem. HEX triplet: 3E, 24 and 93. RGB value is (62,36,147). Sum of RGB (Red+Green+Blue) = 62+36+147=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E2493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2493 is #C1DB6C. Grayscale: #383838. Windows color (decimal): -12704621 or 9643070. OLE color: 9643070.
HSL color Cylindrical-coordinate representation of color #3E2493: hue angle of 254.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E2493 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 36 | 147 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.42 |
| HSL | 254.05º | 0.61% | 0.36% | - |
| HSV(B) | 254.05º | 0.76% | 0.58% | - |
| XYZ | 7.88 | 4.39 | 28.04 | - |
| YUV | 56.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 147 | 0.58 | 0.76 | 0 | 0.42 | 254.05 | 0.61 | 0.36 |
| Hex | 3E | 24 | 93 | 3A | 4C | 0 | 2A | FE | 3D | 24 |
| Octal | 76 | 44 | 223 | 72 | 114 | 0 | 52 | 376 | 75 | 44 |
| Binary | 111110 | 100100 | 10010011 | 111010 | 1001100 | 0 | 101010 | 11111110 | 111101 | 100100 |
Color Harmonies of #3E2493
Complementary color
Monochromatic Colors of #3E2493
Black with #3E2493
Text Example
Text Example
White with #3E2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2493; }
p { color: rgb(62,36,147); }
H1.HeaderClassName
{
color: #3E2493;
}
.AnyTagClassName
{
color: #3E2493;
}
</style>
background-color css
<style>
a { background-color: #3E2493; }
a { background-color: rgb(62,36,147); }
div.DivClassName
{
background-color: #3E2493;
}
.BgClassName
{
background-color: #3E2493;
}
</style>
border-color css
<style>
span { border-color: #3E2493; }
span { border-color: rgb(62,36,147); }
td.TdClassName
{
border-color: #3E2493;
}
.TagClassName
{
border-color: #3E2493;
}
</style>