Shades of Jagger #3C224C
Tints of Jagger #3C224C
RGB
CMYK
RGB Variations
Color information
#3C224C (or 0x3C224C) is known color: Jagger. HEX triplet: 3C, 22 and 4C. RGB value is (60,34,76). Sum of RGB (Red+Green+Blue) = 60+34+76=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C224C is #C3DDB3. Grayscale: #2E2E2E. Windows color (decimal): -12836276 or 4989500. OLE color: 4989500.
HSL color Cylindrical-coordinate representation of color #3C224C: hue angle of 277.14º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C224C is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 34 | 76 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.70 |
| HSL | 277.14º | 0.38% | 0.22% | - |
| HSV(B) | 277.14º | 0.55% | 0.3% | - |
| XYZ | 3.74 | 2.63 | 7.15 | - |
| YUV | 46.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 76 | 0.21 | 0.55 | 0 | 0.70 | 277.14 | 0.38 | 0.22 |
| Hex | 3C | 22 | 4C | 15 | 37 | 0 | 46 | 115 | 26 | 16 |
| Octal | 74 | 42 | 114 | 25 | 67 | 0 | 106 | 425 | 46 | 26 |
| Binary | 111100 | 100010 | 1001100 | 10101 | 110111 | 0 | 1000110 | 100010101 | 100110 | 10110 |
Color Harmonies of #3C224C
Complementary color
Monochromatic Colors of #3C224C
Black with #3C224C
Text Example
Text Example
White with #3C224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C224C; }
p { color: rgb(60,34,76); }
H1.HeaderClassName
{
color: #3C224C;
}
.AnyTagClassName
{
color: #3C224C;
}
</style>
background-color css
<style>
a { background-color: #3C224C; }
a { background-color: rgb(60,34,76); }
div.DivClassName
{
background-color: #3C224C;
}
.BgClassName
{
background-color: #3C224C;
}
</style>
border-color css
<style>
span { border-color: #3C224C; }
span { border-color: rgb(60,34,76); }
td.TdClassName
{
border-color: #3C224C;
}
.TagClassName
{
border-color: #3C224C;
}
</style>