Shades of Lochinvar #399185
Tints of Lochinvar #399185
RGB
CMYK
RGB Variations
Color information
#399185 (or 0x399185) is known color: Lochinvar. HEX triplet: 39, 91 and 85. RGB value is (57,145,133). Sum of RGB (Red+Green+Blue) = 57+145+133=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #399185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399185 is #C66E7A. Grayscale: #757575. Windows color (decimal): -13004411 or 8753465. OLE color: 8753465.
HSL color Cylindrical-coordinate representation of color #399185: hue angle of 171.82º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399185 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 133 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.43 |
| HSL | 171.82º | 0.44% | 0.4% | - |
| HSV(B) | 171.82º | 0.61% | 0.57% | - |
| XYZ | 16.05 | 22.81 | 25.75 | - |
| YUV | 117.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 133 | 0.61 | 0 | 0.08 | 0.43 | 171.82 | 0.44 | 0.4 |
| Hex | 39 | 91 | 85 | 3D | 0 | 8 | 2B | AC | 2C | 28 |
| Octal | 71 | 221 | 205 | 75 | 0 | 10 | 53 | 254 | 54 | 50 |
| Binary | 111001 | 10010001 | 10000101 | 111101 | 0 | 1000 | 101011 | 10101100 | 101100 | 101000 |
Color Harmonies of #399185
Complementary color
Monochromatic Colors of #399185
Black with #399185
Text Example
Text Example
White with #399185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399185; }
p { color: rgb(57,145,133); }
H1.HeaderClassName
{
color: #399185;
}
.AnyTagClassName
{
color: #399185;
}
</style>
background-color css
<style>
a { background-color: #399185; }
a { background-color: rgb(57,145,133); }
div.DivClassName
{
background-color: #399185;
}
.BgClassName
{
background-color: #399185;
}
</style>
border-color css
<style>
span { border-color: #399185; }
span { border-color: rgb(57,145,133); }
td.TdClassName
{
border-color: #399185;
}
.TagClassName
{
border-color: #399185;
}
</style>