Shades of San Juan #3C5462
Tints of San Juan #3C5462
RGB
CMYK
RGB Variations
Color information
#3C5462 (or 0x3C5462) is known color: San Juan. HEX triplet: 3C, 54 and 62. RGB value is (60,84,98). Sum of RGB (Red+Green+Blue) = 60+84+98=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C5462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5462 is #C3AB9D. Grayscale: #4E4E4E. Windows color (decimal): -12823454 or 6444092. OLE color: 6444092.
HSL color Cylindrical-coordinate representation of color #3C5462: hue angle of 202.11º 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 #3C5462 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 84 | 98 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.62 |
| HSL | 202.11º | 0.24% | 0.31% | - |
| HSV(B) | 202.11º | 0.39% | 0.38% | - |
| XYZ | 7.24 | 8.18 | 12.75 | - |
| YUV | 78.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 98 | 0.39 | 0.14 | 0 | 0.62 | 202.11 | 0.24 | 0.31 |
| Hex | 3C | 54 | 62 | 27 | E | 0 | 3E | CA | 18 | 1F |
| Octal | 74 | 124 | 142 | 47 | 16 | 0 | 76 | 312 | 30 | 37 |
| Binary | 111100 | 1010100 | 1100010 | 100111 | 1110 | 0 | 111110 | 11001010 | 11000 | 11111 |
Color Harmonies of #3C5462
Complementary color
Monochromatic Colors of #3C5462
Black with #3C5462
Text Example
Text Example
White with #3C5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5462; }
p { color: rgb(60,84,98); }
H1.HeaderClassName
{
color: #3C5462;
}
.AnyTagClassName
{
color: #3C5462;
}
</style>
background-color css
<style>
a { background-color: #3C5462; }
a { background-color: rgb(60,84,98); }
div.DivClassName
{
background-color: #3C5462;
}
.BgClassName
{
background-color: #3C5462;
}
</style>
border-color css
<style>
span { border-color: #3C5462; }
span { border-color: rgb(60,84,98); }
td.TdClassName
{
border-color: #3C5462;
}
.TagClassName
{
border-color: #3C5462;
}
</style>