Shades of San Juan #3D596B
Tints of San Juan #3D596B
RGB
CMYK
RGB Variations
Color information
#3D596B (or 0x3D596B) is known color: San Juan. HEX triplet: 3D, 59 and 6B. RGB value is (61,89,107). Sum of RGB (Red+Green+Blue) = 61+89+107=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D596B is #C2A694. Grayscale: #525252. Windows color (decimal): -12756629 or 7035197. OLE color: 7035197.
HSL color Cylindrical-coordinate representation of color #3D596B: hue angle of 203.48º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D596B is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 89 | 107 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.58 |
| HSL | 203.48º | 0.27% | 0.33% | - |
| HSV(B) | 203.48º | 0.43% | 0.42% | - |
| XYZ | 8.15 | 9.2 | 15.26 | - |
| YUV | 82.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 107 | 0.43 | 0.17 | 0 | 0.58 | 203.48 | 0.27 | 0.33 |
| Hex | 3D | 59 | 6B | 2B | 11 | 0 | 3A | CB | 1B | 21 |
| Octal | 75 | 131 | 153 | 53 | 21 | 0 | 72 | 313 | 33 | 41 |
| Binary | 111101 | 1011001 | 1101011 | 101011 | 10001 | 0 | 111010 | 11001011 | 11011 | 100001 |
Color Harmonies of #3D596B
Complementary color
Monochromatic Colors of #3D596B
Black with #3D596B
Text Example
Text Example
White with #3D596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D596B; }
p { color: rgb(61,89,107); }
H1.HeaderClassName
{
color: #3D596B;
}
.AnyTagClassName
{
color: #3D596B;
}
</style>
background-color css
<style>
a { background-color: #3D596B; }
a { background-color: rgb(61,89,107); }
div.DivClassName
{
background-color: #3D596B;
}
.BgClassName
{
background-color: #3D596B;
}
</style>
border-color css
<style>
span { border-color: #3D596B; }
span { border-color: rgb(61,89,107); }
td.TdClassName
{
border-color: #3D596B;
}
.TagClassName
{
border-color: #3D596B;
}
</style>