Shades of Jagger #3B294D
Tints of Jagger #3B294D
RGB
CMYK
RGB Variations
Color information
#3B294D (or 0x3B294D) is known color: Jagger. HEX triplet: 3B, 29 and 4D. RGB value is (59,41,77). Sum of RGB (Red+Green+Blue) = 59+41+77=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B294D is #C4D6B2. Grayscale: #323232. Windows color (decimal): -12900019 or 5056827. OLE color: 5056827.
HSL color Cylindrical-coordinate representation of color #3B294D: hue angle of 270º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B294D is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 41 | 77 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.70 |
| HSL | 270º | 0.31% | 0.23% | - |
| HSV(B) | 270º | 0.47% | 0.3% | - |
| XYZ | 3.94 | 3.05 | 7.4 | - |
| YUV | 50.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 77 | 0.23 | 0.47 | 0 | 0.70 | 270 | 0.31 | 0.23 |
| Hex | 3B | 29 | 4D | 17 | 2F | 0 | 46 | 10E | 1F | 17 |
| Octal | 73 | 51 | 115 | 27 | 57 | 0 | 106 | 416 | 37 | 27 |
| Binary | 111011 | 101001 | 1001101 | 10111 | 101111 | 0 | 1000110 | 100001110 | 11111 | 10111 |
Color Harmonies of #3B294D
Complementary color
Monochromatic Colors of #3B294D
Black with #3B294D
Text Example
Text Example
White with #3B294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B294D; }
p { color: rgb(59,41,77); }
H1.HeaderClassName
{
color: #3B294D;
}
.AnyTagClassName
{
color: #3B294D;
}
</style>
background-color css
<style>
a { background-color: #3B294D; }
a { background-color: rgb(59,41,77); }
div.DivClassName
{
background-color: #3B294D;
}
.BgClassName
{
background-color: #3B294D;
}
</style>
border-color css
<style>
span { border-color: #3B294D; }
span { border-color: rgb(59,41,77); }
td.TdClassName
{
border-color: #3B294D;
}
.TagClassName
{
border-color: #3B294D;
}
</style>