Shades of Jagger #362A44
Tints of Jagger #362A44
RGB
CMYK
RGB Variations
Color information
#362A44 (or 0x362A44) is known color: Jagger. HEX triplet: 36, 2A and 44. RGB value is (54,42,68). Sum of RGB (Red+Green+Blue) = 54+42+68=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 68 - color contains mainly: blue. Hex color #362A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A44 is #C9D5BB. Grayscale: #303030. Windows color (decimal): -13227452 or 4467254. OLE color: 4467254.
HSL color Cylindrical-coordinate representation of color #362A44: hue angle of 267.69º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #362A44 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 42 | 68 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.73 |
| HSL | 267.69º | 0.24% | 0.22% | - |
| HSV(B) | 267.69º | 0.38% | 0.27% | - |
| XYZ | 3.39 | 2.86 | 5.84 | - |
| YUV | 48.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 68 | 0.21 | 0.38 | 0 | 0.73 | 267.69 | 0.24 | 0.22 |
| Hex | 36 | 2A | 44 | 15 | 26 | 0 | 49 | 10C | 18 | 16 |
| Octal | 66 | 52 | 104 | 25 | 46 | 0 | 111 | 414 | 30 | 26 |
| Binary | 110110 | 101010 | 1000100 | 10101 | 100110 | 0 | 1001001 | 100001100 | 11000 | 10110 |
Color Harmonies of #362A44
Complementary color
Monochromatic Colors of #362A44
Black with #362A44
Text Example
Text Example
White with #362A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A44; }
p { color: rgb(54,42,68); }
H1.HeaderClassName
{
color: #362A44;
}
.AnyTagClassName
{
color: #362A44;
}
</style>
background-color css
<style>
a { background-color: #362A44; }
a { background-color: rgb(54,42,68); }
div.DivClassName
{
background-color: #362A44;
}
.BgClassName
{
background-color: #362A44;
}
</style>
border-color css
<style>
span { border-color: #362A44; }
span { border-color: rgb(54,42,68); }
td.TdClassName
{
border-color: #362A44;
}
.TagClassName
{
border-color: #362A44;
}
</style>