Shades of Blue Gem #3E279B
Tints of Blue Gem #3E279B
RGB
CMYK
RGB Variations
Color information
#3E279B (or 0x3E279B) is known color: Blue Gem. HEX triplet: 3E, 27 and 9B. RGB value is (62,39,155). Sum of RGB (Red+Green+Blue) = 62+39+155=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E279B is #C1D864. Grayscale: #3A3A3A. Windows color (decimal): -12703845 or 10168126. OLE color: 10168126.
HSL color Cylindrical-coordinate representation of color #3E279B: hue angle of 251.9º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E279B is Cyan = 0.6, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 39 | 155 | - |
| CMYK | 0.6 | 0.75 | 0 | 0.39 |
| HSL | 251.9º | 0.6% | 0.38% | - |
| HSV(B) | 251.9º | 0.75% | 0.61% | - |
| XYZ | 8.63 | 4.84 | 31.49 | - |
| YUV | 59.1 | 182.12 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 155 | 0.6 | 0.75 | 0 | 0.39 | 251.9 | 0.6 | 0.38 |
| Hex | 3E | 27 | 9B | 3C | 4B | 0 | 27 | FC | 3C | 26 |
| Octal | 76 | 47 | 233 | 74 | 113 | 0 | 47 | 374 | 74 | 46 |
| Binary | 111110 | 100111 | 10011011 | 111100 | 1001011 | 0 | 100111 | 11111100 | 111100 | 100110 |
Color Harmonies of #3E279B
Complementary color
Monochromatic Colors of #3E279B
Black with #3E279B
Text Example
Text Example
White with #3E279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E279B; }
p { color: rgb(62,39,155); }
H1.HeaderClassName
{
color: #3E279B;
}
.AnyTagClassName
{
color: #3E279B;
}
</style>
background-color css
<style>
a { background-color: #3E279B; }
a { background-color: rgb(62,39,155); }
div.DivClassName
{
background-color: #3E279B;
}
.BgClassName
{
background-color: #3E279B;
}
</style>
border-color css
<style>
span { border-color: #3E279B; }
span { border-color: rgb(62,39,155); }
td.TdClassName
{
border-color: #3E279B;
}
.TagClassName
{
border-color: #3E279B;
}
</style>