Shades of Lochinvar #348B7C
Tints of Lochinvar #348B7C
RGB
CMYK
RGB Variations
Color information
#348B7C (or 0x348B7C) is known color: Lochinvar. HEX triplet: 34, 8B and 7C. RGB value is (52,139,124). Sum of RGB (Red+Green+Blue) = 52+139+124=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #348B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B7C is #CB7483. Grayscale: #6F6F6F. Windows color (decimal): -13333636 or 8162100. OLE color: 8162100.
HSL color Cylindrical-coordinate representation of color #348B7C: hue angle of 169.66º 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 #348B7C is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 124 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.45 |
| HSL | 169.66º | 0.46% | 0.37% | - |
| HSV(B) | 169.66º | 0.63% | 0.55% | - |
| XYZ | 14.29 | 20.65 | 22.3 | - |
| YUV | 111.28 | 135.18 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 124 | 0.63 | 0 | 0.11 | 0.45 | 169.66 | 0.46 | 0.37 |
| Hex | 34 | 8B | 7C | 3F | 0 | B | 2D | AA | 2E | 25 |
| Octal | 64 | 213 | 174 | 77 | 0 | 13 | 55 | 252 | 56 | 45 |
| Binary | 110100 | 10001011 | 1111100 | 111111 | 0 | 1011 | 101101 | 10101010 | 101110 | 100101 |
Color Harmonies of #348B7C
Complementary color
Monochromatic Colors of #348B7C
Black with #348B7C
Text Example
Text Example
White with #348B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B7C; }
p { color: rgb(52,139,124); }
H1.HeaderClassName
{
color: #348B7C;
}
.AnyTagClassName
{
color: #348B7C;
}
</style>
background-color css
<style>
a { background-color: #348B7C; }
a { background-color: rgb(52,139,124); }
div.DivClassName
{
background-color: #348B7C;
}
.BgClassName
{
background-color: #348B7C;
}
</style>
border-color css
<style>
span { border-color: #348B7C; }
span { border-color: rgb(52,139,124); }
td.TdClassName
{
border-color: #348B7C;
}
.TagClassName
{
border-color: #348B7C;
}
</style>