Shades of Jagger #3B294B
Tints of Jagger #3B294B
RGB
CMYK
RGB Variations
Color information
#3B294B (or 0x3B294B) is known color: Jagger. HEX triplet: 3B, 29 and 4B. RGB value is (59,41,75). Sum of RGB (Red+Green+Blue) = 59+41+75=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B294B is #C4D6B4. Grayscale: #323232. Windows color (decimal): -12900021 or 4925755. OLE color: 4925755.
HSL color Cylindrical-coordinate representation of color #3B294B: hue angle of 271.76º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B294B is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 41 | 75 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.71 |
| HSL | 271.76º | 0.29% | 0.23% | - |
| HSV(B) | 271.76º | 0.45% | 0.29% | - |
| XYZ | 3.87 | 3.02 | 7.04 | - |
| YUV | 50.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 75 | 0.21 | 0.45 | 0 | 0.71 | 271.76 | 0.29 | 0.23 |
| Hex | 3B | 29 | 4B | 15 | 2D | 0 | 47 | 110 | 1D | 17 |
| Octal | 73 | 51 | 113 | 25 | 55 | 0 | 107 | 420 | 35 | 27 |
| Binary | 111011 | 101001 | 1001011 | 10101 | 101101 | 0 | 1000111 | 100010000 | 11101 | 10111 |
Color Harmonies of #3B294B
Complementary color
Monochromatic Colors of #3B294B
Black with #3B294B
Text Example
Text Example
White with #3B294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B294B; }
p { color: rgb(59,41,75); }
H1.HeaderClassName
{
color: #3B294B;
}
.AnyTagClassName
{
color: #3B294B;
}
</style>
background-color css
<style>
a { background-color: #3B294B; }
a { background-color: rgb(59,41,75); }
div.DivClassName
{
background-color: #3B294B;
}
.BgClassName
{
background-color: #3B294B;
}
</style>
border-color css
<style>
span { border-color: #3B294B; }
span { border-color: rgb(59,41,75); }
td.TdClassName
{
border-color: #3B294B;
}
.TagClassName
{
border-color: #3B294B;
}
</style>