Shades of San Juan #3D5966
Tints of San Juan #3D5966
RGB
CMYK
RGB Variations
Color information
#3D5966 (or 0x3D5966) is known color: San Juan. HEX triplet: 3D, 59 and 66. RGB value is (61,89,102). Sum of RGB (Red+Green+Blue) = 61+89+102=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D5966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5966 is #C2A699. Grayscale: #525252. Windows color (decimal): -12756634 or 6707517. OLE color: 6707517.
HSL color Cylindrical-coordinate representation of color #3D5966: hue angle of 199.02º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D5966 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 89 | 102 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.6 |
| HSL | 199.02º | 0.25% | 0.32% | - |
| HSV(B) | 199.02º | 0.4% | 0.4% | - |
| XYZ | 7.9 | 9.1 | 13.91 | - |
| YUV | 82.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 102 | 0.40 | 0.13 | 0 | 0.6 | 199.02 | 0.25 | 0.32 |
| Hex | 3D | 59 | 66 | 28 | D | 0 | 3C | C7 | 19 | 20 |
| Octal | 75 | 131 | 146 | 50 | 15 | 0 | 74 | 307 | 31 | 40 |
| Binary | 111101 | 1011001 | 1100110 | 101000 | 1101 | 0 | 111100 | 11000111 | 11001 | 100000 |
Color Harmonies of #3D5966
Complementary color
Monochromatic Colors of #3D5966
Black with #3D5966
Text Example
Text Example
White with #3D5966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5966; }
p { color: rgb(61,89,102); }
H1.HeaderClassName
{
color: #3D5966;
}
.AnyTagClassName
{
color: #3D5966;
}
</style>
background-color css
<style>
a { background-color: #3D5966; }
a { background-color: rgb(61,89,102); }
div.DivClassName
{
background-color: #3D5966;
}
.BgClassName
{
background-color: #3D5966;
}
</style>
border-color css
<style>
span { border-color: #3D5966; }
span { border-color: rgb(61,89,102); }
td.TdClassName
{
border-color: #3D5966;
}
.TagClassName
{
border-color: #3D5966;
}
</style>