Shades of Lochinvar #358C7E
Tints of Lochinvar #358C7E
RGB
CMYK
RGB Variations
Color information
#358C7E (or 0x358C7E) is known color: Lochinvar. HEX triplet: 35, 8C and 7E. RGB value is (53,140,126). Sum of RGB (Red+Green+Blue) = 53+140+126=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #358C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C7E is #CA7381. Grayscale: #707070. Windows color (decimal): -13267842 or 8293429. OLE color: 8293429.
HSL color Cylindrical-coordinate representation of color #358C7E: hue angle of 170.34º 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 #358C7E is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 140 | 126 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.45 |
| HSL | 170.34º | 0.45% | 0.38% | - |
| HSV(B) | 170.34º | 0.62% | 0.55% | - |
| XYZ | 14.61 | 21.02 | 23.03 | - |
| YUV | 112.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 126 | 0.62 | 0 | 0.10 | 0.45 | 170.34 | 0.45 | 0.38 |
| Hex | 35 | 8C | 7E | 3E | 0 | A | 2D | AA | 2D | 26 |
| Octal | 65 | 214 | 176 | 76 | 0 | 12 | 55 | 252 | 55 | 46 |
| Binary | 110101 | 10001100 | 1111110 | 111110 | 0 | 1010 | 101101 | 10101010 | 101101 | 100110 |
Color Harmonies of #358C7E
Complementary color
Monochromatic Colors of #358C7E
Black with #358C7E
Text Example
Text Example
White with #358C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C7E; }
p { color: rgb(53,140,126); }
H1.HeaderClassName
{
color: #358C7E;
}
.AnyTagClassName
{
color: #358C7E;
}
</style>
background-color css
<style>
a { background-color: #358C7E; }
a { background-color: rgb(53,140,126); }
div.DivClassName
{
background-color: #358C7E;
}
.BgClassName
{
background-color: #358C7E;
}
</style>
border-color css
<style>
span { border-color: #358C7E; }
span { border-color: rgb(53,140,126); }
td.TdClassName
{
border-color: #358C7E;
}
.TagClassName
{
border-color: #358C7E;
}
</style>