Shades of San Juan #3E5D67
Tints of San Juan #3E5D67
RGB
CMYK
RGB Variations
Color information
#3E5D67 (or 0x3E5D67) is known color: San Juan. HEX triplet: 3E, 5D and 67. RGB value is (62,93,103). Sum of RGB (Red+Green+Blue) = 62+93+103=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 103 - color contains mainly: blue. Hex color #3E5D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5D67 is #C1A298. Grayscale: #545454. Windows color (decimal): -12690073 or 6774078. OLE color: 6774078.
HSL color Cylindrical-coordinate representation of color #3E5D67: hue angle of 194.63º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E5D67 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 93 | 103 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.60 |
| HSL | 194.63º | 0.25% | 0.32% | - |
| HSV(B) | 194.63º | 0.4% | 0.4% | - |
| XYZ | 8.35 | 9.83 | 14.29 | - |
| YUV | 84.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 103 | 0.40 | 0.10 | 0 | 0.60 | 194.63 | 0.25 | 0.32 |
| Hex | 3E | 5D | 67 | 28 | A | 0 | 3C | C3 | 19 | 20 |
| Octal | 76 | 135 | 147 | 50 | 12 | 0 | 74 | 303 | 31 | 40 |
| Binary | 111110 | 1011101 | 1100111 | 101000 | 1010 | 0 | 111100 | 11000011 | 11001 | 100000 |
Color Harmonies of #3E5D67
Complementary color
Monochromatic Colors of #3E5D67
Black with #3E5D67
Text Example
Text Example
White with #3E5D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5D67; }
p { color: rgb(62,93,103); }
H1.HeaderClassName
{
color: #3E5D67;
}
.AnyTagClassName
{
color: #3E5D67;
}
</style>
background-color css
<style>
a { background-color: #3E5D67; }
a { background-color: rgb(62,93,103); }
div.DivClassName
{
background-color: #3E5D67;
}
.BgClassName
{
background-color: #3E5D67;
}
</style>
border-color css
<style>
span { border-color: #3E5D67; }
span { border-color: rgb(62,93,103); }
td.TdClassName
{
border-color: #3E5D67;
}
.TagClassName
{
border-color: #3E5D67;
}
</style>