Shades of San Juan #3E515B
Tints of San Juan #3E515B
RGB
CMYK
RGB Variations
Color information
#3E515B (or 0x3E515B) is known color: San Juan. HEX triplet: 3E, 51 and 5B. RGB value is (62,81,91). Sum of RGB (Red+Green+Blue) = 62+81+91=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E515B is #C1AEA4. Grayscale: #4C4C4C. Windows color (decimal): -12693157 or 5984574. OLE color: 5984574.
HSL color Cylindrical-coordinate representation of color #3E515B: hue angle of 200.69º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E515B is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 81 | 91 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.64 |
| HSL | 200.69º | 0.19% | 0.3% | - |
| HSV(B) | 200.69º | 0.32% | 0.36% | - |
| XYZ | 6.82 | 7.66 | 11.02 | - |
| YUV | 76.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 91 | 0.32 | 0.11 | 0 | 0.64 | 200.69 | 0.19 | 0.3 |
| Hex | 3E | 51 | 5B | 20 | B | 0 | 40 | C9 | 13 | 1E |
| Octal | 76 | 121 | 133 | 40 | 13 | 0 | 100 | 311 | 23 | 36 |
| Binary | 111110 | 1010001 | 1011011 | 100000 | 1011 | 0 | 1000000 | 11001001 | 10011 | 11110 |
Color Harmonies of #3E515B
Complementary color
Monochromatic Colors of #3E515B
Black with #3E515B
Text Example
Text Example
White with #3E515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E515B; }
p { color: rgb(62,81,91); }
H1.HeaderClassName
{
color: #3E515B;
}
.AnyTagClassName
{
color: #3E515B;
}
</style>
background-color css
<style>
a { background-color: #3E515B; }
a { background-color: rgb(62,81,91); }
div.DivClassName
{
background-color: #3E515B;
}
.BgClassName
{
background-color: #3E515B;
}
</style>
border-color css
<style>
span { border-color: #3E515B; }
span { border-color: rgb(62,81,91); }
td.TdClassName
{
border-color: #3E515B;
}
.TagClassName
{
border-color: #3E515B;
}
</style>