Shades of Jagger #3C2F4C
Tints of Jagger #3C2F4C
RGB
CMYK
RGB Variations
Color information
#3C2F4C (or 0x3C2F4C) is known color: Jagger. HEX triplet: 3C, 2F and 4C. RGB value is (60,47,76). Sum of RGB (Red+Green+Blue) = 60+47+76=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C2F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2F4C is #C3D0B3. Grayscale: #363636. Windows color (decimal): -12832948 or 4992828. OLE color: 4992828.
HSL color Cylindrical-coordinate representation of color #3C2F4C: hue angle of 266.9º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C2F4C is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 47 | 76 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.70 |
| HSL | 266.9º | 0.24% | 0.24% | - |
| HSV(B) | 266.9º | 0.38% | 0.3% | - |
| XYZ | 4.18 | 3.52 | 7.3 | - |
| YUV | 54.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 76 | 0.21 | 0.38 | 0 | 0.70 | 266.9 | 0.24 | 0.24 |
| Hex | 3C | 2F | 4C | 15 | 26 | 0 | 46 | 10B | 18 | 18 |
| Octal | 74 | 57 | 114 | 25 | 46 | 0 | 106 | 413 | 30 | 30 |
| Binary | 111100 | 101111 | 1001100 | 10101 | 100110 | 0 | 1000110 | 100001011 | 11000 | 11000 |
Color Harmonies of #3C2F4C
Complementary color
Monochromatic Colors of #3C2F4C
Black with #3C2F4C
Text Example
Text Example
White with #3C2F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F4C; }
p { color: rgb(60,47,76); }
H1.HeaderClassName
{
color: #3C2F4C;
}
.AnyTagClassName
{
color: #3C2F4C;
}
</style>
background-color css
<style>
a { background-color: #3C2F4C; }
a { background-color: rgb(60,47,76); }
div.DivClassName
{
background-color: #3C2F4C;
}
.BgClassName
{
background-color: #3C2F4C;
}
</style>
border-color css
<style>
span { border-color: #3C2F4C; }
span { border-color: rgb(60,47,76); }
td.TdClassName
{
border-color: #3C2F4C;
}
.TagClassName
{
border-color: #3C2F4C;
}
</style>