Shades of Blue Gem #3E2B94
Tints of Blue Gem #3E2B94
RGB
CMYK
RGB Variations
Color information
#3E2B94 (or 0x3E2B94) is known color: Blue Gem. HEX triplet: 3E, 2B and 94. RGB value is (62,43,148). Sum of RGB (Red+Green+Blue) = 62+43+148=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E2B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2B94 is #C1D46B. Grayscale: #3C3C3C. Windows color (decimal): -12702828 or 9710398. OLE color: 9710398.
HSL color Cylindrical-coordinate representation of color #3E2B94: hue angle of 250.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E2B94 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 43 | 148 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.42 |
| HSL | 250.86º | 0.55% | 0.37% | - |
| HSV(B) | 250.86º | 0.71% | 0.58% | - |
| XYZ | 8.2 | 4.89 | 28.53 | - |
| YUV | 60.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 148 | 0.58 | 0.71 | 0 | 0.42 | 250.86 | 0.55 | 0.37 |
| Hex | 3E | 2B | 94 | 3A | 47 | 0 | 2A | FB | 37 | 25 |
| Octal | 76 | 53 | 224 | 72 | 107 | 0 | 52 | 373 | 67 | 45 |
| Binary | 111110 | 101011 | 10010100 | 111010 | 1000111 | 0 | 101010 | 11111011 | 110111 | 100101 |
Color Harmonies of #3E2B94
Complementary color
Monochromatic Colors of #3E2B94
Black with #3E2B94
Text Example
Text Example
White with #3E2B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B94; }
p { color: rgb(62,43,148); }
H1.HeaderClassName
{
color: #3E2B94;
}
.AnyTagClassName
{
color: #3E2B94;
}
</style>
background-color css
<style>
a { background-color: #3E2B94; }
a { background-color: rgb(62,43,148); }
div.DivClassName
{
background-color: #3E2B94;
}
.BgClassName
{
background-color: #3E2B94;
}
</style>
border-color css
<style>
span { border-color: #3E2B94; }
span { border-color: rgb(62,43,148); }
td.TdClassName
{
border-color: #3E2B94;
}
.TagClassName
{
border-color: #3E2B94;
}
</style>