Shades of Jagger #37224E
Tints of Jagger #37224E
RGB
CMYK
RGB Variations
Color information
#37224E (or 0x37224E) is known color: Jagger. HEX triplet: 37, 22 and 4E. RGB value is (55,34,78). Sum of RGB (Red+Green+Blue) = 55+34+78=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #37224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37224E is #C8DDB1. Grayscale: #2D2D2D. Windows color (decimal): -13163954 or 5120567. OLE color: 5120567.
HSL color Cylindrical-coordinate representation of color #37224E: hue angle of 268.64º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37224E is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 34 | 78 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.69 |
| HSL | 268.64º | 0.39% | 0.22% | - |
| HSV(B) | 268.64º | 0.56% | 0.31% | - |
| XYZ | 3.52 | 2.51 | 7.51 | - |
| YUV | 45.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 78 | 0.29 | 0.56 | 0 | 0.69 | 268.64 | 0.39 | 0.22 |
| Hex | 37 | 22 | 4E | 1D | 38 | 0 | 45 | 10D | 27 | 16 |
| Octal | 67 | 42 | 116 | 35 | 70 | 0 | 105 | 415 | 47 | 26 |
| Binary | 110111 | 100010 | 1001110 | 11101 | 111000 | 0 | 1000101 | 100001101 | 100111 | 10110 |
Color Harmonies of #37224E
Complementary color
Monochromatic Colors of #37224E
Black with #37224E
Text Example
Text Example
White with #37224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37224E; }
p { color: rgb(55,34,78); }
H1.HeaderClassName
{
color: #37224E;
}
.AnyTagClassName
{
color: #37224E;
}
</style>
background-color css
<style>
a { background-color: #37224E; }
a { background-color: rgb(55,34,78); }
div.DivClassName
{
background-color: #37224E;
}
.BgClassName
{
background-color: #37224E;
}
</style>
border-color css
<style>
span { border-color: #37224E; }
span { border-color: rgb(55,34,78); }
td.TdClassName
{
border-color: #37224E;
}
.TagClassName
{
border-color: #37224E;
}
</style>