Shades of Jagger #36204C
Tints of Jagger #36204C
RGB
CMYK
RGB Variations
Color information
#36204C (or 0x36204C) is known color: Jagger. HEX triplet: 36, 20 and 4C. RGB value is (54,32,76). Sum of RGB (Red+Green+Blue) = 54+32+76=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #36204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36204C is #C9DFB3. Grayscale: #2B2B2B. Windows color (decimal): -13230004 or 4988982. OLE color: 4988982.
HSL color Cylindrical-coordinate representation of color #36204C: hue angle of 270º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36204C is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 32 | 76 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.70 |
| HSL | 270º | 0.41% | 0.21% | - |
| HSV(B) | 270º | 0.58% | 0.3% | - |
| XYZ | 3.34 | 2.34 | 7.11 | - |
| YUV | 43.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 76 | 0.29 | 0.58 | 0 | 0.70 | 270 | 0.41 | 0.21 |
| Hex | 36 | 20 | 4C | 1D | 3A | 0 | 46 | 10E | 29 | 15 |
| Octal | 66 | 40 | 114 | 35 | 72 | 0 | 106 | 416 | 51 | 25 |
| Binary | 110110 | 100000 | 1001100 | 11101 | 111010 | 0 | 1000110 | 100001110 | 101001 | 10101 |
Color Harmonies of #36204C
Complementary color
Monochromatic Colors of #36204C
Black with #36204C
Text Example
Text Example
White with #36204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36204C; }
p { color: rgb(54,32,76); }
H1.HeaderClassName
{
color: #36204C;
}
.AnyTagClassName
{
color: #36204C;
}
</style>
background-color css
<style>
a { background-color: #36204C; }
a { background-color: rgb(54,32,76); }
div.DivClassName
{
background-color: #36204C;
}
.BgClassName
{
background-color: #36204C;
}
</style>
border-color css
<style>
span { border-color: #36204C; }
span { border-color: rgb(54,32,76); }
td.TdClassName
{
border-color: #36204C;
}
.TagClassName
{
border-color: #36204C;
}
</style>