Shades of San Juan #3D5965
Tints of San Juan #3D5965
RGB
CMYK
RGB Variations
Color information
#3D5965 (or 0x3D5965) is known color: San Juan. HEX triplet: 3D, 59 and 65. RGB value is (61,89,101). Sum of RGB (Red+Green+Blue) = 61+89+101=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D5965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5965 is #C2A69A. Grayscale: #515151. Windows color (decimal): -12756635 or 6641981. OLE color: 6641981.
HSL color Cylindrical-coordinate representation of color #3D5965: hue angle of 198º 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 #3D5965 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 89 | 101 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.60 |
| HSL | 198º | 0.25% | 0.32% | - |
| HSV(B) | 198º | 0.4% | 0.4% | - |
| XYZ | 7.85 | 9.08 | 13.65 | - |
| YUV | 82 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 101 | 0.40 | 0.12 | 0 | 0.60 | 198 | 0.25 | 0.32 |
| Hex | 3D | 59 | 65 | 28 | C | 0 | 3C | C6 | 19 | 20 |
| Octal | 75 | 131 | 145 | 50 | 14 | 0 | 74 | 306 | 31 | 40 |
| Binary | 111101 | 1011001 | 1100101 | 101000 | 1100 | 0 | 111100 | 11000110 | 11001 | 100000 |
Color Harmonies of #3D5965
Complementary color
Monochromatic Colors of #3D5965
Black with #3D5965
Text Example
Text Example
White with #3D5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5965; }
p { color: rgb(61,89,101); }
H1.HeaderClassName
{
color: #3D5965;
}
.AnyTagClassName
{
color: #3D5965;
}
</style>
background-color css
<style>
a { background-color: #3D5965; }
a { background-color: rgb(61,89,101); }
div.DivClassName
{
background-color: #3D5965;
}
.BgClassName
{
background-color: #3D5965;
}
</style>
border-color css
<style>
span { border-color: #3D5965; }
span { border-color: rgb(61,89,101); }
td.TdClassName
{
border-color: #3D5965;
}
.TagClassName
{
border-color: #3D5965;
}
</style>