Shades of San Juan #3B5669
Tints of San Juan #3B5669
RGB
CMYK
RGB Variations
Color information
#3B5669 (or 0x3B5669) is known color: San Juan. HEX triplet: 3B, 56 and 69. RGB value is (59,86,105). Sum of RGB (Red+Green+Blue) = 59+86+105=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B5669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5669 is #C4A996. Grayscale: #4F4F4F. Windows color (decimal): -12888471 or 6903355. OLE color: 6903355.
HSL color Cylindrical-coordinate representation of color #3B5669: hue angle of 204.78º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B5669 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 86 | 105 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.59 |
| HSL | 204.78º | 0.28% | 0.32% | - |
| HSV(B) | 204.78º | 0.44% | 0.41% | - |
| XYZ | 7.68 | 8.61 | 14.62 | - |
| YUV | 80.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 105 | 0.44 | 0.18 | 0 | 0.59 | 204.78 | 0.28 | 0.32 |
| Hex | 3B | 56 | 69 | 2C | 12 | 0 | 3B | CD | 1C | 20 |
| Octal | 73 | 126 | 151 | 54 | 22 | 0 | 73 | 315 | 34 | 40 |
| Binary | 111011 | 1010110 | 1101001 | 101100 | 10010 | 0 | 111011 | 11001101 | 11100 | 100000 |
Color Harmonies of #3B5669
Complementary color
Monochromatic Colors of #3B5669
Black with #3B5669
Text Example
Text Example
White with #3B5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5669; }
p { color: rgb(59,86,105); }
H1.HeaderClassName
{
color: #3B5669;
}
.AnyTagClassName
{
color: #3B5669;
}
</style>
background-color css
<style>
a { background-color: #3B5669; }
a { background-color: rgb(59,86,105); }
div.DivClassName
{
background-color: #3B5669;
}
.BgClassName
{
background-color: #3B5669;
}
</style>
border-color css
<style>
span { border-color: #3B5669; }
span { border-color: rgb(59,86,105); }
td.TdClassName
{
border-color: #3B5669;
}
.TagClassName
{
border-color: #3B5669;
}
</style>