Shades of Jagger #3C2E4F
Tints of Jagger #3C2E4F
RGB
CMYK
RGB Variations
Color information
#3C2E4F (or 0x3C2E4F) is known color: Jagger. HEX triplet: 3C, 2E and 4F. RGB value is (60,46,79). Sum of RGB (Red+Green+Blue) = 60+46+79=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C2E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E4F is #C3D1B0. Grayscale: #353535. Windows color (decimal): -12833201 or 5189180. OLE color: 5189180.
HSL color Cylindrical-coordinate representation of color #3C2E4F: hue angle of 265.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C2E4F is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 46 | 79 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.69 |
| HSL | 265.45º | 0.26% | 0.25% | - |
| HSV(B) | 265.45º | 0.42% | 0.31% | - |
| XYZ | 4.25 | 3.48 | 7.84 | - |
| YUV | 53.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 79 | 0.24 | 0.42 | 0 | 0.69 | 265.45 | 0.26 | 0.25 |
| Hex | 3C | 2E | 4F | 18 | 2A | 0 | 45 | 109 | 1A | 19 |
| Octal | 74 | 56 | 117 | 30 | 52 | 0 | 105 | 411 | 32 | 31 |
| Binary | 111100 | 101110 | 1001111 | 11000 | 101010 | 0 | 1000101 | 100001001 | 11010 | 11001 |
Color Harmonies of #3C2E4F
Complementary color
Monochromatic Colors of #3C2E4F
Black with #3C2E4F
Text Example
Text Example
White with #3C2E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E4F; }
p { color: rgb(60,46,79); }
H1.HeaderClassName
{
color: #3C2E4F;
}
.AnyTagClassName
{
color: #3C2E4F;
}
</style>
background-color css
<style>
a { background-color: #3C2E4F; }
a { background-color: rgb(60,46,79); }
div.DivClassName
{
background-color: #3C2E4F;
}
.BgClassName
{
background-color: #3C2E4F;
}
</style>
border-color css
<style>
span { border-color: #3C2E4F; }
span { border-color: rgb(60,46,79); }
td.TdClassName
{
border-color: #3C2E4F;
}
.TagClassName
{
border-color: #3C2E4F;
}
</style>