Shades of Jagger #37244D
Tints of Jagger #37244D
RGB
CMYK
RGB Variations
Color information
#37244D (or 0x37244D) is known color: Jagger. HEX triplet: 37, 24 and 4D. RGB value is (55,36,77). Sum of RGB (Red+Green+Blue) = 55+36+77=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #37244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37244D is #C8DBB2. Grayscale: #2E2E2E. Windows color (decimal): -13163443 or 5055543. OLE color: 5055543.
HSL color Cylindrical-coordinate representation of color #37244D: hue angle of 267.8º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37244D is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 36 | 77 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.70 |
| HSL | 267.8º | 0.36% | 0.22% | - |
| HSV(B) | 267.8º | 0.53% | 0.3% | - |
| XYZ | 3.55 | 2.61 | 7.34 | - |
| YUV | 46.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 36 | 77 | 0.29 | 0.53 | 0 | 0.70 | 267.8 | 0.36 | 0.22 |
| Hex | 37 | 24 | 4D | 1D | 35 | 0 | 46 | 10C | 24 | 16 |
| Octal | 67 | 44 | 115 | 35 | 65 | 0 | 106 | 414 | 44 | 26 |
| Binary | 110111 | 100100 | 1001101 | 11101 | 110101 | 0 | 1000110 | 100001100 | 100100 | 10110 |
Color Harmonies of #37244D
Complementary color
Monochromatic Colors of #37244D
Black with #37244D
Text Example
Text Example
White with #37244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37244D; }
p { color: rgb(55,36,77); }
H1.HeaderClassName
{
color: #37244D;
}
.AnyTagClassName
{
color: #37244D;
}
</style>
background-color css
<style>
a { background-color: #37244D; }
a { background-color: rgb(55,36,77); }
div.DivClassName
{
background-color: #37244D;
}
.BgClassName
{
background-color: #37244D;
}
</style>
border-color css
<style>
span { border-color: #37244D; }
span { border-color: rgb(55,36,77); }
td.TdClassName
{
border-color: #37244D;
}
.TagClassName
{
border-color: #37244D;
}
</style>