Shades of San Juan #3A5763
Tints of San Juan #3A5763
RGB
CMYK
RGB Variations
Color information
#3A5763 (or 0x3A5763) is known color: San Juan. HEX triplet: 3A, 57 and 63. RGB value is (58,87,99). Sum of RGB (Red+Green+Blue) = 58+87+99=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5763 is #C5A89C. Grayscale: #4F4F4F. Windows color (decimal): -12953757 or 6510394. OLE color: 6510394.
HSL color Cylindrical-coordinate representation of color #3A5763: hue angle of 197.56º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A5763 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 87 | 99 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.61 |
| HSL | 197.56º | 0.26% | 0.31% | - |
| HSV(B) | 197.56º | 0.41% | 0.39% | - |
| XYZ | 7.41 | 8.62 | 13.08 | - |
| YUV | 79.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 99 | 0.41 | 0.12 | 0 | 0.61 | 197.56 | 0.26 | 0.31 |
| Hex | 3A | 57 | 63 | 29 | C | 0 | 3D | C6 | 1A | 1F |
| Octal | 72 | 127 | 143 | 51 | 14 | 0 | 75 | 306 | 32 | 37 |
| Binary | 111010 | 1010111 | 1100011 | 101001 | 1100 | 0 | 111101 | 11000110 | 11010 | 11111 |
Color Harmonies of #3A5763
Complementary color
Monochromatic Colors of #3A5763
Black with #3A5763
Text Example
Text Example
White with #3A5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5763; }
p { color: rgb(58,87,99); }
H1.HeaderClassName
{
color: #3A5763;
}
.AnyTagClassName
{
color: #3A5763;
}
</style>
background-color css
<style>
a { background-color: #3A5763; }
a { background-color: rgb(58,87,99); }
div.DivClassName
{
background-color: #3A5763;
}
.BgClassName
{
background-color: #3A5763;
}
</style>
border-color css
<style>
span { border-color: #3A5763; }
span { border-color: rgb(58,87,99); }
td.TdClassName
{
border-color: #3A5763;
}
.TagClassName
{
border-color: #3A5763;
}
</style>