Shades of San Juan #3C5360
Tints of San Juan #3C5360
RGB
CMYK
RGB Variations
Color information
#3C5360 (or 0x3C5360) is known color: San Juan. HEX triplet: 3C, 53 and 60. RGB value is (60,83,96). Sum of RGB (Red+Green+Blue) = 60+83+96=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C5360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5360 is #C3AC9F. Grayscale: #4D4D4D. Windows color (decimal): -12823712 or 6312764. OLE color: 6312764.
HSL color Cylindrical-coordinate representation of color #3C5360: hue angle of 201.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C5360 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 83 | 96 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.62 |
| HSL | 201.67º | 0.23% | 0.31% | - |
| HSV(B) | 201.67º | 0.38% | 0.38% | - |
| XYZ | 7.07 | 7.99 | 12.24 | - |
| YUV | 77.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 96 | 0.38 | 0.14 | 0 | 0.62 | 201.67 | 0.23 | 0.31 |
| Hex | 3C | 53 | 60 | 26 | E | 0 | 3E | CA | 17 | 1F |
| Octal | 74 | 123 | 140 | 46 | 16 | 0 | 76 | 312 | 27 | 37 |
| Binary | 111100 | 1010011 | 1100000 | 100110 | 1110 | 0 | 111110 | 11001010 | 10111 | 11111 |
Color Harmonies of #3C5360
Complementary color
Monochromatic Colors of #3C5360
Black with #3C5360
Text Example
Text Example
White with #3C5360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5360; }
p { color: rgb(60,83,96); }
H1.HeaderClassName
{
color: #3C5360;
}
.AnyTagClassName
{
color: #3C5360;
}
</style>
background-color css
<style>
a { background-color: #3C5360; }
a { background-color: rgb(60,83,96); }
div.DivClassName
{
background-color: #3C5360;
}
.BgClassName
{
background-color: #3C5360;
}
</style>
border-color css
<style>
span { border-color: #3C5360; }
span { border-color: rgb(60,83,96); }
td.TdClassName
{
border-color: #3C5360;
}
.TagClassName
{
border-color: #3C5360;
}
</style>