Shades of Lochinvar #399080
Tints of Lochinvar #399080
RGB
CMYK
RGB Variations
Color information
#399080 (or 0x399080) is known color: Lochinvar. HEX triplet: 39, 90 and 80. RGB value is (57,144,128). Sum of RGB (Red+Green+Blue) = 57+144+128=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #399080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399080 is #C66F7F. Grayscale: #747474. Windows color (decimal): -13004672 or 8425529. OLE color: 8425529.
HSL color Cylindrical-coordinate representation of color #399080: hue angle of 168.97º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399080 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 144 | 128 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.44 |
| HSL | 168.97º | 0.43% | 0.39% | - |
| HSV(B) | 168.97º | 0.6% | 0.56% | - |
| XYZ | 15.56 | 22.37 | 23.92 | - |
| YUV | 116.16 | 134.68 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 128 | 0.60 | 0 | 0.11 | 0.44 | 168.97 | 0.43 | 0.39 |
| Hex | 39 | 90 | 80 | 3C | 0 | B | 2C | A9 | 2B | 27 |
| Octal | 71 | 220 | 200 | 74 | 0 | 13 | 54 | 251 | 53 | 47 |
| Binary | 111001 | 10010000 | 10000000 | 111100 | 0 | 1011 | 101100 | 10101001 | 101011 | 100111 |
Color Harmonies of #399080
Complementary color
Monochromatic Colors of #399080
Black with #399080
Text Example
Text Example
White with #399080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399080; }
p { color: rgb(57,144,128); }
H1.HeaderClassName
{
color: #399080;
}
.AnyTagClassName
{
color: #399080;
}
</style>
background-color css
<style>
a { background-color: #399080; }
a { background-color: rgb(57,144,128); }
div.DivClassName
{
background-color: #399080;
}
.BgClassName
{
background-color: #399080;
}
</style>
border-color css
<style>
span { border-color: #399080; }
span { border-color: rgb(57,144,128); }
td.TdClassName
{
border-color: #399080;
}
.TagClassName
{
border-color: #399080;
}
</style>