Shades of San Juan #3A5668
Tints of San Juan #3A5668
RGB
CMYK
RGB Variations
Color information
#3A5668 (or 0x3A5668) is known color: San Juan. HEX triplet: 3A, 56 and 68. RGB value is (58,86,104). Sum of RGB (Red+Green+Blue) = 58+86+104=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A5668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5668 is #C5A997. Grayscale: #4F4F4F. Windows color (decimal): -12954008 or 6837818. OLE color: 6837818.
HSL color Cylindrical-coordinate representation of color #3A5668: hue angle of 203.48º 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 #3A5668 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 86 | 104 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.59 |
| HSL | 203.48º | 0.28% | 0.32% | - |
| HSV(B) | 203.48º | 0.44% | 0.41% | - |
| XYZ | 7.57 | 8.55 | 14.35 | - |
| YUV | 79.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 104 | 0.44 | 0.17 | 0 | 0.59 | 203.48 | 0.28 | 0.32 |
| Hex | 3A | 56 | 68 | 2C | 11 | 0 | 3B | CB | 1C | 20 |
| Octal | 72 | 126 | 150 | 54 | 21 | 0 | 73 | 313 | 34 | 40 |
| Binary | 111010 | 1010110 | 1101000 | 101100 | 10001 | 0 | 111011 | 11001011 | 11100 | 100000 |
Color Harmonies of #3A5668
Complementary color
Monochromatic Colors of #3A5668
Black with #3A5668
Text Example
Text Example
White with #3A5668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5668; }
p { color: rgb(58,86,104); }
H1.HeaderClassName
{
color: #3A5668;
}
.AnyTagClassName
{
color: #3A5668;
}
</style>
background-color css
<style>
a { background-color: #3A5668; }
a { background-color: rgb(58,86,104); }
div.DivClassName
{
background-color: #3A5668;
}
.BgClassName
{
background-color: #3A5668;
}
</style>
border-color css
<style>
span { border-color: #3A5668; }
span { border-color: rgb(58,86,104); }
td.TdClassName
{
border-color: #3A5668;
}
.TagClassName
{
border-color: #3A5668;
}
</style>