Shades of Lochinvar #3B8C7B
Tints of Lochinvar #3B8C7B
RGB
CMYK
RGB Variations
Color information
#3B8C7B (or 0x3B8C7B) is known color: Lochinvar. HEX triplet: 3B, 8C and 7B. RGB value is (59,140,123). Sum of RGB (Red+Green+Blue) = 59+140+123=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #3B8C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8C7B is #C47384. Grayscale: #717171. Windows color (decimal): -12874629 or 8096827. OLE color: 8096827.
HSL color Cylindrical-coordinate representation of color #3B8C7B: hue angle of 167.41º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8C7B is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 140 | 123 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.45 |
| HSL | 167.41º | 0.41% | 0.39% | - |
| HSV(B) | 167.41º | 0.58% | 0.55% | - |
| XYZ | 14.76 | 21.12 | 22.04 | - |
| YUV | 113.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 140 | 123 | 0.58 | 0 | 0.12 | 0.45 | 167.41 | 0.41 | 0.39 |
| Hex | 3B | 8C | 7B | 3A | 0 | C | 2D | A7 | 29 | 27 |
| Octal | 73 | 214 | 173 | 72 | 0 | 14 | 55 | 247 | 51 | 47 |
| Binary | 111011 | 10001100 | 1111011 | 111010 | 0 | 1100 | 101101 | 10100111 | 101001 | 100111 |
Color Harmonies of #3B8C7B
Complementary color
Monochromatic Colors of #3B8C7B
Black with #3B8C7B
Text Example
Text Example
White with #3B8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8C7B; }
p { color: rgb(59,140,123); }
H1.HeaderClassName
{
color: #3B8C7B;
}
.AnyTagClassName
{
color: #3B8C7B;
}
</style>
background-color css
<style>
a { background-color: #3B8C7B; }
a { background-color: rgb(59,140,123); }
div.DivClassName
{
background-color: #3B8C7B;
}
.BgClassName
{
background-color: #3B8C7B;
}
</style>
border-color css
<style>
span { border-color: #3B8C7B; }
span { border-color: rgb(59,140,123); }
td.TdClassName
{
border-color: #3B8C7B;
}
.TagClassName
{
border-color: #3B8C7B;
}
</style>