Shades of Blue Gem #3721AB
Tints of Blue Gem #3721AB
RGB
CMYK
RGB Variations
Color information
#3721AB (or 0x3721AB) is known color: Blue Gem. HEX triplet: 37, 21 and AB. RGB value is (55,33,171). Sum of RGB (Red+Green+Blue) = 55+33+171=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #3721AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3721AB is #C8DE54. Grayscale: #363636. Windows color (decimal): -13164117 or 11215159. OLE color: 11215159.
HSL color Cylindrical-coordinate representation of color #3721AB: hue angle of 249.57º 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 #3721AB is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 33 | 171 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.33 |
| HSL | 249.57º | 0.68% | 0.4% | - |
| HSV(B) | 249.57º | 0.81% | 0.67% | - |
| XYZ | 9.47 | 4.84 | 38.96 | - |
| YUV | 55.31 | 193.29 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 171 | 0.68 | 0.81 | 0 | 0.33 | 249.57 | 0.68 | 0.4 |
| Hex | 37 | 21 | AB | 44 | 51 | 0 | 21 | FA | 44 | 28 |
| Octal | 67 | 41 | 253 | 104 | 121 | 0 | 41 | 372 | 104 | 50 |
| Binary | 110111 | 100001 | 10101011 | 1000100 | 1010001 | 0 | 100001 | 11111010 | 1000100 | 101000 |
Color Harmonies of #3721AB
Complementary color
Monochromatic Colors of #3721AB
Black with #3721AB
Text Example
Text Example
White with #3721AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721AB; }
p { color: rgb(55,33,171); }
H1.HeaderClassName
{
color: #3721AB;
}
.AnyTagClassName
{
color: #3721AB;
}
</style>
background-color css
<style>
a { background-color: #3721AB; }
a { background-color: rgb(55,33,171); }
div.DivClassName
{
background-color: #3721AB;
}
.BgClassName
{
background-color: #3721AB;
}
</style>
border-color css
<style>
span { border-color: #3721AB; }
span { border-color: rgb(55,33,171); }
td.TdClassName
{
border-color: #3721AB;
}
.TagClassName
{
border-color: #3721AB;
}
</style>