Shades of San Juan #3E5667
Tints of San Juan #3E5667
RGB
CMYK
RGB Variations
Color information
#3E5667 (or 0x3E5667) is known color: San Juan. HEX triplet: 3E, 56 and 67. RGB value is (62,86,103). Sum of RGB (Red+Green+Blue) = 62+86+103=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #3E5667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5667 is #C1A998. Grayscale: #505050. Windows color (decimal): -12691865 or 6772286. OLE color: 6772286.
HSL color Cylindrical-coordinate representation of color #3E5667: hue angle of 204.88º 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 #3E5667 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 86 | 103 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.60 |
| HSL | 204.88º | 0.25% | 0.32% | - |
| HSV(B) | 204.88º | 0.4% | 0.4% | - |
| XYZ | 7.76 | 8.66 | 14.09 | - |
| YUV | 80.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 103 | 0.40 | 0.17 | 0 | 0.60 | 204.88 | 0.25 | 0.32 |
| Hex | 3E | 56 | 67 | 28 | 11 | 0 | 3C | CD | 19 | 20 |
| Octal | 76 | 126 | 147 | 50 | 21 | 0 | 74 | 315 | 31 | 40 |
| Binary | 111110 | 1010110 | 1100111 | 101000 | 10001 | 0 | 111100 | 11001101 | 11001 | 100000 |
Color Harmonies of #3E5667
Complementary color
Monochromatic Colors of #3E5667
Black with #3E5667
Text Example
Text Example
White with #3E5667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5667; }
p { color: rgb(62,86,103); }
H1.HeaderClassName
{
color: #3E5667;
}
.AnyTagClassName
{
color: #3E5667;
}
</style>
background-color css
<style>
a { background-color: #3E5667; }
a { background-color: rgb(62,86,103); }
div.DivClassName
{
background-color: #3E5667;
}
.BgClassName
{
background-color: #3E5667;
}
</style>
border-color css
<style>
span { border-color: #3E5667; }
span { border-color: rgb(62,86,103); }
td.TdClassName
{
border-color: #3E5667;
}
.TagClassName
{
border-color: #3E5667;
}
</style>