Shades of San Juan #3E545E
Tints of San Juan #3E545E
RGB
CMYK
RGB Variations
Color information
#3E545E (or 0x3E545E) is known color: San Juan. HEX triplet: 3E, 54 and 5E. RGB value is (62,84,94). Sum of RGB (Red+Green+Blue) = 62+84+94=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E545E is #C1ABA1. Grayscale: #4E4E4E. Windows color (decimal): -12692386 or 6181950. OLE color: 6181950.
HSL color Cylindrical-coordinate representation of color #3E545E: hue angle of 198.75º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E545E is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 84 | 94 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.63 |
| HSL | 198.75º | 0.21% | 0.31% | - |
| HSV(B) | 198.75º | 0.34% | 0.37% | - |
| XYZ | 7.18 | 8.17 | 11.79 | - |
| YUV | 78.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 94 | 0.34 | 0.11 | 0 | 0.63 | 198.75 | 0.21 | 0.31 |
| Hex | 3E | 54 | 5E | 22 | B | 0 | 3F | C7 | 15 | 1F |
| Octal | 76 | 124 | 136 | 42 | 13 | 0 | 77 | 307 | 25 | 37 |
| Binary | 111110 | 1010100 | 1011110 | 100010 | 1011 | 0 | 111111 | 11000111 | 10101 | 11111 |
Color Harmonies of #3E545E
Complementary color
Monochromatic Colors of #3E545E
Black with #3E545E
Text Example
Text Example
White with #3E545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E545E; }
p { color: rgb(62,84,94); }
H1.HeaderClassName
{
color: #3E545E;
}
.AnyTagClassName
{
color: #3E545E;
}
</style>
background-color css
<style>
a { background-color: #3E545E; }
a { background-color: rgb(62,84,94); }
div.DivClassName
{
background-color: #3E545E;
}
.BgClassName
{
background-color: #3E545E;
}
</style>
border-color css
<style>
span { border-color: #3E545E; }
span { border-color: rgb(62,84,94); }
td.TdClassName
{
border-color: #3E545E;
}
.TagClassName
{
border-color: #3E545E;
}
</style>