Shades of San Juan #3D5761
Tints of San Juan #3D5761
RGB
CMYK
RGB Variations
Color information
#3D5761 (or 0x3D5761) is known color: San Juan. HEX triplet: 3D, 57 and 61. RGB value is (61,87,97). Sum of RGB (Red+Green+Blue) = 61+87+97=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D5761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5761 is #C2A89E. Grayscale: #505050. Windows color (decimal): -12757151 or 6379325. OLE color: 6379325.
HSL color Cylindrical-coordinate representation of color #3D5761: hue angle of 196.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3D5761 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 87 | 97 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.62 |
| HSL | 196.67º | 0.23% | 0.31% | - |
| HSV(B) | 196.67º | 0.37% | 0.38% | - |
| XYZ | 7.49 | 8.67 | 12.59 | - |
| YUV | 80.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 97 | 0.37 | 0.10 | 0 | 0.62 | 196.67 | 0.23 | 0.31 |
| Hex | 3D | 57 | 61 | 25 | A | 0 | 3E | C5 | 17 | 1F |
| Octal | 75 | 127 | 141 | 45 | 12 | 0 | 76 | 305 | 27 | 37 |
| Binary | 111101 | 1010111 | 1100001 | 100101 | 1010 | 0 | 111110 | 11000101 | 10111 | 11111 |
Color Harmonies of #3D5761
Complementary color
Monochromatic Colors of #3D5761
Black with #3D5761
Text Example
Text Example
White with #3D5761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5761; }
p { color: rgb(61,87,97); }
H1.HeaderClassName
{
color: #3D5761;
}
.AnyTagClassName
{
color: #3D5761;
}
</style>
background-color css
<style>
a { background-color: #3D5761; }
a { background-color: rgb(61,87,97); }
div.DivClassName
{
background-color: #3D5761;
}
.BgClassName
{
background-color: #3D5761;
}
</style>
border-color css
<style>
span { border-color: #3D5761; }
span { border-color: rgb(61,87,97); }
td.TdClassName
{
border-color: #3D5761;
}
.TagClassName
{
border-color: #3D5761;
}
</style>