Shades of Blue Gem #3E2B96
Tints of Blue Gem #3E2B96
RGB
CMYK
RGB Variations
Color information
#3E2B96 (or 0x3E2B96) is known color: Blue Gem. HEX triplet: 3E, 2B and 96. RGB value is (62,43,150). Sum of RGB (Red+Green+Blue) = 62+43+150=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #3E2B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2B96 is #C1D469. Grayscale: #3C3C3C. Windows color (decimal): -12702826 or 9841470. OLE color: 9841470.
HSL color Cylindrical-coordinate representation of color #3E2B96: hue angle of 250.65º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E2B96 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 43 | 150 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.41 |
| HSL | 250.65º | 0.55% | 0.38% | - |
| HSV(B) | 250.65º | 0.71% | 0.59% | - |
| XYZ | 8.36 | 4.95 | 29.37 | - |
| YUV | 60.88 | 178.29 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 150 | 0.59 | 0.71 | 0 | 0.41 | 250.65 | 0.55 | 0.38 |
| Hex | 3E | 2B | 96 | 3B | 47 | 0 | 29 | FB | 37 | 26 |
| Octal | 76 | 53 | 226 | 73 | 107 | 0 | 51 | 373 | 67 | 46 |
| Binary | 111110 | 101011 | 10010110 | 111011 | 1000111 | 0 | 101001 | 11111011 | 110111 | 100110 |
Color Harmonies of #3E2B96
Complementary color
Monochromatic Colors of #3E2B96
Black with #3E2B96
Text Example
Text Example
White with #3E2B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B96; }
p { color: rgb(62,43,150); }
H1.HeaderClassName
{
color: #3E2B96;
}
.AnyTagClassName
{
color: #3E2B96;
}
</style>
background-color css
<style>
a { background-color: #3E2B96; }
a { background-color: rgb(62,43,150); }
div.DivClassName
{
background-color: #3E2B96;
}
.BgClassName
{
background-color: #3E2B96;
}
</style>
border-color css
<style>
span { border-color: #3E2B96; }
span { border-color: rgb(62,43,150); }
td.TdClassName
{
border-color: #3E2B96;
}
.TagClassName
{
border-color: #3E2B96;
}
</style>