Shades of Lochinvar #3E9585
Tints of Lochinvar #3E9585
RGB
CMYK
RGB Variations
Color information
#3E9585 (or 0x3E9585) is known color: Lochinvar. HEX triplet: 3E, 95 and 85. RGB value is (62,149,133). Sum of RGB (Red+Green+Blue) = 62+149+133=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #3E9585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9585 is #C16A7A. Grayscale: #797979. Windows color (decimal): -12675707 or 8754494. OLE color: 8754494.
HSL color Cylindrical-coordinate representation of color #3E9585: hue angle of 168.97º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E9585 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 149 | 133 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.42 |
| HSL | 168.97º | 0.41% | 0.41% | - |
| HSV(B) | 168.97º | 0.58% | 0.58% | - |
| XYZ | 16.97 | 24.21 | 25.97 | - |
| YUV | 121.16 | 134.68 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 149 | 133 | 0.58 | 0 | 0.11 | 0.42 | 168.97 | 0.41 | 0.41 |
| Hex | 3E | 95 | 85 | 3A | 0 | B | 2A | A9 | 29 | 29 |
| Octal | 76 | 225 | 205 | 72 | 0 | 13 | 52 | 251 | 51 | 51 |
| Binary | 111110 | 10010101 | 10000101 | 111010 | 0 | 1011 | 101010 | 10101001 | 101001 | 101001 |
Color Harmonies of #3E9585
Complementary color
Monochromatic Colors of #3E9585
Black with #3E9585
Text Example
Text Example
White with #3E9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9585; }
p { color: rgb(62,149,133); }
H1.HeaderClassName
{
color: #3E9585;
}
.AnyTagClassName
{
color: #3E9585;
}
</style>
background-color css
<style>
a { background-color: #3E9585; }
a { background-color: rgb(62,149,133); }
div.DivClassName
{
background-color: #3E9585;
}
.BgClassName
{
background-color: #3E9585;
}
</style>
border-color css
<style>
span { border-color: #3E9585; }
span { border-color: rgb(62,149,133); }
td.TdClassName
{
border-color: #3E9585;
}
.TagClassName
{
border-color: #3E9585;
}
</style>