Shades of San Juan #3A5666
Tints of San Juan #3A5666
RGB
CMYK
RGB Variations
Color information
#3A5666 (or 0x3A5666) is known color: San Juan. HEX triplet: 3A, 56 and 66. RGB value is (58,86,102). Sum of RGB (Red+Green+Blue) = 58+86+102=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A5666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5666 is #C5A999. Grayscale: #4F4F4F. Windows color (decimal): -12954010 or 6706746. OLE color: 6706746.
HSL color Cylindrical-coordinate representation of color #3A5666: hue angle of 201.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A5666 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 86 | 102 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.6 |
| HSL | 201.82º | 0.28% | 0.31% | - |
| HSV(B) | 201.82º | 0.43% | 0.4% | - |
| XYZ | 7.47 | 8.51 | 13.82 | - |
| YUV | 79.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 102 | 0.43 | 0.16 | 0 | 0.6 | 201.82 | 0.28 | 0.31 |
| Hex | 3A | 56 | 66 | 2B | 10 | 0 | 3C | CA | 1C | 1F |
| Octal | 72 | 126 | 146 | 53 | 20 | 0 | 74 | 312 | 34 | 37 |
| Binary | 111010 | 1010110 | 1100110 | 101011 | 10000 | 0 | 111100 | 11001010 | 11100 | 11111 |
Color Harmonies of #3A5666
Complementary color
Monochromatic Colors of #3A5666
Black with #3A5666
Text Example
Text Example
White with #3A5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5666; }
p { color: rgb(58,86,102); }
H1.HeaderClassName
{
color: #3A5666;
}
.AnyTagClassName
{
color: #3A5666;
}
</style>
background-color css
<style>
a { background-color: #3A5666; }
a { background-color: rgb(58,86,102); }
div.DivClassName
{
background-color: #3A5666;
}
.BgClassName
{
background-color: #3A5666;
}
</style>
border-color css
<style>
span { border-color: #3A5666; }
span { border-color: rgb(58,86,102); }
td.TdClassName
{
border-color: #3A5666;
}
.TagClassName
{
border-color: #3A5666;
}
</style>