Shades of San Juan #3B5763
Tints of San Juan #3B5763
RGB
CMYK
RGB Variations
Color information
#3B5763 (or 0x3B5763) is known color: San Juan. HEX triplet: 3B, 57 and 63. RGB value is (59,87,99). Sum of RGB (Red+Green+Blue) = 59+87+99=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5763 is #C4A89C. Grayscale: #4F4F4F. Windows color (decimal): -12888221 or 6510395. OLE color: 6510395.
HSL color Cylindrical-coordinate representation of color #3B5763: hue angle of 198º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B5763 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 87 | 99 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.61 |
| HSL | 198º | 0.25% | 0.31% | - |
| HSV(B) | 198º | 0.4% | 0.39% | - |
| XYZ | 7.46 | 8.65 | 13.08 | - |
| YUV | 80 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 99 | 0.40 | 0.12 | 0 | 0.61 | 198 | 0.25 | 0.31 |
| Hex | 3B | 57 | 63 | 28 | C | 0 | 3D | C6 | 19 | 1F |
| Octal | 73 | 127 | 143 | 50 | 14 | 0 | 75 | 306 | 31 | 37 |
| Binary | 111011 | 1010111 | 1100011 | 101000 | 1100 | 0 | 111101 | 11000110 | 11001 | 11111 |
Color Harmonies of #3B5763
Complementary color
Monochromatic Colors of #3B5763
Black with #3B5763
Text Example
Text Example
White with #3B5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5763; }
p { color: rgb(59,87,99); }
H1.HeaderClassName
{
color: #3B5763;
}
.AnyTagClassName
{
color: #3B5763;
}
</style>
background-color css
<style>
a { background-color: #3B5763; }
a { background-color: rgb(59,87,99); }
div.DivClassName
{
background-color: #3B5763;
}
.BgClassName
{
background-color: #3B5763;
}
</style>
border-color css
<style>
span { border-color: #3B5763; }
span { border-color: rgb(59,87,99); }
td.TdClassName
{
border-color: #3B5763;
}
.TagClassName
{
border-color: #3B5763;
}
</style>