Shades of San Juan #3E5C68
Tints of San Juan #3E5C68
RGB
CMYK
RGB Variations
Color information
#3E5C68 (or 0x3E5C68) is known color: San Juan. HEX triplet: 3E, 5C and 68. RGB value is (62,92,104). Sum of RGB (Red+Green+Blue) = 62+92+104=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E5C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5C68 is #C1A397. Grayscale: #545454. Windows color (decimal): -12690328 or 6839358. OLE color: 6839358.
HSL color Cylindrical-coordinate representation of color #3E5C68: hue angle of 197.14º 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 #3E5C68 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 92 | 104 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.59 |
| HSL | 197.14º | 0.25% | 0.33% | - |
| HSV(B) | 197.14º | 0.4% | 0.41% | - |
| XYZ | 8.31 | 9.68 | 14.53 | - |
| YUV | 84.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 92 | 104 | 0.40 | 0.12 | 0 | 0.59 | 197.14 | 0.25 | 0.33 |
| Hex | 3E | 5C | 68 | 28 | C | 0 | 3B | C5 | 19 | 21 |
| Octal | 76 | 134 | 150 | 50 | 14 | 0 | 73 | 305 | 31 | 41 |
| Binary | 111110 | 1011100 | 1101000 | 101000 | 1100 | 0 | 111011 | 11000101 | 11001 | 100001 |
Color Harmonies of #3E5C68
Complementary color
Monochromatic Colors of #3E5C68
Black with #3E5C68
Text Example
Text Example
White with #3E5C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5C68; }
p { color: rgb(62,92,104); }
H1.HeaderClassName
{
color: #3E5C68;
}
.AnyTagClassName
{
color: #3E5C68;
}
</style>
background-color css
<style>
a { background-color: #3E5C68; }
a { background-color: rgb(62,92,104); }
div.DivClassName
{
background-color: #3E5C68;
}
.BgClassName
{
background-color: #3E5C68;
}
</style>
border-color css
<style>
span { border-color: #3E5C68; }
span { border-color: rgb(62,92,104); }
td.TdClassName
{
border-color: #3E5C68;
}
.TagClassName
{
border-color: #3E5C68;
}
</style>