Shades of Jagger #3B254C
Tints of Jagger #3B254C
RGB
CMYK
RGB Variations
Color information
#3B254C (or 0x3B254C) is known color: Jagger. HEX triplet: 3B, 25 and 4C. RGB value is (59,37,76). Sum of RGB (Red+Green+Blue) = 59+37+76=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B254C is #C4DAB3. Grayscale: #2F2F2F. Windows color (decimal): -12901044 or 4990267. OLE color: 4990267.
HSL color Cylindrical-coordinate representation of color #3B254C: hue angle of 273.85º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B254C is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 37 | 76 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.70 |
| HSL | 273.85º | 0.35% | 0.22% | - |
| HSV(B) | 273.85º | 0.51% | 0.3% | - |
| XYZ | 3.77 | 2.77 | 7.17 | - |
| YUV | 48.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 76 | 0.22 | 0.51 | 0 | 0.70 | 273.85 | 0.35 | 0.22 |
| Hex | 3B | 25 | 4C | 16 | 33 | 0 | 46 | 112 | 23 | 16 |
| Octal | 73 | 45 | 114 | 26 | 63 | 0 | 106 | 422 | 43 | 26 |
| Binary | 111011 | 100101 | 1001100 | 10110 | 110011 | 0 | 1000110 | 100010010 | 100011 | 10110 |
Color Harmonies of #3B254C
Complementary color
Monochromatic Colors of #3B254C
Black with #3B254C
Text Example
Text Example
White with #3B254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B254C; }
p { color: rgb(59,37,76); }
H1.HeaderClassName
{
color: #3B254C;
}
.AnyTagClassName
{
color: #3B254C;
}
</style>
background-color css
<style>
a { background-color: #3B254C; }
a { background-color: rgb(59,37,76); }
div.DivClassName
{
background-color: #3B254C;
}
.BgClassName
{
background-color: #3B254C;
}
</style>
border-color css
<style>
span { border-color: #3B254C; }
span { border-color: rgb(59,37,76); }
td.TdClassName
{
border-color: #3B254C;
}
.TagClassName
{
border-color: #3B254C;
}
</style>