Shades of Blue Gem #3E209E
Tints of Blue Gem #3E209E
RGB
CMYK
RGB Variations
Color information
#3E209E (or 0x3E209E) is known color: Blue Gem. HEX triplet: 3E, 20 and 9E. RGB value is (62,32,158). Sum of RGB (Red+Green+Blue) = 62+32+158=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E209E is #C1DF61. Grayscale: #363636. Windows color (decimal): -12705634 or 10362942. OLE color: 10362942.
HSL color Cylindrical-coordinate representation of color #3E209E: hue angle of 254.29º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E209E is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 32 | 158 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.38 |
| HSL | 254.29º | 0.66% | 0.37% | - |
| HSV(B) | 254.29º | 0.8% | 0.62% | - |
| XYZ | 8.67 | 4.53 | 32.76 | - |
| YUV | 55.33 | 185.94 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 158 | 0.61 | 0.80 | 0 | 0.38 | 254.29 | 0.66 | 0.37 |
| Hex | 3E | 20 | 9E | 3D | 50 | 0 | 26 | FE | 42 | 25 |
| Octal | 76 | 40 | 236 | 75 | 120 | 0 | 46 | 376 | 102 | 45 |
| Binary | 111110 | 100000 | 10011110 | 111101 | 1010000 | 0 | 100110 | 11111110 | 1000010 | 100101 |
Color Harmonies of #3E209E
Complementary color
Monochromatic Colors of #3E209E
Black with #3E209E
Text Example
Text Example
White with #3E209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E209E; }
p { color: rgb(62,32,158); }
H1.HeaderClassName
{
color: #3E209E;
}
.AnyTagClassName
{
color: #3E209E;
}
</style>
background-color css
<style>
a { background-color: #3E209E; }
a { background-color: rgb(62,32,158); }
div.DivClassName
{
background-color: #3E209E;
}
.BgClassName
{
background-color: #3E209E;
}
</style>
border-color css
<style>
span { border-color: #3E209E; }
span { border-color: rgb(62,32,158); }
td.TdClassName
{
border-color: #3E209E;
}
.TagClassName
{
border-color: #3E209E;
}
</style>