Shades of Lochinvar #3E8A7C
Tints of Lochinvar #3E8A7C
RGB
CMYK
RGB Variations
Color information
#3E8A7C (or 0x3E8A7C) is known color: Lochinvar. HEX triplet: 3E, 8A and 7C. RGB value is (62,138,124). Sum of RGB (Red+Green+Blue) = 62+138+124=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #3E8A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8A7C is #C17583. Grayscale: #717171. Windows color (decimal): -12678532 or 8161854. OLE color: 8161854.
HSL color Cylindrical-coordinate representation of color #3E8A7C: 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 #3E8A7C is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 138 | 124 | - |
| 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.71 | 20.66 | 22.28 | - |
| YUV | 113.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 124 | 0.55 | 0 | 0.10 | 0.46 | 168.95 | 0.38 | 0.39 |
| Hex | 3E | 8A | 7C | 37 | 0 | A | 2E | A9 | 26 | 27 |
| Octal | 76 | 212 | 174 | 67 | 0 | 12 | 56 | 251 | 46 | 47 |
| Binary | 111110 | 10001010 | 1111100 | 110111 | 0 | 1010 | 101110 | 10101001 | 100110 | 100111 |
Color Harmonies of #3E8A7C
Complementary color
Monochromatic Colors of #3E8A7C
Black with #3E8A7C
Text Example
Text Example
White with #3E8A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8A7C; }
p { color: rgb(62,138,124); }
H1.HeaderClassName
{
color: #3E8A7C;
}
.AnyTagClassName
{
color: #3E8A7C;
}
</style>
background-color css
<style>
a { background-color: #3E8A7C; }
a { background-color: rgb(62,138,124); }
div.DivClassName
{
background-color: #3E8A7C;
}
.BgClassName
{
background-color: #3E8A7C;
}
</style>
border-color css
<style>
span { border-color: #3E8A7C; }
span { border-color: rgb(62,138,124); }
td.TdClassName
{
border-color: #3E8A7C;
}
.TagClassName
{
border-color: #3E8A7C;
}
</style>