Shades of Lochinvar #3E8B82
Tints of Lochinvar #3E8B82
RGB
CMYK
RGB Variations
Color information
#3E8B82 (or 0x3E8B82) is known color: Lochinvar. HEX triplet: 3E, 8B and 82. RGB value is (62,139,130). Sum of RGB (Red+Green+Blue) = 62+139+130=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #3E8B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8B82 is #C1747D. Grayscale: #727272. Windows color (decimal): -12678270 or 8555326. OLE color: 8555326.
HSL color Cylindrical-coordinate representation of color #3E8B82: hue angle of 172.99º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8B82 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 139 | 130 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.45 |
| HSL | 172.99º | 0.38% | 0.39% | - |
| HSV(B) | 172.99º | 0.55% | 0.55% | - |
| XYZ | 15.25 | 21.1 | 24.39 | - |
| YUV | 114.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 139 | 130 | 0.55 | 0 | 0.06 | 0.45 | 172.99 | 0.38 | 0.39 |
| Hex | 3E | 8B | 82 | 37 | 0 | 6 | 2D | AD | 26 | 27 |
| Octal | 76 | 213 | 202 | 67 | 0 | 6 | 55 | 255 | 46 | 47 |
| Binary | 111110 | 10001011 | 10000010 | 110111 | 0 | 110 | 101101 | 10101101 | 100110 | 100111 |
Color Harmonies of #3E8B82
Complementary color
Monochromatic Colors of #3E8B82
Black with #3E8B82
Text Example
Text Example
White with #3E8B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8B82; }
p { color: rgb(62,139,130); }
H1.HeaderClassName
{
color: #3E8B82;
}
.AnyTagClassName
{
color: #3E8B82;
}
</style>
background-color css
<style>
a { background-color: #3E8B82; }
a { background-color: rgb(62,139,130); }
div.DivClassName
{
background-color: #3E8B82;
}
.BgClassName
{
background-color: #3E8B82;
}
</style>
border-color css
<style>
span { border-color: #3E8B82; }
span { border-color: rgb(62,139,130); }
td.TdClassName
{
border-color: #3E8B82;
}
.TagClassName
{
border-color: #3E8B82;
}
</style>