Shades of Jagger #3B284A
Tints of Jagger #3B284A
RGB
CMYK
RGB Variations
Color information
#3B284A (or 0x3B284A) is known color: Jagger. HEX triplet: 3B, 28 and 4A. RGB value is (59,40,74). Sum of RGB (Red+Green+Blue) = 59+40+74=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B284A is #C4D7B5. Grayscale: #313131. Windows color (decimal): -12900278 or 4859963. OLE color: 4859963.
HSL color Cylindrical-coordinate representation of color #3B284A: hue angle of 273.53º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B284A is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 40 | 74 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.71 |
| HSL | 273.53º | 0.3% | 0.22% | - |
| HSV(B) | 273.53º | 0.46% | 0.29% | - |
| XYZ | 3.8 | 2.94 | 6.85 | - |
| YUV | 49.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 74 | 0.20 | 0.46 | 0 | 0.71 | 273.53 | 0.3 | 0.22 |
| Hex | 3B | 28 | 4A | 14 | 2E | 0 | 47 | 112 | 1E | 16 |
| Octal | 73 | 50 | 112 | 24 | 56 | 0 | 107 | 422 | 36 | 26 |
| Binary | 111011 | 101000 | 1001010 | 10100 | 101110 | 0 | 1000111 | 100010010 | 11110 | 10110 |
Color Harmonies of #3B284A
Complementary color
Monochromatic Colors of #3B284A
Black with #3B284A
Text Example
Text Example
White with #3B284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B284A; }
p { color: rgb(59,40,74); }
H1.HeaderClassName
{
color: #3B284A;
}
.AnyTagClassName
{
color: #3B284A;
}
</style>
background-color css
<style>
a { background-color: #3B284A; }
a { background-color: rgb(59,40,74); }
div.DivClassName
{
background-color: #3B284A;
}
.BgClassName
{
background-color: #3B284A;
}
</style>
border-color css
<style>
span { border-color: #3B284A; }
span { border-color: rgb(59,40,74); }
td.TdClassName
{
border-color: #3B284A;
}
.TagClassName
{
border-color: #3B284A;
}
</style>