Shades of Jagger #3F254B
Tints of Jagger #3F254B
RGB
CMYK
RGB Variations
Color information
#3F254B (or 0x3F254B) is known color: Jagger. HEX triplet: 3F, 25 and 4B. RGB value is (63,37,75). Sum of RGB (Red+Green+Blue) = 63+37+75=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F254B is #C0DAB4. Grayscale: #303030. Windows color (decimal): -12638901 or 4924735. OLE color: 4924735.
HSL color Cylindrical-coordinate representation of color #3F254B: hue angle of 281.05º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F254B is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 37 | 75 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.71 |
| HSL | 281.05º | 0.34% | 0.22% | - |
| HSV(B) | 281.05º | 0.51% | 0.29% | - |
| XYZ | 3.98 | 2.89 | 7 | - |
| YUV | 49.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 75 | 0.16 | 0.51 | 0 | 0.71 | 281.05 | 0.34 | 0.22 |
| Hex | 3F | 25 | 4B | 10 | 33 | 0 | 47 | 119 | 22 | 16 |
| Octal | 77 | 45 | 113 | 20 | 63 | 0 | 107 | 431 | 42 | 26 |
| Binary | 111111 | 100101 | 1001011 | 10000 | 110011 | 0 | 1000111 | 100011001 | 100010 | 10110 |
Color Harmonies of #3F254B
Complementary color
Monochromatic Colors of #3F254B
Black with #3F254B
Text Example
Text Example
White with #3F254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F254B; }
p { color: rgb(63,37,75); }
H1.HeaderClassName
{
color: #3F254B;
}
.AnyTagClassName
{
color: #3F254B;
}
</style>
background-color css
<style>
a { background-color: #3F254B; }
a { background-color: rgb(63,37,75); }
div.DivClassName
{
background-color: #3F254B;
}
.BgClassName
{
background-color: #3F254B;
}
</style>
border-color css
<style>
span { border-color: #3F254B; }
span { border-color: rgb(63,37,75); }
td.TdClassName
{
border-color: #3F254B;
}
.TagClassName
{
border-color: #3F254B;
}
</style>