Shades of Lochinvar #3D897B
Tints of Lochinvar #3D897B
RGB
CMYK
RGB Variations
Color information
#3D897B (or 0x3D897B) is known color: Lochinvar. HEX triplet: 3D, 89 and 7B. RGB value is (61,137,123). Sum of RGB (Red+Green+Blue) = 61+137+123=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #3D897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D897B is #C27684. Grayscale: #707070. Windows color (decimal): -12744325 or 8096061. OLE color: 8096061.
HSL color Cylindrical-coordinate representation of color #3D897B: hue angle of 168.95º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D897B is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 137 | 123 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.46 |
| HSL | 168.95º | 0.38% | 0.39% | - |
| HSV(B) | 168.95º | 0.55% | 0.54% | - |
| XYZ | 14.45 | 20.31 | 21.9 | - |
| YUV | 112.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 137 | 123 | 0.55 | 0 | 0.10 | 0.46 | 168.95 | 0.38 | 0.39 |
| Hex | 3D | 89 | 7B | 37 | 0 | A | 2E | A9 | 26 | 27 |
| Octal | 75 | 211 | 173 | 67 | 0 | 12 | 56 | 251 | 46 | 47 |
| Binary | 111101 | 10001001 | 1111011 | 110111 | 0 | 1010 | 101110 | 10101001 | 100110 | 100111 |
Color Harmonies of #3D897B
Complementary color
Monochromatic Colors of #3D897B
Black with #3D897B
Text Example
Text Example
White with #3D897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D897B; }
p { color: rgb(61,137,123); }
H1.HeaderClassName
{
color: #3D897B;
}
.AnyTagClassName
{
color: #3D897B;
}
</style>
background-color css
<style>
a { background-color: #3D897B; }
a { background-color: rgb(61,137,123); }
div.DivClassName
{
background-color: #3D897B;
}
.BgClassName
{
background-color: #3D897B;
}
</style>
border-color css
<style>
span { border-color: #3D897B; }
span { border-color: rgb(61,137,123); }
td.TdClassName
{
border-color: #3D897B;
}
.TagClassName
{
border-color: #3D897B;
}
</style>