Shades of Jagger #3F334D
Tints of Jagger #3F334D
RGB
CMYK
RGB Variations
Color information
#3F334D (or 0x3F334D) is known color: Jagger. HEX triplet: 3F, 33 and 4D. RGB value is (63,51,77). Sum of RGB (Red+Green+Blue) = 63+51+77=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F334D is #C0CCB2. Grayscale: #393939. Windows color (decimal): -12635315 or 5059391. OLE color: 5059391.
HSL color Cylindrical-coordinate representation of color #3F334D: hue angle of 267.69º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F334D is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 51 | 77 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.70 |
| HSL | 267.69º | 0.2% | 0.25% | - |
| HSV(B) | 267.69º | 0.34% | 0.3% | - |
| XYZ | 4.57 | 3.96 | 7.54 | - |
| YUV | 57.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 77 | 0.18 | 0.34 | 0 | 0.70 | 267.69 | 0.2 | 0.25 |
| Hex | 3F | 33 | 4D | 12 | 22 | 0 | 46 | 10C | 14 | 19 |
| Octal | 77 | 63 | 115 | 22 | 42 | 0 | 106 | 414 | 24 | 31 |
| Binary | 111111 | 110011 | 1001101 | 10010 | 100010 | 0 | 1000110 | 100001100 | 10100 | 11001 |
Color Harmonies of #3F334D
Complementary color
Monochromatic Colors of #3F334D
Black with #3F334D
Text Example
Text Example
White with #3F334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F334D; }
p { color: rgb(63,51,77); }
H1.HeaderClassName
{
color: #3F334D;
}
.AnyTagClassName
{
color: #3F334D;
}
</style>
background-color css
<style>
a { background-color: #3F334D; }
a { background-color: rgb(63,51,77); }
div.DivClassName
{
background-color: #3F334D;
}
.BgClassName
{
background-color: #3F334D;
}
</style>
border-color css
<style>
span { border-color: #3F334D; }
span { border-color: rgb(63,51,77); }
td.TdClassName
{
border-color: #3F334D;
}
.TagClassName
{
border-color: #3F334D;
}
</style>