Shades of San Juan #3E5968
Tints of San Juan #3E5968
RGB
CMYK
RGB Variations
Color information
#3E5968 (or 0x3E5968) is known color: San Juan. HEX triplet: 3E, 59 and 68. RGB value is (62,89,104). Sum of RGB (Red+Green+Blue) = 62+89+104=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E5968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5968 is #C1A697. Grayscale: #525252. Windows color (decimal): -12691096 or 6838590. OLE color: 6838590.
HSL color Cylindrical-coordinate representation of color #3E5968: hue angle of 201.43º 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 #3E5968 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 89 | 104 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.59 |
| HSL | 201.43º | 0.25% | 0.33% | - |
| HSV(B) | 201.43º | 0.4% | 0.41% | - |
| XYZ | 8.06 | 9.17 | 14.44 | - |
| YUV | 82.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 89 | 104 | 0.40 | 0.14 | 0 | 0.59 | 201.43 | 0.25 | 0.33 |
| Hex | 3E | 59 | 68 | 28 | E | 0 | 3B | C9 | 19 | 21 |
| Octal | 76 | 131 | 150 | 50 | 16 | 0 | 73 | 311 | 31 | 41 |
| Binary | 111110 | 1011001 | 1101000 | 101000 | 1110 | 0 | 111011 | 11001001 | 11001 | 100001 |
Color Harmonies of #3E5968
Complementary color
Monochromatic Colors of #3E5968
Black with #3E5968
Text Example
Text Example
White with #3E5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5968; }
p { color: rgb(62,89,104); }
H1.HeaderClassName
{
color: #3E5968;
}
.AnyTagClassName
{
color: #3E5968;
}
</style>
background-color css
<style>
a { background-color: #3E5968; }
a { background-color: rgb(62,89,104); }
div.DivClassName
{
background-color: #3E5968;
}
.BgClassName
{
background-color: #3E5968;
}
</style>
border-color css
<style>
span { border-color: #3E5968; }
span { border-color: rgb(62,89,104); }
td.TdClassName
{
border-color: #3E5968;
}
.TagClassName
{
border-color: #3E5968;
}
</style>