Shades of San Juan #3E5561
Tints of San Juan #3E5561
RGB
CMYK
RGB Variations
Color information
#3E5561 (or 0x3E5561) is known color: San Juan. HEX triplet: 3E, 55 and 61. RGB value is (62,85,97). Sum of RGB (Red+Green+Blue) = 62+85+97=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E5561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5561 is #C1AA9E. Grayscale: #4F4F4F. Windows color (decimal): -12692127 or 6378814. OLE color: 6378814.
HSL color Cylindrical-coordinate representation of color #3E5561: hue angle of 200.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E5561 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 85 | 97 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.62 |
| HSL | 200.57º | 0.22% | 0.31% | - |
| HSV(B) | 200.57º | 0.36% | 0.38% | - |
| XYZ | 7.39 | 8.38 | 12.54 | - |
| YUV | 79.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 97 | 0.36 | 0.12 | 0 | 0.62 | 200.57 | 0.22 | 0.31 |
| Hex | 3E | 55 | 61 | 24 | C | 0 | 3E | C9 | 16 | 1F |
| Octal | 76 | 125 | 141 | 44 | 14 | 0 | 76 | 311 | 26 | 37 |
| Binary | 111110 | 1010101 | 1100001 | 100100 | 1100 | 0 | 111110 | 11001001 | 10110 | 11111 |
Color Harmonies of #3E5561
Complementary color
Monochromatic Colors of #3E5561
Black with #3E5561
Text Example
Text Example
White with #3E5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5561; }
p { color: rgb(62,85,97); }
H1.HeaderClassName
{
color: #3E5561;
}
.AnyTagClassName
{
color: #3E5561;
}
</style>
background-color css
<style>
a { background-color: #3E5561; }
a { background-color: rgb(62,85,97); }
div.DivClassName
{
background-color: #3E5561;
}
.BgClassName
{
background-color: #3E5561;
}
</style>
border-color css
<style>
span { border-color: #3E5561; }
span { border-color: rgb(62,85,97); }
td.TdClassName
{
border-color: #3E5561;
}
.TagClassName
{
border-color: #3E5561;
}
</style>