Shades of Lochinvar #3B9185
Tints of Lochinvar #3B9185
RGB
CMYK
RGB Variations
Color information
#3B9185 (or 0x3B9185) is known color: Lochinvar. HEX triplet: 3B, 91 and 85. RGB value is (59,145,133). Sum of RGB (Red+Green+Blue) = 59+145+133=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9185 is #C46E7A. Grayscale: #757575. Windows color (decimal): -12873339 or 8753467. OLE color: 8753467.
HSL color Cylindrical-coordinate representation of color #3B9185: hue angle of 171.63º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B9185 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 133 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.43 |
| HSL | 171.63º | 0.42% | 0.4% | - |
| HSV(B) | 171.63º | 0.59% | 0.57% | - |
| XYZ | 16.16 | 22.87 | 25.75 | - |
| YUV | 117.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 133 | 0.59 | 0 | 0.08 | 0.43 | 171.63 | 0.42 | 0.4 |
| Hex | 3B | 91 | 85 | 3B | 0 | 8 | 2B | AC | 2A | 28 |
| Octal | 73 | 221 | 205 | 73 | 0 | 10 | 53 | 254 | 52 | 50 |
| Binary | 111011 | 10010001 | 10000101 | 111011 | 0 | 1000 | 101011 | 10101100 | 101010 | 101000 |
Color Harmonies of #3B9185
Complementary color
Monochromatic Colors of #3B9185
Black with #3B9185
Text Example
Text Example
White with #3B9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9185; }
p { color: rgb(59,145,133); }
H1.HeaderClassName
{
color: #3B9185;
}
.AnyTagClassName
{
color: #3B9185;
}
</style>
background-color css
<style>
a { background-color: #3B9185; }
a { background-color: rgb(59,145,133); }
div.DivClassName
{
background-color: #3B9185;
}
.BgClassName
{
background-color: #3B9185;
}
</style>
border-color css
<style>
span { border-color: #3B9185; }
span { border-color: rgb(59,145,133); }
td.TdClassName
{
border-color: #3B9185;
}
.TagClassName
{
border-color: #3B9185;
}
</style>