Shades of Jagger #36214C
Tints of Jagger #36214C
RGB
CMYK
RGB Variations
Color information
#36214C (or 0x36214C) is known color: Jagger. HEX triplet: 36, 21 and 4C. RGB value is (54,33,76). Sum of RGB (Red+Green+Blue) = 54+33+76=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #36214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36214C is #C9DEB3. Grayscale: #2C2C2C. Windows color (decimal): -13229748 or 4989238. OLE color: 4989238.
HSL color Cylindrical-coordinate representation of color #36214C: hue angle of 269.3º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36214C is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 33 | 76 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.70 |
| HSL | 269.3º | 0.39% | 0.21% | - |
| HSV(B) | 269.3º | 0.57% | 0.3% | - |
| XYZ | 3.37 | 2.39 | 7.12 | - |
| YUV | 44.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 76 | 0.29 | 0.57 | 0 | 0.70 | 269.3 | 0.39 | 0.21 |
| Hex | 36 | 21 | 4C | 1D | 39 | 0 | 46 | 10D | 27 | 15 |
| Octal | 66 | 41 | 114 | 35 | 71 | 0 | 106 | 415 | 47 | 25 |
| Binary | 110110 | 100001 | 1001100 | 11101 | 111001 | 0 | 1000110 | 100001101 | 100111 | 10101 |
Color Harmonies of #36214C
Complementary color
Monochromatic Colors of #36214C
Black with #36214C
Text Example
Text Example
White with #36214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36214C; }
p { color: rgb(54,33,76); }
H1.HeaderClassName
{
color: #36214C;
}
.AnyTagClassName
{
color: #36214C;
}
</style>
background-color css
<style>
a { background-color: #36214C; }
a { background-color: rgb(54,33,76); }
div.DivClassName
{
background-color: #36214C;
}
.BgClassName
{
background-color: #36214C;
}
</style>
border-color css
<style>
span { border-color: #36214C; }
span { border-color: rgb(54,33,76); }
td.TdClassName
{
border-color: #36214C;
}
.TagClassName
{
border-color: #36214C;
}
</style>