Shades of Jagger #3B2644
Tints of Jagger #3B2644
RGB
CMYK
RGB Variations
Color information
#3B2644 (or 0x3B2644) is known color: Jagger. HEX triplet: 3B, 26 and 44. RGB value is (59,38,68). Sum of RGB (Red+Green+Blue) = 59+38+68=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B2644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2644 is #C4D9BB. Grayscale: #2F2F2F. Windows color (decimal): -12900796 or 4466235. OLE color: 4466235.
HSL color Cylindrical-coordinate representation of color #3B2644: hue angle of 282º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B2644 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 38 | 68 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.73 |
| HSL | 282º | 0.28% | 0.21% | - |
| HSV(B) | 282º | 0.44% | 0.27% | - |
| XYZ | 3.54 | 2.73 | 5.81 | - |
| YUV | 47.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 68 | 0.13 | 0.44 | 0 | 0.73 | 282 | 0.28 | 0.21 |
| Hex | 3B | 26 | 44 | D | 2C | 0 | 49 | 11A | 1C | 15 |
| Octal | 73 | 46 | 104 | 15 | 54 | 0 | 111 | 432 | 34 | 25 |
| Binary | 111011 | 100110 | 1000100 | 1101 | 101100 | 0 | 1001001 | 100011010 | 11100 | 10101 |
Color Harmonies of #3B2644
Complementary color
Monochromatic Colors of #3B2644
Black with #3B2644
Text Example
Text Example
White with #3B2644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2644; }
p { color: rgb(59,38,68); }
H1.HeaderClassName
{
color: #3B2644;
}
.AnyTagClassName
{
color: #3B2644;
}
</style>
background-color css
<style>
a { background-color: #3B2644; }
a { background-color: rgb(59,38,68); }
div.DivClassName
{
background-color: #3B2644;
}
.BgClassName
{
background-color: #3B2644;
}
</style>
border-color css
<style>
span { border-color: #3B2644; }
span { border-color: rgb(59,38,68); }
td.TdClassName
{
border-color: #3B2644;
}
.TagClassName
{
border-color: #3B2644;
}
</style>