Shades of San Juan #3D596D
Tints of San Juan #3D596D
RGB
CMYK
RGB Variations
Color information
#3D596D (or 0x3D596D) is known color: San Juan. HEX triplet: 3D, 59 and 6D. RGB value is (61,89,109). Sum of RGB (Red+Green+Blue) = 61+89+109=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D596D is #C2A692. Grayscale: #525252. Windows color (decimal): -12756627 or 7166269. OLE color: 7166269.
HSL color Cylindrical-coordinate representation of color #3D596D: hue angle of 205º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D596D is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 89 | 109 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.57 |
| HSL | 205º | 0.28% | 0.33% | - |
| HSV(B) | 205º | 0.44% | 0.43% | - |
| XYZ | 8.26 | 9.24 | 15.82 | - |
| YUV | 82.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 109 | 0.44 | 0.18 | 0 | 0.57 | 205 | 0.28 | 0.33 |
| Hex | 3D | 59 | 6D | 2C | 12 | 0 | 39 | CD | 1C | 21 |
| Octal | 75 | 131 | 155 | 54 | 22 | 0 | 71 | 315 | 34 | 41 |
| Binary | 111101 | 1011001 | 1101101 | 101100 | 10010 | 0 | 111001 | 11001101 | 11100 | 100001 |
Color Harmonies of #3D596D
Complementary color
Monochromatic Colors of #3D596D
Black with #3D596D
Text Example
Text Example
White with #3D596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D596D; }
p { color: rgb(61,89,109); }
H1.HeaderClassName
{
color: #3D596D;
}
.AnyTagClassName
{
color: #3D596D;
}
</style>
background-color css
<style>
a { background-color: #3D596D; }
a { background-color: rgb(61,89,109); }
div.DivClassName
{
background-color: #3D596D;
}
.BgClassName
{
background-color: #3D596D;
}
</style>
border-color css
<style>
span { border-color: #3D596D; }
span { border-color: rgb(61,89,109); }
td.TdClassName
{
border-color: #3D596D;
}
.TagClassName
{
border-color: #3D596D;
}
</style>