Shades of San Juan #3A5460
Tints of San Juan #3A5460
RGB
CMYK
RGB Variations
Color information
#3A5460 (or 0x3A5460) is known color: San Juan. HEX triplet: 3A, 54 and 60. RGB value is (58,84,96). Sum of RGB (Red+Green+Blue) = 58+84+96=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5460 is #C5AB9F. Grayscale: #4D4D4D. Windows color (decimal): -12954528 or 6313018. OLE color: 6313018.
HSL color Cylindrical-coordinate representation of color #3A5460: hue angle of 198.95º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A5460 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 84 | 96 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.62 |
| HSL | 198.95º | 0.25% | 0.3% | - |
| HSV(B) | 198.95º | 0.4% | 0.38% | - |
| XYZ | 7.03 | 8.08 | 12.26 | - |
| YUV | 77.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 84 | 96 | 0.40 | 0.12 | 0 | 0.62 | 198.95 | 0.25 | 0.3 |
| Hex | 3A | 54 | 60 | 28 | C | 0 | 3E | C7 | 19 | 1E |
| Octal | 72 | 124 | 140 | 50 | 14 | 0 | 76 | 307 | 31 | 36 |
| Binary | 111010 | 1010100 | 1100000 | 101000 | 1100 | 0 | 111110 | 11000111 | 11001 | 11110 |
Color Harmonies of #3A5460
Complementary color
Monochromatic Colors of #3A5460
Black with #3A5460
Text Example
Text Example
White with #3A5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5460; }
p { color: rgb(58,84,96); }
H1.HeaderClassName
{
color: #3A5460;
}
.AnyTagClassName
{
color: #3A5460;
}
</style>
background-color css
<style>
a { background-color: #3A5460; }
a { background-color: rgb(58,84,96); }
div.DivClassName
{
background-color: #3A5460;
}
.BgClassName
{
background-color: #3A5460;
}
</style>
border-color css
<style>
span { border-color: #3A5460; }
span { border-color: rgb(58,84,96); }
td.TdClassName
{
border-color: #3A5460;
}
.TagClassName
{
border-color: #3A5460;
}
</style>