Shades of San Juan #3C5762
Tints of San Juan #3C5762
RGB
CMYK
RGB Variations
Color information
#3C5762 (or 0x3C5762) is known color: San Juan. HEX triplet: 3C, 57 and 62. RGB value is (60,87,98). Sum of RGB (Red+Green+Blue) = 60+87+98=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C5762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5762 is #C3A89D. Grayscale: #505050. Windows color (decimal): -12822686 or 6444860. OLE color: 6444860.
HSL color Cylindrical-coordinate representation of color #3C5762: hue angle of 197.37º 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 #3C5762 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 87 | 98 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.62 |
| HSL | 197.37º | 0.24% | 0.31% | - |
| HSV(B) | 197.37º | 0.39% | 0.38% | - |
| XYZ | 7.48 | 8.66 | 12.83 | - |
| YUV | 80.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 98 | 0.39 | 0.11 | 0 | 0.62 | 197.37 | 0.24 | 0.31 |
| Hex | 3C | 57 | 62 | 27 | B | 0 | 3E | C5 | 18 | 1F |
| Octal | 74 | 127 | 142 | 47 | 13 | 0 | 76 | 305 | 30 | 37 |
| Binary | 111100 | 1010111 | 1100010 | 100111 | 1011 | 0 | 111110 | 11000101 | 11000 | 11111 |
Color Harmonies of #3C5762
Complementary color
Monochromatic Colors of #3C5762
Black with #3C5762
Text Example
Text Example
White with #3C5762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5762; }
p { color: rgb(60,87,98); }
H1.HeaderClassName
{
color: #3C5762;
}
.AnyTagClassName
{
color: #3C5762;
}
</style>
background-color css
<style>
a { background-color: #3C5762; }
a { background-color: rgb(60,87,98); }
div.DivClassName
{
background-color: #3C5762;
}
.BgClassName
{
background-color: #3C5762;
}
</style>
border-color css
<style>
span { border-color: #3C5762; }
span { border-color: rgb(60,87,98); }
td.TdClassName
{
border-color: #3C5762;
}
.TagClassName
{
border-color: #3C5762;
}
</style>