Shades of San Juan #3C5763
Tints of San Juan #3C5763
RGB
CMYK
RGB Variations
Color information
#3C5763 (or 0x3C5763) is known color: San Juan. HEX triplet: 3C, 57 and 63. RGB value is (60,87,99). Sum of RGB (Red+Green+Blue) = 60+87+99=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5763 is #C3A89C. Grayscale: #505050. Windows color (decimal): -12822685 or 6510396. OLE color: 6510396.
HSL color Cylindrical-coordinate representation of color #3C5763: hue angle of 198.46º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5763 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 87 | 99 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.61 |
| HSL | 198.46º | 0.25% | 0.31% | - |
| HSV(B) | 198.46º | 0.39% | 0.39% | - |
| XYZ | 7.52 | 8.68 | 13.08 | - |
| YUV | 80.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 99 | 0.39 | 0.12 | 0 | 0.61 | 198.46 | 0.25 | 0.31 |
| Hex | 3C | 57 | 63 | 27 | C | 0 | 3D | C6 | 19 | 1F |
| Octal | 74 | 127 | 143 | 47 | 14 | 0 | 75 | 306 | 31 | 37 |
| Binary | 111100 | 1010111 | 1100011 | 100111 | 1100 | 0 | 111101 | 11000110 | 11001 | 11111 |
Color Harmonies of #3C5763
Complementary color
Monochromatic Colors of #3C5763
Black with #3C5763
Text Example
Text Example
White with #3C5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5763; }
p { color: rgb(60,87,99); }
H1.HeaderClassName
{
color: #3C5763;
}
.AnyTagClassName
{
color: #3C5763;
}
</style>
background-color css
<style>
a { background-color: #3C5763; }
a { background-color: rgb(60,87,99); }
div.DivClassName
{
background-color: #3C5763;
}
.BgClassName
{
background-color: #3C5763;
}
</style>
border-color css
<style>
span { border-color: #3C5763; }
span { border-color: rgb(60,87,99); }
td.TdClassName
{
border-color: #3C5763;
}
.TagClassName
{
border-color: #3C5763;
}
</style>