Shades of San Juan #3B5C66
Tints of San Juan #3B5C66
RGB
CMYK
RGB Variations
Color information
#3B5C66 (or 0x3B5C66) is known color: San Juan. HEX triplet: 3B, 5C and 66. RGB value is (59,92,102). Sum of RGB (Red+Green+Blue) = 59+92+102=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B5C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5C66 is #C4A399. Grayscale: #535353. Windows color (decimal): -12886938 or 6708283. OLE color: 6708283.
HSL color Cylindrical-coordinate representation of color #3B5C66: hue angle of 193.95º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5C66 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 92 | 102 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.6 |
| HSL | 193.95º | 0.27% | 0.32% | - |
| HSV(B) | 193.95º | 0.42% | 0.4% | - |
| XYZ | 8.03 | 9.54 | 13.99 | - |
| YUV | 83.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 92 | 102 | 0.42 | 0.10 | 0 | 0.6 | 193.95 | 0.27 | 0.32 |
| Hex | 3B | 5C | 66 | 2A | A | 0 | 3C | C2 | 1B | 20 |
| Octal | 73 | 134 | 146 | 52 | 12 | 0 | 74 | 302 | 33 | 40 |
| Binary | 111011 | 1011100 | 1100110 | 101010 | 1010 | 0 | 111100 | 11000010 | 11011 | 100000 |
Color Harmonies of #3B5C66
Complementary color
Monochromatic Colors of #3B5C66
Black with #3B5C66
Text Example
Text Example
White with #3B5C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5C66; }
p { color: rgb(59,92,102); }
H1.HeaderClassName
{
color: #3B5C66;
}
.AnyTagClassName
{
color: #3B5C66;
}
</style>
background-color css
<style>
a { background-color: #3B5C66; }
a { background-color: rgb(59,92,102); }
div.DivClassName
{
background-color: #3B5C66;
}
.BgClassName
{
background-color: #3B5C66;
}
</style>
border-color css
<style>
span { border-color: #3B5C66; }
span { border-color: rgb(59,92,102); }
td.TdClassName
{
border-color: #3B5C66;
}
.TagClassName
{
border-color: #3B5C66;
}
</style>