Shades of Jagger #3F334E
Tints of Jagger #3F334E
RGB
CMYK
RGB Variations
Color information
#3F334E (or 0x3F334E) is known color: Jagger. HEX triplet: 3F, 33 and 4E. RGB value is (63,51,78). Sum of RGB (Red+Green+Blue) = 63+51+78=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F334E is #C0CCB1. Grayscale: #393939. Windows color (decimal): -12635314 or 5124927. OLE color: 5124927.
HSL color Cylindrical-coordinate representation of color #3F334E: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F334E is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 51 | 78 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.69 |
| HSL | 266.67º | 0.21% | 0.25% | - |
| HSV(B) | 266.67º | 0.35% | 0.31% | - |
| XYZ | 4.61 | 3.97 | 7.73 | - |
| YUV | 57.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 78 | 0.19 | 0.35 | 0 | 0.69 | 266.67 | 0.21 | 0.25 |
| Hex | 3F | 33 | 4E | 13 | 23 | 0 | 45 | 10B | 15 | 19 |
| Octal | 77 | 63 | 116 | 23 | 43 | 0 | 105 | 413 | 25 | 31 |
| Binary | 111111 | 110011 | 1001110 | 10011 | 100011 | 0 | 1000101 | 100001011 | 10101 | 11001 |
Color Harmonies of #3F334E
Complementary color
Monochromatic Colors of #3F334E
Black with #3F334E
Text Example
Text Example
White with #3F334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F334E; }
p { color: rgb(63,51,78); }
H1.HeaderClassName
{
color: #3F334E;
}
.AnyTagClassName
{
color: #3F334E;
}
</style>
background-color css
<style>
a { background-color: #3F334E; }
a { background-color: rgb(63,51,78); }
div.DivClassName
{
background-color: #3F334E;
}
.BgClassName
{
background-color: #3F334E;
}
</style>
border-color css
<style>
span { border-color: #3F334E; }
span { border-color: rgb(63,51,78); }
td.TdClassName
{
border-color: #3F334E;
}
.TagClassName
{
border-color: #3F334E;
}
</style>