Shades of San Juan #3C5769
Tints of San Juan #3C5769
RGB
CMYK
RGB Variations
Color information
#3C5769 (or 0x3C5769) is known color: San Juan. HEX triplet: 3C, 57 and 69. RGB value is (60,87,105). Sum of RGB (Red+Green+Blue) = 60+87+105=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C5769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5769 is #C3A896. Grayscale: #505050. Windows color (decimal): -12822679 or 6903612. OLE color: 6903612.
HSL color Cylindrical-coordinate representation of color #3C5769: hue angle of 204º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C5769 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 87 | 105 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.59 |
| HSL | 204º | 0.27% | 0.32% | - |
| HSV(B) | 204º | 0.43% | 0.41% | - |
| XYZ | 7.82 | 8.8 | 14.65 | - |
| YUV | 80.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 105 | 0.43 | 0.17 | 0 | 0.59 | 204 | 0.27 | 0.32 |
| Hex | 3C | 57 | 69 | 2B | 11 | 0 | 3B | CC | 1B | 20 |
| Octal | 74 | 127 | 151 | 53 | 21 | 0 | 73 | 314 | 33 | 40 |
| Binary | 111100 | 1010111 | 1101001 | 101011 | 10001 | 0 | 111011 | 11001100 | 11011 | 100000 |
Color Harmonies of #3C5769
Complementary color
Monochromatic Colors of #3C5769
Black with #3C5769
Text Example
Text Example
White with #3C5769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5769; }
p { color: rgb(60,87,105); }
H1.HeaderClassName
{
color: #3C5769;
}
.AnyTagClassName
{
color: #3C5769;
}
</style>
background-color css
<style>
a { background-color: #3C5769; }
a { background-color: rgb(60,87,105); }
div.DivClassName
{
background-color: #3C5769;
}
.BgClassName
{
background-color: #3C5769;
}
</style>
border-color css
<style>
span { border-color: #3C5769; }
span { border-color: rgb(60,87,105); }
td.TdClassName
{
border-color: #3C5769;
}
.TagClassName
{
border-color: #3C5769;
}
</style>