Shades of Lochinvar #3C897B
Tints of Lochinvar #3C897B
RGB
CMYK
RGB Variations
Color information
#3C897B (or 0x3C897B) is known color: Lochinvar. HEX triplet: 3C, 89 and 7B. RGB value is (60,137,123). Sum of RGB (Red+Green+Blue) = 60+137+123=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #3C897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C897B is #C37684. Grayscale: #707070. Windows color (decimal): -12809861 or 8096060. OLE color: 8096060.
HSL color Cylindrical-coordinate representation of color #3C897B: hue angle of 169.09º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C897B is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 123 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.46 |
| HSL | 169.09º | 0.39% | 0.39% | - |
| HSV(B) | 169.09º | 0.56% | 0.54% | - |
| XYZ | 14.38 | 20.28 | 21.9 | - |
| YUV | 112.38 | 133.99 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 123 | 0.56 | 0 | 0.10 | 0.46 | 169.09 | 0.39 | 0.39 |
| Hex | 3C | 89 | 7B | 38 | 0 | A | 2E | A9 | 27 | 27 |
| Octal | 74 | 211 | 173 | 70 | 0 | 12 | 56 | 251 | 47 | 47 |
| Binary | 111100 | 10001001 | 1111011 | 111000 | 0 | 1010 | 101110 | 10101001 | 100111 | 100111 |
Color Harmonies of #3C897B
Complementary color
Monochromatic Colors of #3C897B
Black with #3C897B
Text Example
Text Example
White with #3C897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C897B; }
p { color: rgb(60,137,123); }
H1.HeaderClassName
{
color: #3C897B;
}
.AnyTagClassName
{
color: #3C897B;
}
</style>
background-color css
<style>
a { background-color: #3C897B; }
a { background-color: rgb(60,137,123); }
div.DivClassName
{
background-color: #3C897B;
}
.BgClassName
{
background-color: #3C897B;
}
</style>
border-color css
<style>
span { border-color: #3C897B; }
span { border-color: rgb(60,137,123); }
td.TdClassName
{
border-color: #3C897B;
}
.TagClassName
{
border-color: #3C897B;
}
</style>