Shades of San Juan #3B5765
Tints of San Juan #3B5765
RGB
CMYK
RGB Variations
Color information
#3B5765 (or 0x3B5765) is known color: San Juan. HEX triplet: 3B, 57 and 65. RGB value is (59,87,101). Sum of RGB (Red+Green+Blue) = 59+87+101=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #3B5765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5765 is #C4A89A. Grayscale: #505050. Windows color (decimal): -12888219 or 6641467. OLE color: 6641467.
HSL color Cylindrical-coordinate representation of color #3B5765: hue angle of 200º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5765 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 87 | 101 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.60 |
| HSL | 200º | 0.26% | 0.31% | - |
| HSV(B) | 200º | 0.42% | 0.4% | - |
| XYZ | 7.56 | 8.69 | 13.59 | - |
| YUV | 80.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 101 | 0.42 | 0.14 | 0 | 0.60 | 200 | 0.26 | 0.31 |
| Hex | 3B | 57 | 65 | 2A | E | 0 | 3C | C8 | 1A | 1F |
| Octal | 73 | 127 | 145 | 52 | 16 | 0 | 74 | 310 | 32 | 37 |
| Binary | 111011 | 1010111 | 1100101 | 101010 | 1110 | 0 | 111100 | 11001000 | 11010 | 11111 |
Color Harmonies of #3B5765
Complementary color
Monochromatic Colors of #3B5765
Black with #3B5765
Text Example
Text Example
White with #3B5765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5765; }
p { color: rgb(59,87,101); }
H1.HeaderClassName
{
color: #3B5765;
}
.AnyTagClassName
{
color: #3B5765;
}
</style>
background-color css
<style>
a { background-color: #3B5765; }
a { background-color: rgb(59,87,101); }
div.DivClassName
{
background-color: #3B5765;
}
.BgClassName
{
background-color: #3B5765;
}
</style>
border-color css
<style>
span { border-color: #3B5765; }
span { border-color: rgb(59,87,101); }
td.TdClassName
{
border-color: #3B5765;
}
.TagClassName
{
border-color: #3B5765;
}
</style>