Shades of Lochinvar #3F897A
Tints of Lochinvar #3F897A
RGB
CMYK
RGB Variations
Color information
#3F897A (or 0x3F897A) is known color: Lochinvar. HEX triplet: 3F, 89 and 7A. RGB value is (63,137,122). Sum of RGB (Red+Green+Blue) = 63+137+122=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #3F897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F897A is #C07685. Grayscale: #717171. Windows color (decimal): -12613254 or 8030527. OLE color: 8030527.
HSL color Cylindrical-coordinate representation of color #3F897A: hue angle of 167.84º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F897A is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 122 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.46 |
| HSL | 167.84º | 0.37% | 0.39% | - |
| HSV(B) | 167.84º | 0.54% | 0.54% | - |
| XYZ | 14.51 | 20.35 | 21.58 | - |
| YUV | 113.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 122 | 0.54 | 0 | 0.11 | 0.46 | 167.84 | 0.37 | 0.39 |
| Hex | 3F | 89 | 7A | 36 | 0 | B | 2E | A8 | 25 | 27 |
| Octal | 77 | 211 | 172 | 66 | 0 | 13 | 56 | 250 | 45 | 47 |
| Binary | 111111 | 10001001 | 1111010 | 110110 | 0 | 1011 | 101110 | 10101000 | 100101 | 100111 |
Color Harmonies of #3F897A
Complementary color
Monochromatic Colors of #3F897A
Black with #3F897A
Text Example
Text Example
White with #3F897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F897A; }
p { color: rgb(63,137,122); }
H1.HeaderClassName
{
color: #3F897A;
}
.AnyTagClassName
{
color: #3F897A;
}
</style>
background-color css
<style>
a { background-color: #3F897A; }
a { background-color: rgb(63,137,122); }
div.DivClassName
{
background-color: #3F897A;
}
.BgClassName
{
background-color: #3F897A;
}
</style>
border-color css
<style>
span { border-color: #3F897A; }
span { border-color: rgb(63,137,122); }
td.TdClassName
{
border-color: #3F897A;
}
.TagClassName
{
border-color: #3F897A;
}
</style>