Shades of Jagger #3F254D
Tints of Jagger #3F254D
RGB
CMYK
RGB Variations
Color information
#3F254D (or 0x3F254D) is known color: Jagger. HEX triplet: 3F, 25 and 4D. RGB value is (63,37,77). Sum of RGB (Red+Green+Blue) = 63+37+77=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F254D is #C0DAB2. Grayscale: #313131. Windows color (decimal): -12638899 or 5055807. OLE color: 5055807.
HSL color Cylindrical-coordinate representation of color #3F254D: hue angle of 279º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F254D is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 37 | 77 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.70 |
| HSL | 279º | 0.35% | 0.22% | - |
| HSV(B) | 279º | 0.52% | 0.3% | - |
| XYZ | 4.05 | 2.92 | 7.37 | - |
| YUV | 49.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 77 | 0.18 | 0.52 | 0 | 0.70 | 279 | 0.35 | 0.22 |
| Hex | 3F | 25 | 4D | 12 | 34 | 0 | 46 | 117 | 23 | 16 |
| Octal | 77 | 45 | 115 | 22 | 64 | 0 | 106 | 427 | 43 | 26 |
| Binary | 111111 | 100101 | 1001101 | 10010 | 110100 | 0 | 1000110 | 100010111 | 100011 | 10110 |
Color Harmonies of #3F254D
Complementary color
Monochromatic Colors of #3F254D
Black with #3F254D
Text Example
Text Example
White with #3F254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F254D; }
p { color: rgb(63,37,77); }
H1.HeaderClassName
{
color: #3F254D;
}
.AnyTagClassName
{
color: #3F254D;
}
</style>
background-color css
<style>
a { background-color: #3F254D; }
a { background-color: rgb(63,37,77); }
div.DivClassName
{
background-color: #3F254D;
}
.BgClassName
{
background-color: #3F254D;
}
</style>
border-color css
<style>
span { border-color: #3F254D; }
span { border-color: rgb(63,37,77); }
td.TdClassName
{
border-color: #3F254D;
}
.TagClassName
{
border-color: #3F254D;
}
</style>