Shades of Lochinvar #3E937D
Tints of Lochinvar #3E937D
RGB
CMYK
RGB Variations
Color information
#3E937D (or 0x3E937D) is known color: Lochinvar. HEX triplet: 3E, 93 and 7D. RGB value is (62,147,125). Sum of RGB (Red+Green+Blue) = 62+147+125=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #3E937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E937D is #C16C82. Grayscale: #777777. Windows color (decimal): -12676227 or 8229694. OLE color: 8229694.
HSL color Cylindrical-coordinate representation of color #3E937D: hue angle of 164.47º 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 #3E937D is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 147 | 125 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.42 |
| HSL | 164.47º | 0.41% | 0.41% | - |
| HSV(B) | 164.47º | 0.58% | 0.58% | - |
| XYZ | 16.12 | 23.37 | 23.06 | - |
| YUV | 119.08 | 131.34 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 125 | 0.58 | 0 | 0.15 | 0.42 | 164.47 | 0.41 | 0.41 |
| Hex | 3E | 93 | 7D | 3A | 0 | F | 2A | A4 | 29 | 29 |
| Octal | 76 | 223 | 175 | 72 | 0 | 17 | 52 | 244 | 51 | 51 |
| Binary | 111110 | 10010011 | 1111101 | 111010 | 0 | 1111 | 101010 | 10100100 | 101001 | 101001 |
Color Harmonies of #3E937D
Complementary color
Monochromatic Colors of #3E937D
Black with #3E937D
Text Example
Text Example
White with #3E937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E937D; }
p { color: rgb(62,147,125); }
H1.HeaderClassName
{
color: #3E937D;
}
.AnyTagClassName
{
color: #3E937D;
}
</style>
background-color css
<style>
a { background-color: #3E937D; }
a { background-color: rgb(62,147,125); }
div.DivClassName
{
background-color: #3E937D;
}
.BgClassName
{
background-color: #3E937D;
}
</style>
border-color css
<style>
span { border-color: #3E937D; }
span { border-color: rgb(62,147,125); }
td.TdClassName
{
border-color: #3E937D;
}
.TagClassName
{
border-color: #3E937D;
}
</style>