Shades of Lochinvar #3A897A
Tints of Lochinvar #3A897A
RGB
CMYK
RGB Variations
Color information
#3A897A (or 0x3A897A) is known color: Lochinvar. HEX triplet: 3A, 89 and 7A. RGB value is (58,137,122). Sum of RGB (Red+Green+Blue) = 58+137+122=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #3A897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A897A is #C57685. Grayscale: #6F6F6F. Windows color (decimal): -12940934 or 8030522. OLE color: 8030522.
HSL color Cylindrical-coordinate representation of color #3A897A: hue angle of 168.61º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A897A is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 122 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.46 |
| HSL | 168.61º | 0.41% | 0.38% | - |
| HSV(B) | 168.61º | 0.58% | 0.54% | - |
| XYZ | 14.2 | 20.2 | 21.56 | - |
| YUV | 111.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 122 | 0.58 | 0 | 0.11 | 0.46 | 168.61 | 0.41 | 0.38 |
| Hex | 3A | 89 | 7A | 3A | 0 | B | 2E | A9 | 29 | 26 |
| Octal | 72 | 211 | 172 | 72 | 0 | 13 | 56 | 251 | 51 | 46 |
| Binary | 111010 | 10001001 | 1111010 | 111010 | 0 | 1011 | 101110 | 10101001 | 101001 | 100110 |
Color Harmonies of #3A897A
Complementary color
Monochromatic Colors of #3A897A
Black with #3A897A
Text Example
Text Example
White with #3A897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A897A; }
p { color: rgb(58,137,122); }
H1.HeaderClassName
{
color: #3A897A;
}
.AnyTagClassName
{
color: #3A897A;
}
</style>
background-color css
<style>
a { background-color: #3A897A; }
a { background-color: rgb(58,137,122); }
div.DivClassName
{
background-color: #3A897A;
}
.BgClassName
{
background-color: #3A897A;
}
</style>
border-color css
<style>
span { border-color: #3A897A; }
span { border-color: rgb(58,137,122); }
td.TdClassName
{
border-color: #3A897A;
}
.TagClassName
{
border-color: #3A897A;
}
</style>