Shades of Lochinvar #3A867F
Tints of Lochinvar #3A867F
RGB
CMYK
RGB Variations
Color information
#3A867F (or 0x3A867F) is known color: Lochinvar. HEX triplet: 3A, 86 and 7F. RGB value is (58,134,127). Sum of RGB (Red+Green+Blue) = 58+134+127=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #3A867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A867F is #C57980. Grayscale: #6E6E6E. Windows color (decimal): -12941697 or 8357434. OLE color: 8357434.
HSL color Cylindrical-coordinate representation of color #3A867F: hue angle of 174.47º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A867F is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 134 | 127 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.47 |
| HSL | 174.47º | 0.4% | 0.38% | - |
| HSV(B) | 174.47º | 0.57% | 0.53% | - |
| XYZ | 14.1 | 19.48 | 23.1 | - |
| YUV | 110.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 127 | 0.57 | 0 | 0.05 | 0.47 | 174.47 | 0.4 | 0.38 |
| Hex | 3A | 86 | 7F | 39 | 0 | 5 | 2F | AE | 28 | 26 |
| Octal | 72 | 206 | 177 | 71 | 0 | 5 | 57 | 256 | 50 | 46 |
| Binary | 111010 | 10000110 | 1111111 | 111001 | 0 | 101 | 101111 | 10101110 | 101000 | 100110 |
Color Harmonies of #3A867F
Complementary color
Monochromatic Colors of #3A867F
Black with #3A867F
Text Example
Text Example
White with #3A867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A867F; }
p { color: rgb(58,134,127); }
H1.HeaderClassName
{
color: #3A867F;
}
.AnyTagClassName
{
color: #3A867F;
}
</style>
background-color css
<style>
a { background-color: #3A867F; }
a { background-color: rgb(58,134,127); }
div.DivClassName
{
background-color: #3A867F;
}
.BgClassName
{
background-color: #3A867F;
}
</style>
border-color css
<style>
span { border-color: #3A867F; }
span { border-color: rgb(58,134,127); }
td.TdClassName
{
border-color: #3A867F;
}
.TagClassName
{
border-color: #3A867F;
}
</style>