Shades of San Juan #3F596D
Tints of San Juan #3F596D
RGB
CMYK
RGB Variations
Color information
#3F596D (or 0x3F596D) is known color: San Juan. HEX triplet: 3F, 59 and 6D. RGB value is (63,89,109). Sum of RGB (Red+Green+Blue) = 63+89+109=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F596D is #C0A692. Grayscale: #535353. Windows color (decimal): -12625555 or 7166271. OLE color: 7166271.
HSL color Cylindrical-coordinate representation of color #3F596D: hue angle of 206.09º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F596D is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 89 | 109 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.57 |
| HSL | 206.09º | 0.27% | 0.34% | - |
| HSV(B) | 206.09º | 0.42% | 0.43% | - |
| XYZ | 8.38 | 9.31 | 15.82 | - |
| YUV | 83.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 109 | 0.42 | 0.18 | 0 | 0.57 | 206.09 | 0.27 | 0.34 |
| Hex | 3F | 59 | 6D | 2A | 12 | 0 | 39 | CE | 1B | 22 |
| Octal | 77 | 131 | 155 | 52 | 22 | 0 | 71 | 316 | 33 | 42 |
| Binary | 111111 | 1011001 | 1101101 | 101010 | 10010 | 0 | 111001 | 11001110 | 11011 | 100010 |
Color Harmonies of #3F596D
Complementary color
Monochromatic Colors of #3F596D
Black with #3F596D
Text Example
Text Example
White with #3F596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F596D; }
p { color: rgb(63,89,109); }
H1.HeaderClassName
{
color: #3F596D;
}
.AnyTagClassName
{
color: #3F596D;
}
</style>
background-color css
<style>
a { background-color: #3F596D; }
a { background-color: rgb(63,89,109); }
div.DivClassName
{
background-color: #3F596D;
}
.BgClassName
{
background-color: #3F596D;
}
</style>
border-color css
<style>
span { border-color: #3F596D; }
span { border-color: rgb(63,89,109); }
td.TdClassName
{
border-color: #3F596D;
}
.TagClassName
{
border-color: #3F596D;
}
</style>