Shades of Blue Gem #3E239F
Tints of Blue Gem #3E239F
RGB
CMYK
RGB Variations
Color information
#3E239F (or 0x3E239F) is known color: Blue Gem. HEX triplet: 3E, 23 and 9F. RGB value is (62,35,159). Sum of RGB (Red+Green+Blue) = 62+35+159=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E239F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E239F is #C1DC60. Grayscale: #383838. Windows color (decimal): -12704865 or 10429246. OLE color: 10429246.
HSL color Cylindrical-coordinate representation of color #3E239F: hue angle of 253.06º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E239F is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 35 | 159 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.38 |
| HSL | 253.06º | 0.64% | 0.38% | - |
| HSV(B) | 253.06º | 0.78% | 0.62% | - |
| XYZ | 8.85 | 4.73 | 33.25 | - |
| YUV | 57.21 | 185.45 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 159 | 0.61 | 0.78 | 0 | 0.38 | 253.06 | 0.64 | 0.38 |
| Hex | 3E | 23 | 9F | 3D | 4E | 0 | 26 | FD | 40 | 26 |
| Octal | 76 | 43 | 237 | 75 | 116 | 0 | 46 | 375 | 100 | 46 |
| Binary | 111110 | 100011 | 10011111 | 111101 | 1001110 | 0 | 100110 | 11111101 | 1000000 | 100110 |
Color Harmonies of #3E239F
Complementary color
Monochromatic Colors of #3E239F
Black with #3E239F
Text Example
Text Example
White with #3E239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E239F; }
p { color: rgb(62,35,159); }
H1.HeaderClassName
{
color: #3E239F;
}
.AnyTagClassName
{
color: #3E239F;
}
</style>
background-color css
<style>
a { background-color: #3E239F; }
a { background-color: rgb(62,35,159); }
div.DivClassName
{
background-color: #3E239F;
}
.BgClassName
{
background-color: #3E239F;
}
</style>
border-color css
<style>
span { border-color: #3E239F; }
span { border-color: rgb(62,35,159); }
td.TdClassName
{
border-color: #3E239F;
}
.TagClassName
{
border-color: #3E239F;
}
</style>