Shades of Lochinvar #3E867E
Tints of Lochinvar #3E867E
RGB
CMYK
RGB Variations
Color information
#3E867E (or 0x3E867E) is known color: Lochinvar. HEX triplet: 3E, 86 and 7E. RGB value is (62,134,126). Sum of RGB (Red+Green+Blue) = 62+134+126=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #3E867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E867E is #C17981. Grayscale: #6F6F6F. Windows color (decimal): -12679554 or 8291902. OLE color: 8291902.
HSL color Cylindrical-coordinate representation of color #3E867E: hue angle of 173.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E867E is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 134 | 126 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.47 |
| HSL | 173.33º | 0.37% | 0.38% | - |
| HSV(B) | 173.33º | 0.54% | 0.53% | - |
| XYZ | 14.28 | 19.58 | 22.77 | - |
| YUV | 111.56 | 136.15 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 134 | 126 | 0.54 | 0 | 0.06 | 0.47 | 173.33 | 0.37 | 0.38 |
| Hex | 3E | 86 | 7E | 36 | 0 | 6 | 2F | AD | 25 | 26 |
| Octal | 76 | 206 | 176 | 66 | 0 | 6 | 57 | 255 | 45 | 46 |
| Binary | 111110 | 10000110 | 1111110 | 110110 | 0 | 110 | 101111 | 10101101 | 100101 | 100110 |
Color Harmonies of #3E867E
Complementary color
Monochromatic Colors of #3E867E
Black with #3E867E
Text Example
Text Example
White with #3E867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E867E; }
p { color: rgb(62,134,126); }
H1.HeaderClassName
{
color: #3E867E;
}
.AnyTagClassName
{
color: #3E867E;
}
</style>
background-color css
<style>
a { background-color: #3E867E; }
a { background-color: rgb(62,134,126); }
div.DivClassName
{
background-color: #3E867E;
}
.BgClassName
{
background-color: #3E867E;
}
</style>
border-color css
<style>
span { border-color: #3E867E; }
span { border-color: rgb(62,134,126); }
td.TdClassName
{
border-color: #3E867E;
}
.TagClassName
{
border-color: #3E867E;
}
</style>