Shades of Blue Gem #3E209D
Tints of Blue Gem #3E209D
RGB
CMYK
RGB Variations
Color information
#3E209D (or 0x3E209D) is known color: Blue Gem. HEX triplet: 3E, 20 and 9D. RGB value is (62,32,157). Sum of RGB (Red+Green+Blue) = 62+32+157=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E209D is #C1DF62. Grayscale: #363636. Windows color (decimal): -12705635 or 10297406. OLE color: 10297406.
HSL color Cylindrical-coordinate representation of color #3E209D: hue angle of 254.4º 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 #3E209D is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 32 | 157 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.38 |
| HSL | 254.4º | 0.66% | 0.37% | - |
| HSV(B) | 254.4º | 0.8% | 0.62% | - |
| XYZ | 8.59 | 4.49 | 32.31 | - |
| YUV | 55.22 | 185.44 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 157 | 0.61 | 0.80 | 0 | 0.38 | 254.4 | 0.66 | 0.37 |
| Hex | 3E | 20 | 9D | 3D | 50 | 0 | 26 | FE | 42 | 25 |
| Octal | 76 | 40 | 235 | 75 | 120 | 0 | 46 | 376 | 102 | 45 |
| Binary | 111110 | 100000 | 10011101 | 111101 | 1010000 | 0 | 100110 | 11111110 | 1000010 | 100101 |
Color Harmonies of #3E209D
Complementary color
Monochromatic Colors of #3E209D
Black with #3E209D
Text Example
Text Example
White with #3E209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E209D; }
p { color: rgb(62,32,157); }
H1.HeaderClassName
{
color: #3E209D;
}
.AnyTagClassName
{
color: #3E209D;
}
</style>
background-color css
<style>
a { background-color: #3E209D; }
a { background-color: rgb(62,32,157); }
div.DivClassName
{
background-color: #3E209D;
}
.BgClassName
{
background-color: #3E209D;
}
</style>
border-color css
<style>
span { border-color: #3E209D; }
span { border-color: rgb(62,32,157); }
td.TdClassName
{
border-color: #3E209D;
}
.TagClassName
{
border-color: #3E209D;
}
</style>