Shades of Jagger #3B264E
Tints of Jagger #3B264E
RGB
CMYK
RGB Variations
Color information
#3B264E (or 0x3B264E) is known color: Jagger. HEX triplet: 3B, 26 and 4E. RGB value is (59,38,78). Sum of RGB (Red+Green+Blue) = 59+38+78=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B264E is #C4D9B1. Grayscale: #303030. Windows color (decimal): -12900786 or 5121595. OLE color: 5121595.
HSL color Cylindrical-coordinate representation of color #3B264E: hue angle of 271.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B264E is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 38 | 78 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.69 |
| HSL | 271.5º | 0.34% | 0.23% | - |
| HSV(B) | 271.5º | 0.51% | 0.31% | - |
| XYZ | 3.87 | 2.87 | 7.56 | - |
| YUV | 48.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 78 | 0.24 | 0.51 | 0 | 0.69 | 271.5 | 0.34 | 0.23 |
| Hex | 3B | 26 | 4E | 18 | 33 | 0 | 45 | 110 | 22 | 17 |
| Octal | 73 | 46 | 116 | 30 | 63 | 0 | 105 | 420 | 42 | 27 |
| Binary | 111011 | 100110 | 1001110 | 11000 | 110011 | 0 | 1000101 | 100010000 | 100010 | 10111 |
Color Harmonies of #3B264E
Complementary color
Monochromatic Colors of #3B264E
Black with #3B264E
Text Example
Text Example
White with #3B264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B264E; }
p { color: rgb(59,38,78); }
H1.HeaderClassName
{
color: #3B264E;
}
.AnyTagClassName
{
color: #3B264E;
}
</style>
background-color css
<style>
a { background-color: #3B264E; }
a { background-color: rgb(59,38,78); }
div.DivClassName
{
background-color: #3B264E;
}
.BgClassName
{
background-color: #3B264E;
}
</style>
border-color css
<style>
span { border-color: #3B264E; }
span { border-color: rgb(59,38,78); }
td.TdClassName
{
border-color: #3B264E;
}
.TagClassName
{
border-color: #3B264E;
}
</style>