Shades of San Juan #3C5562
Tints of San Juan #3C5562
RGB
CMYK
RGB Variations
Color information
#3C5562 (or 0x3C5562) is known color: San Juan. HEX triplet: 3C, 55 and 62. RGB value is (60,85,98). Sum of RGB (Red+Green+Blue) = 60+85+98=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C5562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5562 is #C3AA9D. Grayscale: #4E4E4E. Windows color (decimal): -12823198 or 6444348. OLE color: 6444348.
HSL color Cylindrical-coordinate representation of color #3C5562: hue angle of 200.53º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5562 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 85 | 98 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.62 |
| HSL | 200.53º | 0.24% | 0.31% | - |
| HSV(B) | 200.53º | 0.39% | 0.38% | - |
| XYZ | 7.32 | 8.34 | 12.78 | - |
| YUV | 79.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 98 | 0.39 | 0.13 | 0 | 0.62 | 200.53 | 0.24 | 0.31 |
| Hex | 3C | 55 | 62 | 27 | D | 0 | 3E | C9 | 18 | 1F |
| Octal | 74 | 125 | 142 | 47 | 15 | 0 | 76 | 311 | 30 | 37 |
| Binary | 111100 | 1010101 | 1100010 | 100111 | 1101 | 0 | 111110 | 11001001 | 11000 | 11111 |
Color Harmonies of #3C5562
Complementary color
Monochromatic Colors of #3C5562
Black with #3C5562
Text Example
Text Example
White with #3C5562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5562; }
p { color: rgb(60,85,98); }
H1.HeaderClassName
{
color: #3C5562;
}
.AnyTagClassName
{
color: #3C5562;
}
</style>
background-color css
<style>
a { background-color: #3C5562; }
a { background-color: rgb(60,85,98); }
div.DivClassName
{
background-color: #3C5562;
}
.BgClassName
{
background-color: #3C5562;
}
</style>
border-color css
<style>
span { border-color: #3C5562; }
span { border-color: rgb(60,85,98); }
td.TdClassName
{
border-color: #3C5562;
}
.TagClassName
{
border-color: #3C5562;
}
</style>