Shades of Jagger #3B294C
Tints of Jagger #3B294C
RGB
CMYK
RGB Variations
Color information
#3B294C (or 0x3B294C) is known color: Jagger. HEX triplet: 3B, 29 and 4C. RGB value is (59,41,76). Sum of RGB (Red+Green+Blue) = 59+41+76=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B294C is #C4D6B3. Grayscale: #323232. Windows color (decimal): -12900020 or 4991291. OLE color: 4991291.
HSL color Cylindrical-coordinate representation of color #3B294C: hue angle of 270.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B294C is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 41 | 76 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.70 |
| HSL | 270.86º | 0.3% | 0.23% | - |
| HSV(B) | 270.86º | 0.46% | 0.3% | - |
| XYZ | 3.9 | 3.04 | 7.22 | - |
| YUV | 50.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 76 | 0.22 | 0.46 | 0 | 0.70 | 270.86 | 0.3 | 0.23 |
| Hex | 3B | 29 | 4C | 16 | 2E | 0 | 46 | 10F | 1E | 17 |
| Octal | 73 | 51 | 114 | 26 | 56 | 0 | 106 | 417 | 36 | 27 |
| Binary | 111011 | 101001 | 1001100 | 10110 | 101110 | 0 | 1000110 | 100001111 | 11110 | 10111 |
Color Harmonies of #3B294C
Complementary color
Monochromatic Colors of #3B294C
Black with #3B294C
Text Example
Text Example
White with #3B294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B294C; }
p { color: rgb(59,41,76); }
H1.HeaderClassName
{
color: #3B294C;
}
.AnyTagClassName
{
color: #3B294C;
}
</style>
background-color css
<style>
a { background-color: #3B294C; }
a { background-color: rgb(59,41,76); }
div.DivClassName
{
background-color: #3B294C;
}
.BgClassName
{
background-color: #3B294C;
}
</style>
border-color css
<style>
span { border-color: #3B294C; }
span { border-color: rgb(59,41,76); }
td.TdClassName
{
border-color: #3B294C;
}
.TagClassName
{
border-color: #3B294C;
}
</style>