Shades of Jagger #3F344D
Tints of Jagger #3F344D
RGB
CMYK
RGB Variations
Color information
#3F344D (or 0x3F344D) is known color: Jagger. HEX triplet: 3F, 34 and 4D. RGB value is (63,52,77). Sum of RGB (Red+Green+Blue) = 63+52+77=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F344D is #C0CBB2. Grayscale: #3A3A3A. Windows color (decimal): -12635059 or 5059647. OLE color: 5059647.
HSL color Cylindrical-coordinate representation of color #3F344D: hue angle of 266.4º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F344D is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 52 | 77 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.70 |
| HSL | 266.4º | 0.19% | 0.25% | - |
| HSV(B) | 266.4º | 0.32% | 0.3% | - |
| XYZ | 4.62 | 4.05 | 7.56 | - |
| YUV | 58.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 77 | 0.18 | 0.32 | 0 | 0.70 | 266.4 | 0.19 | 0.25 |
| Hex | 3F | 34 | 4D | 12 | 20 | 0 | 46 | 10A | 13 | 19 |
| Octal | 77 | 64 | 115 | 22 | 40 | 0 | 106 | 412 | 23 | 31 |
| Binary | 111111 | 110100 | 1001101 | 10010 | 100000 | 0 | 1000110 | 100001010 | 10011 | 11001 |
Color Harmonies of #3F344D
Complementary color
Monochromatic Colors of #3F344D
Black with #3F344D
Text Example
Text Example
White with #3F344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F344D; }
p { color: rgb(63,52,77); }
H1.HeaderClassName
{
color: #3F344D;
}
.AnyTagClassName
{
color: #3F344D;
}
</style>
background-color css
<style>
a { background-color: #3F344D; }
a { background-color: rgb(63,52,77); }
div.DivClassName
{
background-color: #3F344D;
}
.BgClassName
{
background-color: #3F344D;
}
</style>
border-color css
<style>
span { border-color: #3F344D; }
span { border-color: rgb(63,52,77); }
td.TdClassName
{
border-color: #3F344D;
}
.TagClassName
{
border-color: #3F344D;
}
</style>