Shades of Blue Gem #3E279E
Tints of Blue Gem #3E279E
RGB
CMYK
RGB Variations
Color information
#3E279E (or 0x3E279E) is known color: Blue Gem. HEX triplet: 3E, 27 and 9E. RGB value is (62,39,158). Sum of RGB (Red+Green+Blue) = 62+39+158=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E279E is #C1D861. Grayscale: #3A3A3A. Windows color (decimal): -12703842 or 10364734. OLE color: 10364734.
HSL color Cylindrical-coordinate representation of color #3E279E: hue angle of 251.6º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E279E is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 39 | 158 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.38 |
| HSL | 251.6º | 0.6% | 0.39% | - |
| HSV(B) | 251.6º | 0.75% | 0.62% | - |
| XYZ | 8.88 | 4.94 | 32.83 | - |
| YUV | 59.44 | 183.62 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 158 | 0.61 | 0.75 | 0 | 0.38 | 251.6 | 0.6 | 0.39 |
| Hex | 3E | 27 | 9E | 3D | 4B | 0 | 26 | FC | 3C | 27 |
| Octal | 76 | 47 | 236 | 75 | 113 | 0 | 46 | 374 | 74 | 47 |
| Binary | 111110 | 100111 | 10011110 | 111101 | 1001011 | 0 | 100110 | 11111100 | 111100 | 100111 |
Color Harmonies of #3E279E
Complementary color
Monochromatic Colors of #3E279E
Black with #3E279E
Text Example
Text Example
White with #3E279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E279E; }
p { color: rgb(62,39,158); }
H1.HeaderClassName
{
color: #3E279E;
}
.AnyTagClassName
{
color: #3E279E;
}
</style>
background-color css
<style>
a { background-color: #3E279E; }
a { background-color: rgb(62,39,158); }
div.DivClassName
{
background-color: #3E279E;
}
.BgClassName
{
background-color: #3E279E;
}
</style>
border-color css
<style>
span { border-color: #3E279E; }
span { border-color: rgb(62,39,158); }
td.TdClassName
{
border-color: #3E279E;
}
.TagClassName
{
border-color: #3E279E;
}
</style>