Shades of Jagger #3C224E
Tints of Jagger #3C224E
RGB
CMYK
RGB Variations
Color information
#3C224E (or 0x3C224E) is known color: Jagger. HEX triplet: 3C, 22 and 4E. RGB value is (60,34,78). Sum of RGB (Red+Green+Blue) = 60+34+78=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C224E is #C3DDB1. Grayscale: #2E2E2E. Windows color (decimal): -12836274 or 5120572. OLE color: 5120572.
HSL color Cylindrical-coordinate representation of color #3C224E: hue angle of 275.45º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C224E is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 34 | 78 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.69 |
| HSL | 275.45º | 0.39% | 0.22% | - |
| HSV(B) | 275.45º | 0.56% | 0.31% | - |
| XYZ | 3.81 | 2.65 | 7.52 | - |
| YUV | 46.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 78 | 0.23 | 0.56 | 0 | 0.69 | 275.45 | 0.39 | 0.22 |
| Hex | 3C | 22 | 4E | 17 | 38 | 0 | 45 | 113 | 27 | 16 |
| Octal | 74 | 42 | 116 | 27 | 70 | 0 | 105 | 423 | 47 | 26 |
| Binary | 111100 | 100010 | 1001110 | 10111 | 111000 | 0 | 1000101 | 100010011 | 100111 | 10110 |
Color Harmonies of #3C224E
Complementary color
Monochromatic Colors of #3C224E
Black with #3C224E
Text Example
Text Example
White with #3C224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C224E; }
p { color: rgb(60,34,78); }
H1.HeaderClassName
{
color: #3C224E;
}
.AnyTagClassName
{
color: #3C224E;
}
</style>
background-color css
<style>
a { background-color: #3C224E; }
a { background-color: rgb(60,34,78); }
div.DivClassName
{
background-color: #3C224E;
}
.BgClassName
{
background-color: #3C224E;
}
</style>
border-color css
<style>
span { border-color: #3C224E; }
span { border-color: rgb(60,34,78); }
td.TdClassName
{
border-color: #3C224E;
}
.TagClassName
{
border-color: #3C224E;
}
</style>