Shades of Lochinvar #3C8880
Tints of Lochinvar #3C8880
RGB
CMYK
RGB Variations
Color information
#3C8880 (or 0x3C8880) is known color: Lochinvar. HEX triplet: 3C, 88 and 80. RGB value is (60,136,128). Sum of RGB (Red+Green+Blue) = 60+136+128=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #3C8880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8880 is #C3777F. Grayscale: #707070. Windows color (decimal): -12810112 or 8423484. OLE color: 8423484.
HSL color Cylindrical-coordinate representation of color #3C8880: hue angle of 173.68º 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 #3C8880 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 128 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.47 |
| HSL | 173.68º | 0.39% | 0.38% | - |
| HSV(B) | 173.68º | 0.56% | 0.53% | - |
| XYZ | 14.56 | 20.13 | 23.54 | - |
| YUV | 112.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 128 | 0.56 | 0 | 0.06 | 0.47 | 173.68 | 0.39 | 0.38 |
| Hex | 3C | 88 | 80 | 38 | 0 | 6 | 2F | AE | 27 | 26 |
| Octal | 74 | 210 | 200 | 70 | 0 | 6 | 57 | 256 | 47 | 46 |
| Binary | 111100 | 10001000 | 10000000 | 111000 | 0 | 110 | 101111 | 10101110 | 100111 | 100110 |
Color Harmonies of #3C8880
Complementary color
Monochromatic Colors of #3C8880
Black with #3C8880
Text Example
Text Example
White with #3C8880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8880; }
p { color: rgb(60,136,128); }
H1.HeaderClassName
{
color: #3C8880;
}
.AnyTagClassName
{
color: #3C8880;
}
</style>
background-color css
<style>
a { background-color: #3C8880; }
a { background-color: rgb(60,136,128); }
div.DivClassName
{
background-color: #3C8880;
}
.BgClassName
{
background-color: #3C8880;
}
</style>
border-color css
<style>
span { border-color: #3C8880; }
span { border-color: rgb(60,136,128); }
td.TdClassName
{
border-color: #3C8880;
}
.TagClassName
{
border-color: #3C8880;
}
</style>