Shades of Jagger #3C234B
Tints of Jagger #3C234B
RGB
CMYK
RGB Variations
Color information
#3C234B (or 0x3C234B) is known color: Jagger. HEX triplet: 3C, 23 and 4B. RGB value is (60,35,75). Sum of RGB (Red+Green+Blue) = 60+35+75=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C234B is #C3DCB4. Grayscale: #2E2E2E. Windows color (decimal): -12836021 or 4924220. OLE color: 4924220.
HSL color Cylindrical-coordinate representation of color #3C234B: hue angle of 277.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C234B is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 35 | 75 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.71 |
| HSL | 277.5º | 0.36% | 0.22% | - |
| HSV(B) | 277.5º | 0.53% | 0.29% | - |
| XYZ | 3.73 | 2.67 | 6.98 | - |
| YUV | 47.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 75 | 0.20 | 0.53 | 0 | 0.71 | 277.5 | 0.36 | 0.22 |
| Hex | 3C | 23 | 4B | 14 | 35 | 0 | 47 | 116 | 24 | 16 |
| Octal | 74 | 43 | 113 | 24 | 65 | 0 | 107 | 426 | 44 | 26 |
| Binary | 111100 | 100011 | 1001011 | 10100 | 110101 | 0 | 1000111 | 100010110 | 100100 | 10110 |
Color Harmonies of #3C234B
Complementary color
Monochromatic Colors of #3C234B
Black with #3C234B
Text Example
Text Example
White with #3C234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C234B; }
p { color: rgb(60,35,75); }
H1.HeaderClassName
{
color: #3C234B;
}
.AnyTagClassName
{
color: #3C234B;
}
</style>
background-color css
<style>
a { background-color: #3C234B; }
a { background-color: rgb(60,35,75); }
div.DivClassName
{
background-color: #3C234B;
}
.BgClassName
{
background-color: #3C234B;
}
</style>
border-color css
<style>
span { border-color: #3C234B; }
span { border-color: rgb(60,35,75); }
td.TdClassName
{
border-color: #3C234B;
}
.TagClassName
{
border-color: #3C234B;
}
</style>