Shades of San Juan #3E5D68
Tints of San Juan #3E5D68
RGB
CMYK
RGB Variations
Color information
#3E5D68 (or 0x3E5D68) is known color: San Juan. HEX triplet: 3E, 5D and 68. RGB value is (62,93,104). Sum of RGB (Red+Green+Blue) = 62+93+104=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E5D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5D68 is #C1A297. Grayscale: #545454. Windows color (decimal): -12690072 or 6839614. OLE color: 6839614.
HSL color Cylindrical-coordinate representation of color #3E5D68: hue angle of 195.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E5D68 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 93 | 104 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.59 |
| HSL | 195.71º | 0.25% | 0.33% | - |
| HSV(B) | 195.71º | 0.4% | 0.41% | - |
| XYZ | 8.4 | 9.85 | 14.56 | - |
| YUV | 84.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 104 | 0.40 | 0.11 | 0 | 0.59 | 195.71 | 0.25 | 0.33 |
| Hex | 3E | 5D | 68 | 28 | B | 0 | 3B | C4 | 19 | 21 |
| Octal | 76 | 135 | 150 | 50 | 13 | 0 | 73 | 304 | 31 | 41 |
| Binary | 111110 | 1011101 | 1101000 | 101000 | 1011 | 0 | 111011 | 11000100 | 11001 | 100001 |
Color Harmonies of #3E5D68
Complementary color
Monochromatic Colors of #3E5D68
Black with #3E5D68
Text Example
Text Example
White with #3E5D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5D68; }
p { color: rgb(62,93,104); }
H1.HeaderClassName
{
color: #3E5D68;
}
.AnyTagClassName
{
color: #3E5D68;
}
</style>
background-color css
<style>
a { background-color: #3E5D68; }
a { background-color: rgb(62,93,104); }
div.DivClassName
{
background-color: #3E5D68;
}
.BgClassName
{
background-color: #3E5D68;
}
</style>
border-color css
<style>
span { border-color: #3E5D68; }
span { border-color: rgb(62,93,104); }
td.TdClassName
{
border-color: #3E5D68;
}
.TagClassName
{
border-color: #3E5D68;
}
</style>