Shades of Blue Gem #3E32AB
Tints of Blue Gem #3E32AB
RGB
CMYK
RGB Variations
Color information
#3E32AB (or 0x3E32AB) is known color: Blue Gem. HEX triplet: 3E, 32 and AB. RGB value is (62,50,171). Sum of RGB (Red+Green+Blue) = 62+50+171=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E32AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E32AB is #C1CD54. Grayscale: #424242. Windows color (decimal): -12701013 or 11219518. OLE color: 11219518.
HSL color Cylindrical-coordinate representation of color #3E32AB: hue angle of 245.95º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E32AB is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 50 | 171 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.33 |
| HSL | 245.95º | 0.55% | 0.43% | - |
| HSV(B) | 245.95º | 0.71% | 0.67% | - |
| XYZ | 10.48 | 6.25 | 39.18 | - |
| YUV | 67.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 171 | 0.64 | 0.71 | 0 | 0.33 | 245.95 | 0.55 | 0.43 |
| Hex | 3E | 32 | AB | 40 | 47 | 0 | 21 | F6 | 37 | 2B |
| Octal | 76 | 62 | 253 | 100 | 107 | 0 | 41 | 366 | 67 | 53 |
| Binary | 111110 | 110010 | 10101011 | 1000000 | 1000111 | 0 | 100001 | 11110110 | 110111 | 101011 |
Color Harmonies of #3E32AB
Complementary color
Monochromatic Colors of #3E32AB
Black with #3E32AB
Text Example
Text Example
White with #3E32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E32AB; }
p { color: rgb(62,50,171); }
H1.HeaderClassName
{
color: #3E32AB;
}
.AnyTagClassName
{
color: #3E32AB;
}
</style>
background-color css
<style>
a { background-color: #3E32AB; }
a { background-color: rgb(62,50,171); }
div.DivClassName
{
background-color: #3E32AB;
}
.BgClassName
{
background-color: #3E32AB;
}
</style>
border-color css
<style>
span { border-color: #3E32AB; }
span { border-color: rgb(62,50,171); }
td.TdClassName
{
border-color: #3E32AB;
}
.TagClassName
{
border-color: #3E32AB;
}
</style>