Shades of San Juan #40596A
Tints of San Juan #40596A
RGB
CMYK
RGB Variations
Color information
#40596A (or 0x40596A) is known color: San Juan. HEX triplet: 40, 59 and 6A. RGB value is (64,89,106). Sum of RGB (Red+Green+Blue) = 64+89+106=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 106 - color contains mainly: blue. Hex color #40596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40596A is #BFA695. Grayscale: #535353. Windows color (decimal): -12560022 or 6969664. OLE color: 6969664.
HSL color Cylindrical-coordinate representation of color #40596A: hue angle of 204.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40596A is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 89 | 106 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.58 |
| HSL | 204.29º | 0.25% | 0.33% | - |
| HSV(B) | 204.29º | 0.4% | 0.42% | - |
| XYZ | 8.29 | 9.28 | 14.99 | - |
| YUV | 83.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 106 | 0.40 | 0.16 | 0 | 0.58 | 204.29 | 0.25 | 0.33 |
| Hex | 40 | 59 | 6A | 28 | 10 | 0 | 3A | CC | 19 | 21 |
| Octal | 100 | 131 | 152 | 50 | 20 | 0 | 72 | 314 | 31 | 41 |
| Binary | 1000000 | 1011001 | 1101010 | 101000 | 10000 | 0 | 111010 | 11001100 | 11001 | 100001 |
Color Harmonies of #40596A
Complementary color
Monochromatic Colors of #40596A
Black with #40596A
Text Example
Text Example
White with #40596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40596A; }
p { color: rgb(64,89,106); }
H1.HeaderClassName
{
color: #40596A;
}
.AnyTagClassName
{
color: #40596A;
}
</style>
background-color css
<style>
a { background-color: #40596A; }
a { background-color: rgb(64,89,106); }
div.DivClassName
{
background-color: #40596A;
}
.BgClassName
{
background-color: #40596A;
}
</style>
border-color css
<style>
span { border-color: #40596A; }
span { border-color: rgb(64,89,106); }
td.TdClassName
{
border-color: #40596A;
}
.TagClassName
{
border-color: #40596A;
}
</style>