Shades of Blue Gem #3E299B
Tints of Blue Gem #3E299B
RGB
CMYK
RGB Variations
Color information
#3E299B (or 0x3E299B) is known color: Blue Gem. HEX triplet: 3E, 29 and 9B. RGB value is (62,41,155). Sum of RGB (Red+Green+Blue) = 62+41+155=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E299B is #C1D664. Grayscale: #3B3B3B. Windows color (decimal): -12703333 or 10168638. OLE color: 10168638.
HSL color Cylindrical-coordinate representation of color #3E299B: hue angle of 251.05º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E299B is Cyan = 0.6, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 41 | 155 | - |
| CMYK | 0.6 | 0.74 | 0 | 0.39 |
| HSL | 251.05º | 0.58% | 0.38% | - |
| HSV(B) | 251.05º | 0.74% | 0.61% | - |
| XYZ | 8.7 | 4.98 | 31.51 | - |
| YUV | 60.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 155 | 0.6 | 0.74 | 0 | 0.39 | 251.05 | 0.58 | 0.38 |
| Hex | 3E | 29 | 9B | 3C | 4A | 0 | 27 | FB | 3A | 26 |
| Octal | 76 | 51 | 233 | 74 | 112 | 0 | 47 | 373 | 72 | 46 |
| Binary | 111110 | 101001 | 10011011 | 111100 | 1001010 | 0 | 100111 | 11111011 | 111010 | 100110 |
Color Harmonies of #3E299B
Complementary color
Monochromatic Colors of #3E299B
Black with #3E299B
Text Example
Text Example
White with #3E299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E299B; }
p { color: rgb(62,41,155); }
H1.HeaderClassName
{
color: #3E299B;
}
.AnyTagClassName
{
color: #3E299B;
}
</style>
background-color css
<style>
a { background-color: #3E299B; }
a { background-color: rgb(62,41,155); }
div.DivClassName
{
background-color: #3E299B;
}
.BgClassName
{
background-color: #3E299B;
}
</style>
border-color css
<style>
span { border-color: #3E299B; }
span { border-color: rgb(62,41,155); }
td.TdClassName
{
border-color: #3E299B;
}
.TagClassName
{
border-color: #3E299B;
}
</style>