Shades of San Juan #3C596C
Tints of San Juan #3C596C
RGB
CMYK
RGB Variations
Color information
#3C596C (or 0x3C596C) is known color: San Juan. HEX triplet: 3C, 59 and 6C. RGB value is (60,89,108). Sum of RGB (Red+Green+Blue) = 60+89+108=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C596C is #C3A693. Grayscale: #525252. Windows color (decimal): -12822164 or 7100732. OLE color: 7100732.
HSL color Cylindrical-coordinate representation of color #3C596C: hue angle of 203.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C596C is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 89 | 108 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.58 |
| HSL | 203.75º | 0.29% | 0.33% | - |
| HSV(B) | 203.75º | 0.44% | 0.42% | - |
| XYZ | 8.14 | 9.19 | 15.53 | - |
| YUV | 82.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 108 | 0.44 | 0.18 | 0 | 0.58 | 203.75 | 0.29 | 0.33 |
| Hex | 3C | 59 | 6C | 2C | 12 | 0 | 3A | CC | 1D | 21 |
| Octal | 74 | 131 | 154 | 54 | 22 | 0 | 72 | 314 | 35 | 41 |
| Binary | 111100 | 1011001 | 1101100 | 101100 | 10010 | 0 | 111010 | 11001100 | 11101 | 100001 |
Color Harmonies of #3C596C
Complementary color
Monochromatic Colors of #3C596C
Black with #3C596C
Text Example
Text Example
White with #3C596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C596C; }
p { color: rgb(60,89,108); }
H1.HeaderClassName
{
color: #3C596C;
}
.AnyTagClassName
{
color: #3C596C;
}
</style>
background-color css
<style>
a { background-color: #3C596C; }
a { background-color: rgb(60,89,108); }
div.DivClassName
{
background-color: #3C596C;
}
.BgClassName
{
background-color: #3C596C;
}
</style>
border-color css
<style>
span { border-color: #3C596C; }
span { border-color: rgb(60,89,108); }
td.TdClassName
{
border-color: #3C596C;
}
.TagClassName
{
border-color: #3C596C;
}
</style>