Shades of Blue Gem #3721AC
Tints of Blue Gem #3721AC
RGB
CMYK
RGB Variations
Color information
#3721AC (or 0x3721AC) is known color: Blue Gem. HEX triplet: 37, 21 and AC. RGB value is (55,33,172). Sum of RGB (Red+Green+Blue) = 55+33+172=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #3721AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3721AC is #C8DE53. Grayscale: #363636. Windows color (decimal): -13164116 or 11280695. OLE color: 11280695.
HSL color Cylindrical-coordinate representation of color #3721AC: hue angle of 249.5º 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 #3721AC is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 33 | 172 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.33 |
| HSL | 249.5º | 0.68% | 0.4% | - |
| HSV(B) | 249.5º | 0.81% | 0.67% | - |
| XYZ | 9.57 | 4.88 | 39.47 | - |
| YUV | 55.42 | 193.79 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 172 | 0.68 | 0.81 | 0 | 0.33 | 249.5 | 0.68 | 0.4 |
| Hex | 37 | 21 | AC | 44 | 51 | 0 | 21 | F9 | 44 | 28 |
| Octal | 67 | 41 | 254 | 104 | 121 | 0 | 41 | 371 | 104 | 50 |
| Binary | 110111 | 100001 | 10101100 | 1000100 | 1010001 | 0 | 100001 | 11111001 | 1000100 | 101000 |
Color Harmonies of #3721AC
Complementary color
Monochromatic Colors of #3721AC
Black with #3721AC
Text Example
Text Example
White with #3721AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721AC; }
p { color: rgb(55,33,172); }
H1.HeaderClassName
{
color: #3721AC;
}
.AnyTagClassName
{
color: #3721AC;
}
</style>
background-color css
<style>
a { background-color: #3721AC; }
a { background-color: rgb(55,33,172); }
div.DivClassName
{
background-color: #3721AC;
}
.BgClassName
{
background-color: #3721AC;
}
</style>
border-color css
<style>
span { border-color: #3721AC; }
span { border-color: rgb(55,33,172); }
td.TdClassName
{
border-color: #3721AC;
}
.TagClassName
{
border-color: #3721AC;
}
</style>