Shades of Blue Gem #3720AD
Tints of Blue Gem #3720AD
RGB
CMYK
RGB Variations
Color information
#3720AD (or 0x3720AD) is known color: Blue Gem. HEX triplet: 37, 20 and AD. RGB value is (55,32,173). Sum of RGB (Red+Green+Blue) = 55+32+173=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #3720AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3720AD is #C8DF52. Grayscale: #363636. Windows color (decimal): -13164371 or 11345975. OLE color: 11345975.
HSL color Cylindrical-coordinate representation of color #3720AD: hue angle of 249.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3720AD is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 32 | 173 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.32 |
| HSL | 249.79º | 0.69% | 0.4% | - |
| HSV(B) | 249.79º | 0.82% | 0.68% | - |
| XYZ | 9.63 | 4.86 | 39.97 | - |
| YUV | 54.95 | 194.62 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 173 | 0.68 | 0.82 | 0 | 0.32 | 249.79 | 0.69 | 0.4 |
| Hex | 37 | 20 | AD | 44 | 52 | 0 | 20 | FA | 45 | 28 |
| Octal | 67 | 40 | 255 | 104 | 122 | 0 | 40 | 372 | 105 | 50 |
| Binary | 110111 | 100000 | 10101101 | 1000100 | 1010010 | 0 | 100000 | 11111010 | 1000101 | 101000 |
Color Harmonies of #3720AD
Complementary color
Monochromatic Colors of #3720AD
Black with #3720AD
Text Example
Text Example
White with #3720AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3720AD; }
p { color: rgb(55,32,173); }
H1.HeaderClassName
{
color: #3720AD;
}
.AnyTagClassName
{
color: #3720AD;
}
</style>
background-color css
<style>
a { background-color: #3720AD; }
a { background-color: rgb(55,32,173); }
div.DivClassName
{
background-color: #3720AD;
}
.BgClassName
{
background-color: #3720AD;
}
</style>
border-color css
<style>
span { border-color: #3720AD; }
span { border-color: rgb(55,32,173); }
td.TdClassName
{
border-color: #3720AD;
}
.TagClassName
{
border-color: #3720AD;
}
</style>