Shades of Jagger #3B254B
Tints of Jagger #3B254B
RGB
CMYK
RGB Variations
Color information
#3B254B (or 0x3B254B) is known color: Jagger. HEX triplet: 3B, 25 and 4B. RGB value is (59,37,75). Sum of RGB (Red+Green+Blue) = 59+37+75=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B254B is #C4DAB4. Grayscale: #2F2F2F. Windows color (decimal): -12901045 or 4924731. OLE color: 4924731.
HSL color Cylindrical-coordinate representation of color #3B254B: hue angle of 274.74º 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 #3B254B is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 37 | 75 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.71 |
| HSL | 274.74º | 0.34% | 0.22% | - |
| HSV(B) | 274.74º | 0.51% | 0.29% | - |
| XYZ | 3.74 | 2.76 | 6.99 | - |
| YUV | 47.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 75 | 0.21 | 0.51 | 0 | 0.71 | 274.74 | 0.34 | 0.22 |
| Hex | 3B | 25 | 4B | 15 | 33 | 0 | 47 | 113 | 22 | 16 |
| Octal | 73 | 45 | 113 | 25 | 63 | 0 | 107 | 423 | 42 | 26 |
| Binary | 111011 | 100101 | 1001011 | 10101 | 110011 | 0 | 1000111 | 100010011 | 100010 | 10110 |
Color Harmonies of #3B254B
Complementary color
Monochromatic Colors of #3B254B
Black with #3B254B
Text Example
Text Example
White with #3B254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B254B; }
p { color: rgb(59,37,75); }
H1.HeaderClassName
{
color: #3B254B;
}
.AnyTagClassName
{
color: #3B254B;
}
</style>
background-color css
<style>
a { background-color: #3B254B; }
a { background-color: rgb(59,37,75); }
div.DivClassName
{
background-color: #3B254B;
}
.BgClassName
{
background-color: #3B254B;
}
</style>
border-color css
<style>
span { border-color: #3B254B; }
span { border-color: rgb(59,37,75); }
td.TdClassName
{
border-color: #3B254B;
}
.TagClassName
{
border-color: #3B254B;
}
</style>