Shades of San Juan #3C525D
Tints of San Juan #3C525D
RGB
CMYK
RGB Variations
Color information
#3C525D (or 0x3C525D) is known color: San Juan. HEX triplet: 3C, 52 and 5D. RGB value is (60,82,93). Sum of RGB (Red+Green+Blue) = 60+82+93=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C525D is #C3ADA2. Grayscale: #4C4C4C. Windows color (decimal): -12823971 or 6115900. OLE color: 6115900.
HSL color Cylindrical-coordinate representation of color #3C525D: hue angle of 200º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C525D is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 82 | 93 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.64 |
| HSL | 200º | 0.22% | 0.3% | - |
| HSV(B) | 200º | 0.35% | 0.36% | - |
| XYZ | 6.86 | 7.79 | 11.5 | - |
| YUV | 76.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 93 | 0.35 | 0.12 | 0 | 0.64 | 200 | 0.22 | 0.3 |
| Hex | 3C | 52 | 5D | 23 | C | 0 | 40 | C8 | 16 | 1E |
| Octal | 74 | 122 | 135 | 43 | 14 | 0 | 100 | 310 | 26 | 36 |
| Binary | 111100 | 1010010 | 1011101 | 100011 | 1100 | 0 | 1000000 | 11001000 | 10110 | 11110 |
Color Harmonies of #3C525D
Complementary color
Monochromatic Colors of #3C525D
Black with #3C525D
Text Example
Text Example
White with #3C525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C525D; }
p { color: rgb(60,82,93); }
H1.HeaderClassName
{
color: #3C525D;
}
.AnyTagClassName
{
color: #3C525D;
}
</style>
background-color css
<style>
a { background-color: #3C525D; }
a { background-color: rgb(60,82,93); }
div.DivClassName
{
background-color: #3C525D;
}
.BgClassName
{
background-color: #3C525D;
}
</style>
border-color css
<style>
span { border-color: #3C525D; }
span { border-color: rgb(60,82,93); }
td.TdClassName
{
border-color: #3C525D;
}
.TagClassName
{
border-color: #3C525D;
}
</style>