Shades of Blue Gem #3E239A
Tints of Blue Gem #3E239A
RGB
CMYK
RGB Variations
Color information
#3E239A (or 0x3E239A) is known color: Blue Gem. HEX triplet: 3E, 23 and 9A. RGB value is (62,35,154). Sum of RGB (Red+Green+Blue) = 62+35+154=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #3E239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E239A is #C1DC65. Grayscale: #383838. Windows color (decimal): -12704870 or 10101566. OLE color: 10101566.
HSL color Cylindrical-coordinate representation of color #3E239A: hue angle of 253.61º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E239A is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 62 | 35 | 154 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.40 |
| HSL | 253.61º | 0.63% | 0.37% | - |
| HSV(B) | 253.61º | 0.77% | 0.6% | - |
| XYZ | 8.42 | 4.56 | 31.01 | - |
| YUV | 56.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 154 | 0.60 | 0.77 | 0 | 0.40 | 253.61 | 0.63 | 0.37 |
| Hex | 3E | 23 | 9A | 3C | 4D | 0 | 28 | FE | 3F | 25 |
| Octal | 76 | 43 | 232 | 74 | 115 | 0 | 50 | 376 | 77 | 45 |
| Binary | 111110 | 100011 | 10011010 | 111100 | 1001101 | 0 | 101000 | 11111110 | 111111 | 100101 |
Color Harmonies of #3E239A
Complementary color
Monochromatic Colors of #3E239A
Black with #3E239A
Text Example
Text Example
White with #3E239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E239A; }
p { color: rgb(62,35,154); }
H1.HeaderClassName
{
color: #3E239A;
}
.AnyTagClassName
{
color: #3E239A;
}
</style>
background-color css
<style>
a { background-color: #3E239A; }
a { background-color: rgb(62,35,154); }
div.DivClassName
{
background-color: #3E239A;
}
.BgClassName
{
background-color: #3E239A;
}
</style>
border-color css
<style>
span { border-color: #3E239A; }
span { border-color: rgb(62,35,154); }
td.TdClassName
{
border-color: #3E239A;
}
.TagClassName
{
border-color: #3E239A;
}
</style>