Shades of San Juan #3E545F
Tints of San Juan #3E545F
RGB
CMYK
RGB Variations
Color information
#3E545F (or 0x3E545F) is known color: San Juan. HEX triplet: 3E, 54 and 5F. RGB value is (62,84,95). Sum of RGB (Red+Green+Blue) = 62+84+95=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E545F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E545F is #C1ABA0. Grayscale: #4E4E4E. Windows color (decimal): -12692385 or 6247486. OLE color: 6247486.
HSL color Cylindrical-coordinate representation of color #3E545F: hue angle of 200º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E545F is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 84 | 95 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.63 |
| HSL | 200º | 0.21% | 0.31% | - |
| HSV(B) | 200º | 0.35% | 0.37% | - |
| XYZ | 7.22 | 8.19 | 12.03 | - |
| YUV | 78.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 95 | 0.35 | 0.12 | 0 | 0.63 | 200 | 0.21 | 0.31 |
| Hex | 3E | 54 | 5F | 23 | C | 0 | 3F | C8 | 15 | 1F |
| Octal | 76 | 124 | 137 | 43 | 14 | 0 | 77 | 310 | 25 | 37 |
| Binary | 111110 | 1010100 | 1011111 | 100011 | 1100 | 0 | 111111 | 11001000 | 10101 | 11111 |
Color Harmonies of #3E545F
Complementary color
Monochromatic Colors of #3E545F
Black with #3E545F
Text Example
Text Example
White with #3E545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E545F; }
p { color: rgb(62,84,95); }
H1.HeaderClassName
{
color: #3E545F;
}
.AnyTagClassName
{
color: #3E545F;
}
</style>
background-color css
<style>
a { background-color: #3E545F; }
a { background-color: rgb(62,84,95); }
div.DivClassName
{
background-color: #3E545F;
}
.BgClassName
{
background-color: #3E545F;
}
</style>
border-color css
<style>
span { border-color: #3E545F; }
span { border-color: rgb(62,84,95); }
td.TdClassName
{
border-color: #3E545F;
}
.TagClassName
{
border-color: #3E545F;
}
</style>