Shades of Lochinvar #3C8881
Tints of Lochinvar #3C8881
RGB
CMYK
RGB Variations
Color information
#3C8881 (or 0x3C8881) is known color: Lochinvar. HEX triplet: 3C, 88 and 81. RGB value is (60,136,129). Sum of RGB (Red+Green+Blue) = 60+136+129=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #3C8881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8881 is #C3777E. Grayscale: #707070. Windows color (decimal): -12810111 or 8489020. OLE color: 8489020.
HSL color Cylindrical-coordinate representation of color #3C8881: hue angle of 174.47º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8881 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 129 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.47 |
| HSL | 174.47º | 0.39% | 0.38% | - |
| HSV(B) | 174.47º | 0.56% | 0.53% | - |
| XYZ | 14.63 | 20.15 | 23.89 | - |
| YUV | 112.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 129 | 0.56 | 0 | 0.05 | 0.47 | 174.47 | 0.39 | 0.38 |
| Hex | 3C | 88 | 81 | 38 | 0 | 5 | 2F | AE | 27 | 26 |
| Octal | 74 | 210 | 201 | 70 | 0 | 5 | 57 | 256 | 47 | 46 |
| Binary | 111100 | 10001000 | 10000001 | 111000 | 0 | 101 | 101111 | 10101110 | 100111 | 100110 |
Color Harmonies of #3C8881
Complementary color
Monochromatic Colors of #3C8881
Black with #3C8881
Text Example
Text Example
White with #3C8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8881; }
p { color: rgb(60,136,129); }
H1.HeaderClassName
{
color: #3C8881;
}
.AnyTagClassName
{
color: #3C8881;
}
</style>
background-color css
<style>
a { background-color: #3C8881; }
a { background-color: rgb(60,136,129); }
div.DivClassName
{
background-color: #3C8881;
}
.BgClassName
{
background-color: #3C8881;
}
</style>
border-color css
<style>
span { border-color: #3C8881; }
span { border-color: rgb(60,136,129); }
td.TdClassName
{
border-color: #3C8881;
}
.TagClassName
{
border-color: #3C8881;
}
</style>