Shades of Jagger #37204B
Tints of Jagger #37204B
RGB
CMYK
RGB Variations
Color information
#37204B (or 0x37204B) is known color: Jagger. HEX triplet: 37, 20 and 4B. RGB value is (55,32,75). Sum of RGB (Red+Green+Blue) = 55+32+75=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #37204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37204B is #C8DFB4. Grayscale: #2B2B2B. Windows color (decimal): -13164469 or 4923447. OLE color: 4923447.
HSL color Cylindrical-coordinate representation of color #37204B: hue angle of 272.09º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37204B is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 32 | 75 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.71 |
| HSL | 272.09º | 0.4% | 0.21% | - |
| HSV(B) | 272.09º | 0.57% | 0.29% | - |
| XYZ | 3.36 | 2.35 | 6.93 | - |
| YUV | 43.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 75 | 0.27 | 0.57 | 0 | 0.71 | 272.09 | 0.4 | 0.21 |
| Hex | 37 | 20 | 4B | 1B | 39 | 0 | 47 | 110 | 28 | 15 |
| Octal | 67 | 40 | 113 | 33 | 71 | 0 | 107 | 420 | 50 | 25 |
| Binary | 110111 | 100000 | 1001011 | 11011 | 111001 | 0 | 1000111 | 100010000 | 101000 | 10101 |
Color Harmonies of #37204B
Complementary color
Monochromatic Colors of #37204B
Black with #37204B
Text Example
Text Example
White with #37204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37204B; }
p { color: rgb(55,32,75); }
H1.HeaderClassName
{
color: #37204B;
}
.AnyTagClassName
{
color: #37204B;
}
</style>
background-color css
<style>
a { background-color: #37204B; }
a { background-color: rgb(55,32,75); }
div.DivClassName
{
background-color: #37204B;
}
.BgClassName
{
background-color: #37204B;
}
</style>
border-color css
<style>
span { border-color: #37204B; }
span { border-color: rgb(55,32,75); }
td.TdClassName
{
border-color: #37204B;
}
.TagClassName
{
border-color: #37204B;
}
</style>