Shades of Blue Gem #3E2BA6
Tints of Blue Gem #3E2BA6
RGB
CMYK
RGB Variations
Color information
#3E2BA6 (or 0x3E2BA6) is known color: Blue Gem. HEX triplet: 3E, 2B and A6. RGB value is (62,43,166). Sum of RGB (Red+Green+Blue) = 62+43+166=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 166 (65.23% from 255 or 61.25% from 271); Max value from RGB is 166 - color contains mainly: blue. Hex color #3E2BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2BA6 is #C1D459. Grayscale: #3E3E3E. Windows color (decimal): -12702810 or 10890046. OLE color: 10890046.
HSL color Cylindrical-coordinate representation of color #3E2BA6: hue angle of 249.27º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E2BA6 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 62 | 43 | 166 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.35 |
| HSL | 249.27º | 0.59% | 0.41% | - |
| HSV(B) | 249.27º | 0.74% | 0.65% | - |
| XYZ | 9.73 | 5.51 | 36.63 | - |
| YUV | 62.7 | 186.29 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 166 | 0.63 | 0.74 | 0 | 0.35 | 249.27 | 0.59 | 0.41 |
| Hex | 3E | 2B | A6 | 3F | 4A | 0 | 23 | F9 | 3B | 29 |
| Octal | 76 | 53 | 246 | 77 | 112 | 0 | 43 | 371 | 73 | 51 |
| Binary | 111110 | 101011 | 10100110 | 111111 | 1001010 | 0 | 100011 | 11111001 | 111011 | 101001 |
Color Harmonies of #3E2BA6
Complementary color
Monochromatic Colors of #3E2BA6
Black with #3E2BA6
Text Example
Text Example
White with #3E2BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2BA6; }
p { color: rgb(62,43,166); }
H1.HeaderClassName
{
color: #3E2BA6;
}
.AnyTagClassName
{
color: #3E2BA6;
}
</style>
background-color css
<style>
a { background-color: #3E2BA6; }
a { background-color: rgb(62,43,166); }
div.DivClassName
{
background-color: #3E2BA6;
}
.BgClassName
{
background-color: #3E2BA6;
}
</style>
border-color css
<style>
span { border-color: #3E2BA6; }
span { border-color: rgb(62,43,166); }
td.TdClassName
{
border-color: #3E2BA6;
}
.TagClassName
{
border-color: #3E2BA6;
}
</style>