Shades of San Juan #3A5867
Tints of San Juan #3A5867
RGB
CMYK
RGB Variations
Color information
#3A5867 (or 0x3A5867) is known color: San Juan. HEX triplet: 3A, 58 and 67. RGB value is (58,88,103). Sum of RGB (Red+Green+Blue) = 58+88+103=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A5867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5867 is #C5A798. Grayscale: #505050. Windows color (decimal): -12953497 or 6772794. OLE color: 6772794.
HSL color Cylindrical-coordinate representation of color #3A5867: hue angle of 200º 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 #3A5867 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 88 | 103 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.60 |
| HSL | 200º | 0.28% | 0.32% | - |
| HSV(B) | 200º | 0.44% | 0.4% | - |
| XYZ | 7.68 | 8.86 | 14.14 | - |
| YUV | 80.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 103 | 0.44 | 0.15 | 0 | 0.60 | 200 | 0.28 | 0.32 |
| Hex | 3A | 58 | 67 | 2C | F | 0 | 3C | C8 | 1C | 20 |
| Octal | 72 | 130 | 147 | 54 | 17 | 0 | 74 | 310 | 34 | 40 |
| Binary | 111010 | 1011000 | 1100111 | 101100 | 1111 | 0 | 111100 | 11001000 | 11100 | 100000 |
Color Harmonies of #3A5867
Complementary color
Monochromatic Colors of #3A5867
Black with #3A5867
Text Example
Text Example
White with #3A5867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5867; }
p { color: rgb(58,88,103); }
H1.HeaderClassName
{
color: #3A5867;
}
.AnyTagClassName
{
color: #3A5867;
}
</style>
background-color css
<style>
a { background-color: #3A5867; }
a { background-color: rgb(58,88,103); }
div.DivClassName
{
background-color: #3A5867;
}
.BgClassName
{
background-color: #3A5867;
}
</style>
border-color css
<style>
span { border-color: #3A5867; }
span { border-color: rgb(58,88,103); }
td.TdClassName
{
border-color: #3A5867;
}
.TagClassName
{
border-color: #3A5867;
}
</style>