Shades of Jagger #3C224D
Tints of Jagger #3C224D
RGB
CMYK
RGB Variations
Color information
#3C224D (or 0x3C224D) is known color: Jagger. HEX triplet: 3C, 22 and 4D. RGB value is (60,34,77). Sum of RGB (Red+Green+Blue) = 60+34+77=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C224D is #C3DDB2. Grayscale: #2E2E2E. Windows color (decimal): -12836275 or 5055036. OLE color: 5055036.
HSL color Cylindrical-coordinate representation of color #3C224D: hue angle of 276.28º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C224D is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 34 | 77 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.70 |
| HSL | 276.28º | 0.39% | 0.22% | - |
| HSV(B) | 276.28º | 0.56% | 0.3% | - |
| XYZ | 3.78 | 2.64 | 7.33 | - |
| YUV | 46.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 77 | 0.22 | 0.56 | 0 | 0.70 | 276.28 | 0.39 | 0.22 |
| Hex | 3C | 22 | 4D | 16 | 38 | 0 | 46 | 114 | 27 | 16 |
| Octal | 74 | 42 | 115 | 26 | 70 | 0 | 106 | 424 | 47 | 26 |
| Binary | 111100 | 100010 | 1001101 | 10110 | 111000 | 0 | 1000110 | 100010100 | 100111 | 10110 |
Color Harmonies of #3C224D
Complementary color
Monochromatic Colors of #3C224D
Black with #3C224D
Text Example
Text Example
White with #3C224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C224D; }
p { color: rgb(60,34,77); }
H1.HeaderClassName
{
color: #3C224D;
}
.AnyTagClassName
{
color: #3C224D;
}
</style>
background-color css
<style>
a { background-color: #3C224D; }
a { background-color: rgb(60,34,77); }
div.DivClassName
{
background-color: #3C224D;
}
.BgClassName
{
background-color: #3C224D;
}
</style>
border-color css
<style>
span { border-color: #3C224D; }
span { border-color: rgb(60,34,77); }
td.TdClassName
{
border-color: #3C224D;
}
.TagClassName
{
border-color: #3C224D;
}
</style>