Shades of Lochinvar #37897B
Tints of Lochinvar #37897B
RGB
CMYK
RGB Variations
Color information
#37897B (or 0x37897B) is known color: Lochinvar. HEX triplet: 37, 89 and 7B. RGB value is (55,137,123). Sum of RGB (Red+Green+Blue) = 55+137+123=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #37897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37897B is #C87684. Grayscale: #6E6E6E. Windows color (decimal): -13137541 or 8096055. OLE color: 8096055.
HSL color Cylindrical-coordinate representation of color #37897B: hue angle of 169.76º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37897B is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 137 | 123 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.46 |
| HSL | 169.76º | 0.43% | 0.38% | - |
| HSV(B) | 169.76º | 0.6% | 0.54% | - |
| XYZ | 14.1 | 20.13 | 21.88 | - |
| YUV | 110.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 137 | 123 | 0.60 | 0 | 0.10 | 0.46 | 169.76 | 0.43 | 0.38 |
| Hex | 37 | 89 | 7B | 3C | 0 | A | 2E | AA | 2B | 26 |
| Octal | 67 | 211 | 173 | 74 | 0 | 12 | 56 | 252 | 53 | 46 |
| Binary | 110111 | 10001001 | 1111011 | 111100 | 0 | 1010 | 101110 | 10101010 | 101011 | 100110 |
Color Harmonies of #37897B
Complementary color
Monochromatic Colors of #37897B
Black with #37897B
Text Example
Text Example
White with #37897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37897B; }
p { color: rgb(55,137,123); }
H1.HeaderClassName
{
color: #37897B;
}
.AnyTagClassName
{
color: #37897B;
}
</style>
background-color css
<style>
a { background-color: #37897B; }
a { background-color: rgb(55,137,123); }
div.DivClassName
{
background-color: #37897B;
}
.BgClassName
{
background-color: #37897B;
}
</style>
border-color css
<style>
span { border-color: #37897B; }
span { border-color: rgb(55,137,123); }
td.TdClassName
{
border-color: #37897B;
}
.TagClassName
{
border-color: #37897B;
}
</style>