Shades of Lochinvar #3E8D83
Tints of Lochinvar #3E8D83
RGB
CMYK
RGB Variations
Color information
#3E8D83 (or 0x3E8D83) is known color: Lochinvar. HEX triplet: 3E, 8D and 83. RGB value is (62,141,131). Sum of RGB (Red+Green+Blue) = 62+141+131=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #3E8D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8D83 is #C1727C. Grayscale: #747474. Windows color (decimal): -12677757 or 8621374. OLE color: 8621374.
HSL color Cylindrical-coordinate representation of color #3E8D83: hue angle of 172.41º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8D83 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 141 | 131 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.45 |
| HSL | 172.41º | 0.39% | 0.4% | - |
| HSV(B) | 172.41º | 0.56% | 0.55% | - |
| XYZ | 15.61 | 21.71 | 24.84 | - |
| YUV | 116.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 131 | 0.56 | 0 | 0.07 | 0.45 | 172.41 | 0.39 | 0.4 |
| Hex | 3E | 8D | 83 | 38 | 0 | 7 | 2D | AC | 27 | 28 |
| Octal | 76 | 215 | 203 | 70 | 0 | 7 | 55 | 254 | 47 | 50 |
| Binary | 111110 | 10001101 | 10000011 | 111000 | 0 | 111 | 101101 | 10101100 | 100111 | 101000 |
Color Harmonies of #3E8D83
Complementary color
Monochromatic Colors of #3E8D83
Black with #3E8D83
Text Example
Text Example
White with #3E8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8D83; }
p { color: rgb(62,141,131); }
H1.HeaderClassName
{
color: #3E8D83;
}
.AnyTagClassName
{
color: #3E8D83;
}
</style>
background-color css
<style>
a { background-color: #3E8D83; }
a { background-color: rgb(62,141,131); }
div.DivClassName
{
background-color: #3E8D83;
}
.BgClassName
{
background-color: #3E8D83;
}
</style>
border-color css
<style>
span { border-color: #3E8D83; }
span { border-color: rgb(62,141,131); }
td.TdClassName
{
border-color: #3E8D83;
}
.TagClassName
{
border-color: #3E8D83;
}
</style>