Shades of Jagger #40354D
Tints of Jagger #40354D
RGB
CMYK
RGB Variations
Color information
#40354D (or 0x40354D) is known color: Jagger. HEX triplet: 40, 35 and 4D. RGB value is (64,53,77). Sum of RGB (Red+Green+Blue) = 64+53+77=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #40354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40354D is #BFCAB2. Grayscale: #3A3A3A. Windows color (decimal): -12569267 or 5059904. OLE color: 5059904.
HSL color Cylindrical-coordinate representation of color #40354D: hue angle of 267.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40354D is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 53 | 77 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.70 |
| HSL | 267.5º | 0.18% | 0.25% | - |
| HSV(B) | 267.5º | 0.31% | 0.3% | - |
| XYZ | 4.73 | 4.17 | 7.58 | - |
| YUV | 59.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 77 | 0.17 | 0.31 | 0 | 0.70 | 267.5 | 0.18 | 0.25 |
| Hex | 40 | 35 | 4D | 11 | 1F | 0 | 46 | 10C | 12 | 19 |
| Octal | 100 | 65 | 115 | 21 | 37 | 0 | 106 | 414 | 22 | 31 |
| Binary | 1000000 | 110101 | 1001101 | 10001 | 11111 | 0 | 1000110 | 100001100 | 10010 | 11001 |
Color Harmonies of #40354D
Complementary color
Monochromatic Colors of #40354D
Black with #40354D
Text Example
Text Example
White with #40354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40354D; }
p { color: rgb(64,53,77); }
H1.HeaderClassName
{
color: #40354D;
}
.AnyTagClassName
{
color: #40354D;
}
</style>
background-color css
<style>
a { background-color: #40354D; }
a { background-color: rgb(64,53,77); }
div.DivClassName
{
background-color: #40354D;
}
.BgClassName
{
background-color: #40354D;
}
</style>
border-color css
<style>
span { border-color: #40354D; }
span { border-color: rgb(64,53,77); }
td.TdClassName
{
border-color: #40354D;
}
.TagClassName
{
border-color: #40354D;
}
</style>