Shades of Blue Gem #3721A9
Tints of Blue Gem #3721A9
RGB
CMYK
RGB Variations
Color information
#3721A9 (or 0x3721A9) is known color: Blue Gem. HEX triplet: 37, 21 and A9. RGB value is (55,33,169). Sum of RGB (Red+Green+Blue) = 55+33+169=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 169 (66.41% from 255 or 65.76% from 257); Max value from RGB is 169 - color contains mainly: blue. Hex color #3721A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3721A9 is #C8DE56. Grayscale: #363636. Windows color (decimal): -13164119 or 11084087. OLE color: 11084087.
HSL color Cylindrical-coordinate representation of color #3721A9: hue angle of 249.71º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3721A9 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 33 | 169 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.34 |
| HSL | 249.71º | 0.67% | 0.4% | - |
| HSV(B) | 249.71º | 0.8% | 0.66% | - |
| XYZ | 9.28 | 4.76 | 37.97 | - |
| YUV | 55.08 | 192.29 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 169 | 0.67 | 0.80 | 0 | 0.34 | 249.71 | 0.67 | 0.4 |
| Hex | 37 | 21 | A9 | 43 | 50 | 0 | 22 | FA | 43 | 28 |
| Octal | 67 | 41 | 251 | 103 | 120 | 0 | 42 | 372 | 103 | 50 |
| Binary | 110111 | 100001 | 10101001 | 1000011 | 1010000 | 0 | 100010 | 11111010 | 1000011 | 101000 |
Color Harmonies of #3721A9
Complementary color
Monochromatic Colors of #3721A9
Black with #3721A9
Text Example
Text Example
White with #3721A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721A9; }
p { color: rgb(55,33,169); }
H1.HeaderClassName
{
color: #3721A9;
}
.AnyTagClassName
{
color: #3721A9;
}
</style>
background-color css
<style>
a { background-color: #3721A9; }
a { background-color: rgb(55,33,169); }
div.DivClassName
{
background-color: #3721A9;
}
.BgClassName
{
background-color: #3721A9;
}
</style>
border-color css
<style>
span { border-color: #3721A9; }
span { border-color: rgb(55,33,169); }
td.TdClassName
{
border-color: #3721A9;
}
.TagClassName
{
border-color: #3721A9;
}
</style>