Shades of San Juan #3A5A67
Tints of San Juan #3A5A67
RGB
CMYK
RGB Variations
Color information
#3A5A67 (or 0x3A5A67) is known color: San Juan. HEX triplet: 3A, 5A and 67. RGB value is (58,90,103). Sum of RGB (Red+Green+Blue) = 58+90+103=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A5A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5A67 is #C5A598. Grayscale: #515151. Windows color (decimal): -12952985 or 6773306. OLE color: 6773306.
HSL color Cylindrical-coordinate representation of color #3A5A67: hue angle of 197.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A5A67 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 90 | 103 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.60 |
| HSL | 197.33º | 0.28% | 0.32% | - |
| HSV(B) | 197.33º | 0.44% | 0.4% | - |
| XYZ | 7.85 | 9.19 | 14.19 | - |
| YUV | 81.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 103 | 0.44 | 0.13 | 0 | 0.60 | 197.33 | 0.28 | 0.32 |
| Hex | 3A | 5A | 67 | 2C | D | 0 | 3C | C5 | 1C | 20 |
| Octal | 72 | 132 | 147 | 54 | 15 | 0 | 74 | 305 | 34 | 40 |
| Binary | 111010 | 1011010 | 1100111 | 101100 | 1101 | 0 | 111100 | 11000101 | 11100 | 100000 |
Color Harmonies of #3A5A67
Complementary color
Monochromatic Colors of #3A5A67
Black with #3A5A67
Text Example
Text Example
White with #3A5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A67; }
p { color: rgb(58,90,103); }
H1.HeaderClassName
{
color: #3A5A67;
}
.AnyTagClassName
{
color: #3A5A67;
}
</style>
background-color css
<style>
a { background-color: #3A5A67; }
a { background-color: rgb(58,90,103); }
div.DivClassName
{
background-color: #3A5A67;
}
.BgClassName
{
background-color: #3A5A67;
}
</style>
border-color css
<style>
span { border-color: #3A5A67; }
span { border-color: rgb(58,90,103); }
td.TdClassName
{
border-color: #3A5A67;
}
.TagClassName
{
border-color: #3A5A67;
}
</style>