Shades of Lochinvar #348B7E
Tints of Lochinvar #348B7E
RGB
CMYK
RGB Variations
Color information
#348B7E (or 0x348B7E) is known color: Lochinvar. HEX triplet: 34, 8B and 7E. RGB value is (52,139,126). Sum of RGB (Red+Green+Blue) = 52+139+126=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #348B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B7E is #CB7481. Grayscale: #6F6F6F. Windows color (decimal): -13333634 or 8293172. OLE color: 8293172.
HSL color Cylindrical-coordinate representation of color #348B7E: hue angle of 171.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B7E is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 126 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.45 |
| HSL | 171.03º | 0.46% | 0.37% | - |
| HSV(B) | 171.03º | 0.63% | 0.55% | - |
| XYZ | 14.41 | 20.7 | 22.97 | - |
| YUV | 111.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 126 | 0.63 | 0 | 0.09 | 0.45 | 171.03 | 0.46 | 0.37 |
| Hex | 34 | 8B | 7E | 3F | 0 | 9 | 2D | AB | 2E | 25 |
| Octal | 64 | 213 | 176 | 77 | 0 | 11 | 55 | 253 | 56 | 45 |
| Binary | 110100 | 10001011 | 1111110 | 111111 | 0 | 1001 | 101101 | 10101011 | 101110 | 100101 |
Color Harmonies of #348B7E
Complementary color
Monochromatic Colors of #348B7E
Black with #348B7E
Text Example
Text Example
White with #348B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B7E; }
p { color: rgb(52,139,126); }
H1.HeaderClassName
{
color: #348B7E;
}
.AnyTagClassName
{
color: #348B7E;
}
</style>
background-color css
<style>
a { background-color: #348B7E; }
a { background-color: rgb(52,139,126); }
div.DivClassName
{
background-color: #348B7E;
}
.BgClassName
{
background-color: #348B7E;
}
</style>
border-color css
<style>
span { border-color: #348B7E; }
span { border-color: rgb(52,139,126); }
td.TdClassName
{
border-color: #348B7E;
}
.TagClassName
{
border-color: #348B7E;
}
</style>