Shades of Jagger #37264C
Tints of Jagger #37264C
RGB
CMYK
RGB Variations
Color information
#37264C (or 0x37264C) is known color: Jagger. HEX triplet: 37, 26 and 4C. RGB value is (55,38,76). Sum of RGB (Red+Green+Blue) = 55+38+76=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #37264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37264C is #C8D9B3. Grayscale: #2F2F2F. Windows color (decimal): -13162932 or 4990519. OLE color: 4990519.
HSL color Cylindrical-coordinate representation of color #37264C: hue angle of 266.84º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37264C is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 38 | 76 | - |
| CMYK | 0.28 | 0.5 | 0 | 0.70 |
| HSL | 266.84º | 0.33% | 0.22% | - |
| HSV(B) | 266.84º | 0.5% | 0.3% | - |
| XYZ | 3.57 | 2.72 | 7.17 | - |
| YUV | 47.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 76 | 0.28 | 0.5 | 0 | 0.70 | 266.84 | 0.33 | 0.22 |
| Hex | 37 | 26 | 4C | 1C | 32 | 0 | 46 | 10B | 21 | 16 |
| Octal | 67 | 46 | 114 | 34 | 62 | 0 | 106 | 413 | 41 | 26 |
| Binary | 110111 | 100110 | 1001100 | 11100 | 110010 | 0 | 1000110 | 100001011 | 100001 | 10110 |
Color Harmonies of #37264C
Complementary color
Monochromatic Colors of #37264C
Black with #37264C
Text Example
Text Example
White with #37264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37264C; }
p { color: rgb(55,38,76); }
H1.HeaderClassName
{
color: #37264C;
}
.AnyTagClassName
{
color: #37264C;
}
</style>
background-color css
<style>
a { background-color: #37264C; }
a { background-color: rgb(55,38,76); }
div.DivClassName
{
background-color: #37264C;
}
.BgClassName
{
background-color: #37264C;
}
</style>
border-color css
<style>
span { border-color: #37264C; }
span { border-color: rgb(55,38,76); }
td.TdClassName
{
border-color: #37264C;
}
.TagClassName
{
border-color: #37264C;
}
</style>