Shades of Blue Gem #3E2E95
Tints of Blue Gem #3E2E95
RGB
CMYK
RGB Variations
Color information
#3E2E95 (or 0x3E2E95) is known color: Blue Gem. HEX triplet: 3E, 2E and 95. RGB value is (62,46,149). Sum of RGB (Red+Green+Blue) = 62+46+149=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E2E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2E95 is #C1D16A. Grayscale: #3E3E3E. Windows color (decimal): -12702059 or 9776702. OLE color: 9776702.
HSL color Cylindrical-coordinate representation of color #3E2E95: hue angle of 249.32º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E2E95 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 46 | 149 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.42 |
| HSL | 249.32º | 0.53% | 0.38% | - |
| HSV(B) | 249.32º | 0.69% | 0.58% | - |
| XYZ | 8.39 | 5.15 | 28.99 | - |
| YUV | 62.53 | 176.8 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 149 | 0.58 | 0.69 | 0 | 0.42 | 249.32 | 0.53 | 0.38 |
| Hex | 3E | 2E | 95 | 3A | 45 | 0 | 2A | F9 | 35 | 26 |
| Octal | 76 | 56 | 225 | 72 | 105 | 0 | 52 | 371 | 65 | 46 |
| Binary | 111110 | 101110 | 10010101 | 111010 | 1000101 | 0 | 101010 | 11111001 | 110101 | 100110 |
Color Harmonies of #3E2E95
Complementary color
Monochromatic Colors of #3E2E95
Black with #3E2E95
Text Example
Text Example
White with #3E2E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E95; }
p { color: rgb(62,46,149); }
H1.HeaderClassName
{
color: #3E2E95;
}
.AnyTagClassName
{
color: #3E2E95;
}
</style>
background-color css
<style>
a { background-color: #3E2E95; }
a { background-color: rgb(62,46,149); }
div.DivClassName
{
background-color: #3E2E95;
}
.BgClassName
{
background-color: #3E2E95;
}
</style>
border-color css
<style>
span { border-color: #3E2E95; }
span { border-color: rgb(62,46,149); }
td.TdClassName
{
border-color: #3E2E95;
}
.TagClassName
{
border-color: #3E2E95;
}
</style>