Shades of Jagger #3B264C
Tints of Jagger #3B264C
RGB
CMYK
RGB Variations
Color information
#3B264C (or 0x3B264C) is known color: Jagger. HEX triplet: 3B, 26 and 4C. RGB value is (59,38,76). Sum of RGB (Red+Green+Blue) = 59+38+76=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B264C is #C4D9B3. Grayscale: #303030. Windows color (decimal): -12900788 or 4990523. OLE color: 4990523.
HSL color Cylindrical-coordinate representation of color #3B264C: hue angle of 273.16º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B264C is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 38 | 76 | - |
| CMYK | 0.22 | 0.5 | 0 | 0.70 |
| HSL | 273.16º | 0.33% | 0.22% | - |
| HSV(B) | 273.16º | 0.5% | 0.3% | - |
| XYZ | 3.8 | 2.84 | 7.18 | - |
| YUV | 48.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 76 | 0.22 | 0.5 | 0 | 0.70 | 273.16 | 0.33 | 0.22 |
| Hex | 3B | 26 | 4C | 16 | 32 | 0 | 46 | 111 | 21 | 16 |
| Octal | 73 | 46 | 114 | 26 | 62 | 0 | 106 | 421 | 41 | 26 |
| Binary | 111011 | 100110 | 1001100 | 10110 | 110010 | 0 | 1000110 | 100010001 | 100001 | 10110 |
Color Harmonies of #3B264C
Complementary color
Monochromatic Colors of #3B264C
Black with #3B264C
Text Example
Text Example
White with #3B264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B264C; }
p { color: rgb(59,38,76); }
H1.HeaderClassName
{
color: #3B264C;
}
.AnyTagClassName
{
color: #3B264C;
}
</style>
background-color css
<style>
a { background-color: #3B264C; }
a { background-color: rgb(59,38,76); }
div.DivClassName
{
background-color: #3B264C;
}
.BgClassName
{
background-color: #3B264C;
}
</style>
border-color css
<style>
span { border-color: #3B264C; }
span { border-color: rgb(59,38,76); }
td.TdClassName
{
border-color: #3B264C;
}
.TagClassName
{
border-color: #3B264C;
}
</style>