Shades of Lochinvar #3B857E
Tints of Lochinvar #3B857E
RGB
CMYK
RGB Variations
Color information
#3B857E (or 0x3B857E) is known color: Lochinvar. HEX triplet: 3B, 85 and 7E. RGB value is (59,133,126). Sum of RGB (Red+Green+Blue) = 59+133+126=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #3B857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B857E is #C47A81. Grayscale: #6E6E6E. Windows color (decimal): -12876418 or 8291643. OLE color: 8291643.
HSL color Cylindrical-coordinate representation of color #3B857E: hue angle of 174.32º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B857E is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 133 | 126 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.48 |
| HSL | 174.32º | 0.39% | 0.38% | - |
| HSV(B) | 174.32º | 0.56% | 0.52% | - |
| XYZ | 13.96 | 19.21 | 22.71 | - |
| YUV | 110.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 133 | 126 | 0.56 | 0 | 0.05 | 0.48 | 174.32 | 0.39 | 0.38 |
| Hex | 3B | 85 | 7E | 38 | 0 | 5 | 30 | AE | 27 | 26 |
| Octal | 73 | 205 | 176 | 70 | 0 | 5 | 60 | 256 | 47 | 46 |
| Binary | 111011 | 10000101 | 1111110 | 111000 | 0 | 101 | 110000 | 10101110 | 100111 | 100110 |
Color Harmonies of #3B857E
Complementary color
Monochromatic Colors of #3B857E
Black with #3B857E
Text Example
Text Example
White with #3B857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B857E; }
p { color: rgb(59,133,126); }
H1.HeaderClassName
{
color: #3B857E;
}
.AnyTagClassName
{
color: #3B857E;
}
</style>
background-color css
<style>
a { background-color: #3B857E; }
a { background-color: rgb(59,133,126); }
div.DivClassName
{
background-color: #3B857E;
}
.BgClassName
{
background-color: #3B857E;
}
</style>
border-color css
<style>
span { border-color: #3B857E; }
span { border-color: rgb(59,133,126); }
td.TdClassName
{
border-color: #3B857E;
}
.TagClassName
{
border-color: #3B857E;
}
</style>