Shades of Blue Gem #3E39AB
Tints of Blue Gem #3E39AB
RGB
CMYK
RGB Variations
Color information
#3E39AB (or 0x3E39AB) is known color: Blue Gem. HEX triplet: 3E, 39 and AB. RGB value is (62,57,171). Sum of RGB (Red+Green+Blue) = 62+57+171=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E39AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E39AB is #C1C654. Grayscale: #474747. Windows color (decimal): -12699221 or 11221310. OLE color: 11221310.
HSL color Cylindrical-coordinate representation of color #3E39AB: hue angle of 242.63º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E39AB is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 57 | 171 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.33 |
| HSL | 242.63º | 0.5% | 0.45% | - |
| HSV(B) | 242.63º | 0.67% | 0.67% | - |
| XYZ | 10.8 | 6.89 | 39.29 | - |
| YUV | 71.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 171 | 0.64 | 0.67 | 0 | 0.33 | 242.63 | 0.5 | 0.45 |
| Hex | 3E | 39 | AB | 40 | 43 | 0 | 21 | F3 | 32 | 2D |
| Octal | 76 | 71 | 253 | 100 | 103 | 0 | 41 | 363 | 62 | 55 |
| Binary | 111110 | 111001 | 10101011 | 1000000 | 1000011 | 0 | 100001 | 11110011 | 110010 | 101101 |
Color Harmonies of #3E39AB
Complementary color
Monochromatic Colors of #3E39AB
Black with #3E39AB
Text Example
Text Example
White with #3E39AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E39AB; }
p { color: rgb(62,57,171); }
H1.HeaderClassName
{
color: #3E39AB;
}
.AnyTagClassName
{
color: #3E39AB;
}
</style>
background-color css
<style>
a { background-color: #3E39AB; }
a { background-color: rgb(62,57,171); }
div.DivClassName
{
background-color: #3E39AB;
}
.BgClassName
{
background-color: #3E39AB;
}
</style>
border-color css
<style>
span { border-color: #3E39AB; }
span { border-color: rgb(62,57,171); }
td.TdClassName
{
border-color: #3E39AB;
}
.TagClassName
{
border-color: #3E39AB;
}
</style>