Shades of San Juan #3A5766
Tints of San Juan #3A5766
RGB
CMYK
RGB Variations
Color information
#3A5766 (or 0x3A5766) is known color: San Juan. HEX triplet: 3A, 57 and 66. RGB value is (58,87,102). Sum of RGB (Red+Green+Blue) = 58+87+102=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A5766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5766 is #C5A899. Grayscale: #4F4F4F. Windows color (decimal): -12953754 or 6707002. OLE color: 6707002.
HSL color Cylindrical-coordinate representation of color #3A5766: hue angle of 200.45º 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 #3A5766 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 87 | 102 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.6 |
| HSL | 200.45º | 0.28% | 0.31% | - |
| HSV(B) | 200.45º | 0.43% | 0.4% | - |
| XYZ | 7.55 | 8.68 | 13.85 | - |
| YUV | 80.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 102 | 0.43 | 0.15 | 0 | 0.6 | 200.45 | 0.28 | 0.31 |
| Hex | 3A | 57 | 66 | 2B | F | 0 | 3C | C8 | 1C | 1F |
| Octal | 72 | 127 | 146 | 53 | 17 | 0 | 74 | 310 | 34 | 37 |
| Binary | 111010 | 1010111 | 1100110 | 101011 | 1111 | 0 | 111100 | 11001000 | 11100 | 11111 |
Color Harmonies of #3A5766
Complementary color
Monochromatic Colors of #3A5766
Black with #3A5766
Text Example
Text Example
White with #3A5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5766; }
p { color: rgb(58,87,102); }
H1.HeaderClassName
{
color: #3A5766;
}
.AnyTagClassName
{
color: #3A5766;
}
</style>
background-color css
<style>
a { background-color: #3A5766; }
a { background-color: rgb(58,87,102); }
div.DivClassName
{
background-color: #3A5766;
}
.BgClassName
{
background-color: #3A5766;
}
</style>
border-color css
<style>
span { border-color: #3A5766; }
span { border-color: rgb(58,87,102); }
td.TdClassName
{
border-color: #3A5766;
}
.TagClassName
{
border-color: #3A5766;
}
</style>