Shades of San Juan #40596D
Tints of San Juan #40596D
RGB
CMYK
RGB Variations
Color information
#40596D (or 0x40596D) is known color: San Juan. HEX triplet: 40, 59 and 6D. RGB value is (64,89,109). Sum of RGB (Red+Green+Blue) = 64+89+109=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #40596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40596D is #BFA692. Grayscale: #535353. Windows color (decimal): -12560019 or 7166272. OLE color: 7166272.
HSL color Cylindrical-coordinate representation of color #40596D: hue angle of 206.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40596D is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 89 | 109 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.57 |
| HSL | 206.67º | 0.26% | 0.34% | - |
| HSV(B) | 206.67º | 0.41% | 0.43% | - |
| XYZ | 8.45 | 9.34 | 15.83 | - |
| YUV | 83.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 109 | 0.41 | 0.18 | 0 | 0.57 | 206.67 | 0.26 | 0.34 |
| Hex | 40 | 59 | 6D | 29 | 12 | 0 | 39 | CF | 1A | 22 |
| Octal | 100 | 131 | 155 | 51 | 22 | 0 | 71 | 317 | 32 | 42 |
| Binary | 1000000 | 1011001 | 1101101 | 101001 | 10010 | 0 | 111001 | 11001111 | 11010 | 100010 |
Color Harmonies of #40596D
Complementary color
Monochromatic Colors of #40596D
Black with #40596D
Text Example
Text Example
White with #40596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40596D; }
p { color: rgb(64,89,109); }
H1.HeaderClassName
{
color: #40596D;
}
.AnyTagClassName
{
color: #40596D;
}
</style>
background-color css
<style>
a { background-color: #40596D; }
a { background-color: rgb(64,89,109); }
div.DivClassName
{
background-color: #40596D;
}
.BgClassName
{
background-color: #40596D;
}
</style>
border-color css
<style>
span { border-color: #40596D; }
span { border-color: rgb(64,89,109); }
td.TdClassName
{
border-color: #40596D;
}
.TagClassName
{
border-color: #40596D;
}
</style>