Shades of Jagger #3F364A
Tints of Jagger #3F364A
RGB
CMYK
RGB Variations
Color information
#3F364A (or 0x3F364A) is known color: Jagger. HEX triplet: 3F, 36 and 4A. RGB value is (63,54,74). Sum of RGB (Red+Green+Blue) = 63+54+74=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F364A is #C0C9B5. Grayscale: #3A3A3A. Windows color (decimal): -12634550 or 4863551. OLE color: 4863551.
HSL color Cylindrical-coordinate representation of color #3F364A: hue angle of 267º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F364A is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 54 | 74 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.71 |
| HSL | 267º | 0.16% | 0.25% | - |
| HSV(B) | 267º | 0.27% | 0.29% | - |
| XYZ | 4.61 | 4.19 | 7.04 | - |
| YUV | 58.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 74 | 0.15 | 0.27 | 0 | 0.71 | 267 | 0.16 | 0.25 |
| Hex | 3F | 36 | 4A | F | 1B | 0 | 47 | 10B | 10 | 19 |
| Octal | 77 | 66 | 112 | 17 | 33 | 0 | 107 | 413 | 20 | 31 |
| Binary | 111111 | 110110 | 1001010 | 1111 | 11011 | 0 | 1000111 | 100001011 | 10000 | 11001 |
Color Harmonies of #3F364A
Complementary color
Monochromatic Colors of #3F364A
Black with #3F364A
Text Example
Text Example
White with #3F364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F364A; }
p { color: rgb(63,54,74); }
H1.HeaderClassName
{
color: #3F364A;
}
.AnyTagClassName
{
color: #3F364A;
}
</style>
background-color css
<style>
a { background-color: #3F364A; }
a { background-color: rgb(63,54,74); }
div.DivClassName
{
background-color: #3F364A;
}
.BgClassName
{
background-color: #3F364A;
}
</style>
border-color css
<style>
span { border-color: #3F364A; }
span { border-color: rgb(63,54,74); }
td.TdClassName
{
border-color: #3F364A;
}
.TagClassName
{
border-color: #3F364A;
}
</style>