Shades of Jagger #37254A
Tints of Jagger #37254A
RGB
CMYK
RGB Variations
Color information
#37254A (or 0x37254A) is known color: Jagger. HEX triplet: 37, 25 and 4A. RGB value is (55,37,74). Sum of RGB (Red+Green+Blue) = 55+37+74=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #37254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37254A is #C8DAB5. Grayscale: #2E2E2E. Windows color (decimal): -13163190 or 4859191. OLE color: 4859191.
HSL color Cylindrical-coordinate representation of color #37254A: hue angle of 269.19º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37254A is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 37 | 74 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.71 |
| HSL | 269.19º | 0.33% | 0.22% | - |
| HSV(B) | 269.19º | 0.5% | 0.29% | - |
| XYZ | 3.47 | 2.63 | 6.8 | - |
| YUV | 46.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 74 | 0.26 | 0.50 | 0 | 0.71 | 269.19 | 0.33 | 0.22 |
| Hex | 37 | 25 | 4A | 1A | 32 | 0 | 47 | 10D | 21 | 16 |
| Octal | 67 | 45 | 112 | 32 | 62 | 0 | 107 | 415 | 41 | 26 |
| Binary | 110111 | 100101 | 1001010 | 11010 | 110010 | 0 | 1000111 | 100001101 | 100001 | 10110 |
Color Harmonies of #37254A
Complementary color
Monochromatic Colors of #37254A
Black with #37254A
Text Example
Text Example
White with #37254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37254A; }
p { color: rgb(55,37,74); }
H1.HeaderClassName
{
color: #37254A;
}
.AnyTagClassName
{
color: #37254A;
}
</style>
background-color css
<style>
a { background-color: #37254A; }
a { background-color: rgb(55,37,74); }
div.DivClassName
{
background-color: #37254A;
}
.BgClassName
{
background-color: #37254A;
}
</style>
border-color css
<style>
span { border-color: #37254A; }
span { border-color: rgb(55,37,74); }
td.TdClassName
{
border-color: #37254A;
}
.TagClassName
{
border-color: #37254A;
}
</style>