Shades of Blue Gem #3E339E
Tints of Blue Gem #3E339E
RGB
CMYK
RGB Variations
Color information
#3E339E (or 0x3E339E) is known color: Blue Gem. HEX triplet: 3E, 33 and 9E. RGB value is (62,51,158). Sum of RGB (Red+Green+Blue) = 62+51+158=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E339E is #C1CC61. Grayscale: #424242. Windows color (decimal): -12700770 or 10367806. OLE color: 10367806.
HSL color Cylindrical-coordinate representation of color #3E339E: hue angle of 246.17º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E339E is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 51 | 158 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.38 |
| HSL | 246.17º | 0.51% | 0.41% | - |
| HSV(B) | 246.17º | 0.68% | 0.62% | - |
| XYZ | 9.34 | 5.86 | 32.99 | - |
| YUV | 66.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 158 | 0.61 | 0.68 | 0 | 0.38 | 246.17 | 0.51 | 0.41 |
| Hex | 3E | 33 | 9E | 3D | 44 | 0 | 26 | F6 | 33 | 29 |
| Octal | 76 | 63 | 236 | 75 | 104 | 0 | 46 | 366 | 63 | 51 |
| Binary | 111110 | 110011 | 10011110 | 111101 | 1000100 | 0 | 100110 | 11110110 | 110011 | 101001 |
Color Harmonies of #3E339E
Complementary color
Monochromatic Colors of #3E339E
Black with #3E339E
Text Example
Text Example
White with #3E339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E339E; }
p { color: rgb(62,51,158); }
H1.HeaderClassName
{
color: #3E339E;
}
.AnyTagClassName
{
color: #3E339E;
}
</style>
background-color css
<style>
a { background-color: #3E339E; }
a { background-color: rgb(62,51,158); }
div.DivClassName
{
background-color: #3E339E;
}
.BgClassName
{
background-color: #3E339E;
}
</style>
border-color css
<style>
span { border-color: #3E339E; }
span { border-color: rgb(62,51,158); }
td.TdClassName
{
border-color: #3E339E;
}
.TagClassName
{
border-color: #3E339E;
}
</style>