Shades of Blue Gem #3E349E
Tints of Blue Gem #3E349E
RGB
CMYK
RGB Variations
Color information
#3E349E (or 0x3E349E) is known color: Blue Gem. HEX triplet: 3E, 34 and 9E. RGB value is (62,52,158). Sum of RGB (Red+Green+Blue) = 62+52+158=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E349E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E349E is #C1CB61. Grayscale: #424242. Windows color (decimal): -12700514 or 10368062. OLE color: 10368062.
HSL color Cylindrical-coordinate representation of color #3E349E: hue angle of 245.66º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E349E is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 52 | 158 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.38 |
| HSL | 245.66º | 0.5% | 0.41% | - |
| HSV(B) | 245.66º | 0.67% | 0.62% | - |
| XYZ | 9.39 | 5.95 | 33 | - |
| YUV | 67.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 158 | 0.61 | 0.67 | 0 | 0.38 | 245.66 | 0.5 | 0.41 |
| Hex | 3E | 34 | 9E | 3D | 43 | 0 | 26 | F6 | 32 | 29 |
| Octal | 76 | 64 | 236 | 75 | 103 | 0 | 46 | 366 | 62 | 51 |
| Binary | 111110 | 110100 | 10011110 | 111101 | 1000011 | 0 | 100110 | 11110110 | 110010 | 101001 |
Color Harmonies of #3E349E
Complementary color
Monochromatic Colors of #3E349E
Black with #3E349E
Text Example
Text Example
White with #3E349E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E349E; }
p { color: rgb(62,52,158); }
H1.HeaderClassName
{
color: #3E349E;
}
.AnyTagClassName
{
color: #3E349E;
}
</style>
background-color css
<style>
a { background-color: #3E349E; }
a { background-color: rgb(62,52,158); }
div.DivClassName
{
background-color: #3E349E;
}
.BgClassName
{
background-color: #3E349E;
}
</style>
border-color css
<style>
span { border-color: #3E349E; }
span { border-color: rgb(62,52,158); }
td.TdClassName
{
border-color: #3E349E;
}
.TagClassName
{
border-color: #3E349E;
}
</style>