Shades of Blue Gem #3E2CA0
Tints of Blue Gem #3E2CA0
RGB
CMYK
RGB Variations
Color information
#3E2CA0 (or 0x3E2CA0) is known color: Blue Gem. HEX triplet: 3E, 2C and A0. RGB value is (62,44,160). Sum of RGB (Red+Green+Blue) = 62+44+160=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 160 (62.89% from 255 or 60.15% from 266); Max value from RGB is 160 - color contains mainly: blue. Hex color #3E2CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2CA0 is #C1D35F. Grayscale: #3E3E3E. Windows color (decimal): -12702560 or 10497086. OLE color: 10497086.
HSL color Cylindrical-coordinate representation of color #3E2CA0: hue angle of 249.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E2CA0 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 44 | 160 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.37 |
| HSL | 249.31º | 0.57% | 0.4% | - |
| HSV(B) | 249.31º | 0.73% | 0.63% | - |
| XYZ | 9.23 | 5.36 | 33.81 | - |
| YUV | 62.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 160 | 0.61 | 0.72 | 0 | 0.37 | 249.31 | 0.57 | 0.4 |
| Hex | 3E | 2C | A0 | 3D | 48 | 0 | 25 | F9 | 39 | 28 |
| Octal | 76 | 54 | 240 | 75 | 110 | 0 | 45 | 371 | 71 | 50 |
| Binary | 111110 | 101100 | 10100000 | 111101 | 1001000 | 0 | 100101 | 11111001 | 111001 | 101000 |
Color Harmonies of #3E2CA0
Complementary color
Monochromatic Colors of #3E2CA0
Black with #3E2CA0
Text Example
Text Example
White with #3E2CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2CA0; }
p { color: rgb(62,44,160); }
H1.HeaderClassName
{
color: #3E2CA0;
}
.AnyTagClassName
{
color: #3E2CA0;
}
</style>
background-color css
<style>
a { background-color: #3E2CA0; }
a { background-color: rgb(62,44,160); }
div.DivClassName
{
background-color: #3E2CA0;
}
.BgClassName
{
background-color: #3E2CA0;
}
</style>
border-color css
<style>
span { border-color: #3E2CA0; }
span { border-color: rgb(62,44,160); }
td.TdClassName
{
border-color: #3E2CA0;
}
.TagClassName
{
border-color: #3E2CA0;
}
</style>