Shades of Lochinvar #358C80
Tints of Lochinvar #358C80
RGB
CMYK
RGB Variations
Color information
#358C80 (or 0x358C80) is known color: Lochinvar. HEX triplet: 35, 8C and 80. RGB value is (53,140,128). Sum of RGB (Red+Green+Blue) = 53+140+128=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #358C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358C80 is #CA737F. Grayscale: #707070. Windows color (decimal): -13267840 or 8424501. OLE color: 8424501.
HSL color Cylindrical-coordinate representation of color #358C80: hue angle of 171.72º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358C80 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 140 | 128 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.45 |
| HSL | 171.72º | 0.45% | 0.38% | - |
| HSV(B) | 171.72º | 0.62% | 0.55% | - |
| XYZ | 14.74 | 21.07 | 23.71 | - |
| YUV | 112.62 | 136.68 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 128 | 0.62 | 0 | 0.09 | 0.45 | 171.72 | 0.45 | 0.38 |
| Hex | 35 | 8C | 80 | 3E | 0 | 9 | 2D | AC | 2D | 26 |
| Octal | 65 | 214 | 200 | 76 | 0 | 11 | 55 | 254 | 55 | 46 |
| Binary | 110101 | 10001100 | 10000000 | 111110 | 0 | 1001 | 101101 | 10101100 | 101101 | 100110 |
Color Harmonies of #358C80
Complementary color
Monochromatic Colors of #358C80
Black with #358C80
Text Example
Text Example
White with #358C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C80; }
p { color: rgb(53,140,128); }
H1.HeaderClassName
{
color: #358C80;
}
.AnyTagClassName
{
color: #358C80;
}
</style>
background-color css
<style>
a { background-color: #358C80; }
a { background-color: rgb(53,140,128); }
div.DivClassName
{
background-color: #358C80;
}
.BgClassName
{
background-color: #358C80;
}
</style>
border-color css
<style>
span { border-color: #358C80; }
span { border-color: rgb(53,140,128); }
td.TdClassName
{
border-color: #358C80;
}
.TagClassName
{
border-color: #358C80;
}
</style>