Shades of Blue Gem #3E21AB
Tints of Blue Gem #3E21AB
RGB
CMYK
RGB Variations
Color information
#3E21AB (or 0x3E21AB) is known color: Blue Gem. HEX triplet: 3E, 21 and AB. RGB value is (62,33,171). Sum of RGB (Red+Green+Blue) = 62+33+171=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E21AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E21AB is #C1DE54. Grayscale: #383838. Windows color (decimal): -12705365 or 11215166. OLE color: 11215166.
HSL color Cylindrical-coordinate representation of color #3E21AB: hue angle of 252.61º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E21AB is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 33 | 171 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.33 |
| HSL | 252.61º | 0.68% | 0.4% | - |
| HSV(B) | 252.61º | 0.81% | 0.67% | - |
| XYZ | 9.88 | 5.05 | 38.98 | - |
| YUV | 57.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 171 | 0.64 | 0.81 | 0 | 0.33 | 252.61 | 0.68 | 0.4 |
| Hex | 3E | 21 | AB | 40 | 51 | 0 | 21 | FD | 44 | 28 |
| Octal | 76 | 41 | 253 | 100 | 121 | 0 | 41 | 375 | 104 | 50 |
| Binary | 111110 | 100001 | 10101011 | 1000000 | 1010001 | 0 | 100001 | 11111101 | 1000100 | 101000 |
Color Harmonies of #3E21AB
Complementary color
Monochromatic Colors of #3E21AB
Black with #3E21AB
Text Example
Text Example
White with #3E21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E21AB; }
p { color: rgb(62,33,171); }
H1.HeaderClassName
{
color: #3E21AB;
}
.AnyTagClassName
{
color: #3E21AB;
}
</style>
background-color css
<style>
a { background-color: #3E21AB; }
a { background-color: rgb(62,33,171); }
div.DivClassName
{
background-color: #3E21AB;
}
.BgClassName
{
background-color: #3E21AB;
}
</style>
border-color css
<style>
span { border-color: #3E21AB; }
span { border-color: rgb(62,33,171); }
td.TdClassName
{
border-color: #3E21AB;
}
.TagClassName
{
border-color: #3E21AB;
}
</style>