Shades of Blue Gem #3E2392
Tints of Blue Gem #3E2392
RGB
CMYK
RGB Variations
Color information
#3E2392 (or 0x3E2392) is known color: Blue Gem. HEX triplet: 3E, 23 and 92. RGB value is (62,35,146). Sum of RGB (Red+Green+Blue) = 62+35+146=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E2392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2392 is #C1DC6D. Grayscale: #373737. Windows color (decimal): -12704878 or 9577278. OLE color: 9577278.
HSL color Cylindrical-coordinate representation of color #3E2392: hue angle of 254.59º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E2392 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 35 | 146 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.43 |
| HSL | 254.59º | 0.61% | 0.35% | - |
| HSV(B) | 254.59º | 0.76% | 0.57% | - |
| XYZ | 7.78 | 4.3 | 27.61 | - |
| YUV | 55.73 | 178.95 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 146 | 0.58 | 0.76 | 0 | 0.43 | 254.59 | 0.61 | 0.35 |
| Hex | 3E | 23 | 92 | 3A | 4C | 0 | 2B | FF | 3D | 23 |
| Octal | 76 | 43 | 222 | 72 | 114 | 0 | 53 | 377 | 75 | 43 |
| Binary | 111110 | 100011 | 10010010 | 111010 | 1001100 | 0 | 101011 | 11111111 | 111101 | 100011 |
Color Harmonies of #3E2392
Complementary color
Monochromatic Colors of #3E2392
Black with #3E2392
Text Example
Text Example
White with #3E2392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2392; }
p { color: rgb(62,35,146); }
H1.HeaderClassName
{
color: #3E2392;
}
.AnyTagClassName
{
color: #3E2392;
}
</style>
background-color css
<style>
a { background-color: #3E2392; }
a { background-color: rgb(62,35,146); }
div.DivClassName
{
background-color: #3E2392;
}
.BgClassName
{
background-color: #3E2392;
}
</style>
border-color css
<style>
span { border-color: #3E2392; }
span { border-color: rgb(62,35,146); }
td.TdClassName
{
border-color: #3E2392;
}
.TagClassName
{
border-color: #3E2392;
}
</style>