Shades of Lochinvar #3C857E
Tints of Lochinvar #3C857E
RGB
CMYK
RGB Variations
Color information
#3C857E (or 0x3C857E) is known color: Lochinvar. HEX triplet: 3C, 85 and 7E. RGB value is (60,133,126). Sum of RGB (Red+Green+Blue) = 60+133+126=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #3C857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C857E is #C37A81. Grayscale: #6E6E6E. Windows color (decimal): -12810882 or 8291644. OLE color: 8291644.
HSL color Cylindrical-coordinate representation of color #3C857E: hue angle of 174.25º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C857E is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 133 | 126 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.48 |
| HSL | 174.25º | 0.38% | 0.38% | - |
| HSV(B) | 174.25º | 0.55% | 0.52% | - |
| XYZ | 14.02 | 19.24 | 22.71 | - |
| YUV | 110.38 | 136.82 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 133 | 126 | 0.55 | 0 | 0.05 | 0.48 | 174.25 | 0.38 | 0.38 |
| Hex | 3C | 85 | 7E | 37 | 0 | 5 | 30 | AE | 26 | 26 |
| Octal | 74 | 205 | 176 | 67 | 0 | 5 | 60 | 256 | 46 | 46 |
| Binary | 111100 | 10000101 | 1111110 | 110111 | 0 | 101 | 110000 | 10101110 | 100110 | 100110 |
Color Harmonies of #3C857E
Complementary color
Monochromatic Colors of #3C857E
Black with #3C857E
Text Example
Text Example
White with #3C857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C857E; }
p { color: rgb(60,133,126); }
H1.HeaderClassName
{
color: #3C857E;
}
.AnyTagClassName
{
color: #3C857E;
}
</style>
background-color css
<style>
a { background-color: #3C857E; }
a { background-color: rgb(60,133,126); }
div.DivClassName
{
background-color: #3C857E;
}
.BgClassName
{
background-color: #3C857E;
}
</style>
border-color css
<style>
span { border-color: #3C857E; }
span { border-color: rgb(60,133,126); }
td.TdClassName
{
border-color: #3C857E;
}
.TagClassName
{
border-color: #3C857E;
}
</style>