Shades of Blue Gem #3E2495
Tints of Blue Gem #3E2495
RGB
CMYK
RGB Variations
Color information
#3E2495 (or 0x3E2495) is known color: Blue Gem. HEX triplet: 3E, 24 and 95. RGB value is (62,36,149). Sum of RGB (Red+Green+Blue) = 62+36+149=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E2495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2495 is #C1DB6A. Grayscale: #383838. Windows color (decimal): -12704619 or 9774142. OLE color: 9774142.
HSL color Cylindrical-coordinate representation of color #3E2495: hue angle of 253.81º 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 #3E2495 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 36 | 149 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.42 |
| HSL | 253.81º | 0.61% | 0.36% | - |
| HSV(B) | 253.81º | 0.76% | 0.58% | - |
| XYZ | 8.04 | 4.46 | 28.87 | - |
| YUV | 56.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 149 | 0.58 | 0.76 | 0 | 0.42 | 253.81 | 0.61 | 0.36 |
| Hex | 3E | 24 | 95 | 3A | 4C | 0 | 2A | FE | 3D | 24 |
| Octal | 76 | 44 | 225 | 72 | 114 | 0 | 52 | 376 | 75 | 44 |
| Binary | 111110 | 100100 | 10010101 | 111010 | 1001100 | 0 | 101010 | 11111110 | 111101 | 100100 |
Color Harmonies of #3E2495
Complementary color
Monochromatic Colors of #3E2495
Black with #3E2495
Text Example
Text Example
White with #3E2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2495; }
p { color: rgb(62,36,149); }
H1.HeaderClassName
{
color: #3E2495;
}
.AnyTagClassName
{
color: #3E2495;
}
</style>
background-color css
<style>
a { background-color: #3E2495; }
a { background-color: rgb(62,36,149); }
div.DivClassName
{
background-color: #3E2495;
}
.BgClassName
{
background-color: #3E2495;
}
</style>
border-color css
<style>
span { border-color: #3E2495; }
span { border-color: rgb(62,36,149); }
td.TdClassName
{
border-color: #3E2495;
}
.TagClassName
{
border-color: #3E2495;
}
</style>