Shades of Lochinvar #3E9085
Tints of Lochinvar #3E9085
RGB
CMYK
RGB Variations
Color information
#3E9085 (or 0x3E9085) is known color: Lochinvar. HEX triplet: 3E, 90 and 85. RGB value is (62,144,133). Sum of RGB (Red+Green+Blue) = 62+144+133=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #3E9085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9085 is #C16F7A. Grayscale: #767676. Windows color (decimal): -12676987 or 8753214. OLE color: 8753214.
HSL color Cylindrical-coordinate representation of color #3E9085: hue angle of 171.95º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E9085 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 144 | 133 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.44 |
| HSL | 171.95º | 0.4% | 0.4% | - |
| HSV(B) | 171.95º | 0.57% | 0.56% | - |
| XYZ | 16.19 | 22.66 | 25.71 | - |
| YUV | 118.23 | 136.33 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 144 | 133 | 0.57 | 0 | 0.08 | 0.44 | 171.95 | 0.4 | 0.4 |
| Hex | 3E | 90 | 85 | 39 | 0 | 8 | 2C | AC | 28 | 28 |
| Octal | 76 | 220 | 205 | 71 | 0 | 10 | 54 | 254 | 50 | 50 |
| Binary | 111110 | 10010000 | 10000101 | 111001 | 0 | 1000 | 101100 | 10101100 | 101000 | 101000 |
Color Harmonies of #3E9085
Complementary color
Monochromatic Colors of #3E9085
Black with #3E9085
Text Example
Text Example
White with #3E9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9085; }
p { color: rgb(62,144,133); }
H1.HeaderClassName
{
color: #3E9085;
}
.AnyTagClassName
{
color: #3E9085;
}
</style>
background-color css
<style>
a { background-color: #3E9085; }
a { background-color: rgb(62,144,133); }
div.DivClassName
{
background-color: #3E9085;
}
.BgClassName
{
background-color: #3E9085;
}
</style>
border-color css
<style>
span { border-color: #3E9085; }
span { border-color: rgb(62,144,133); }
td.TdClassName
{
border-color: #3E9085;
}
.TagClassName
{
border-color: #3E9085;
}
</style>