Shades of San Juan #3C535F
Tints of San Juan #3C535F
RGB
CMYK
RGB Variations
Color information
#3C535F (or 0x3C535F) is known color: San Juan. HEX triplet: 3C, 53 and 5F. RGB value is (60,83,95). Sum of RGB (Red+Green+Blue) = 60+83+95=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C535F is #C3ACA0. Grayscale: #4D4D4D. Windows color (decimal): -12823713 or 6247228. OLE color: 6247228.
HSL color Cylindrical-coordinate representation of color #3C535F: hue angle of 200.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C535F is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 83 | 95 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.63 |
| HSL | 200.57º | 0.23% | 0.3% | - |
| HSV(B) | 200.57º | 0.37% | 0.37% | - |
| XYZ | 7.02 | 7.97 | 12 | - |
| YUV | 77.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 95 | 0.37 | 0.13 | 0 | 0.63 | 200.57 | 0.23 | 0.3 |
| Hex | 3C | 53 | 5F | 25 | D | 0 | 3F | C9 | 17 | 1E |
| Octal | 74 | 123 | 137 | 45 | 15 | 0 | 77 | 311 | 27 | 36 |
| Binary | 111100 | 1010011 | 1011111 | 100101 | 1101 | 0 | 111111 | 11001001 | 10111 | 11110 |
Color Harmonies of #3C535F
Complementary color
Monochromatic Colors of #3C535F
Black with #3C535F
Text Example
Text Example
White with #3C535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C535F; }
p { color: rgb(60,83,95); }
H1.HeaderClassName
{
color: #3C535F;
}
.AnyTagClassName
{
color: #3C535F;
}
</style>
background-color css
<style>
a { background-color: #3C535F; }
a { background-color: rgb(60,83,95); }
div.DivClassName
{
background-color: #3C535F;
}
.BgClassName
{
background-color: #3C535F;
}
</style>
border-color css
<style>
span { border-color: #3C535F; }
span { border-color: rgb(60,83,95); }
td.TdClassName
{
border-color: #3C535F;
}
.TagClassName
{
border-color: #3C535F;
}
</style>