#378C7E

Color #378C7E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #378C7E

Tints of Lochinvar #378C7E

Color information

#378C7E (or 0x378C7E) is unknown color: approx Lochinvar. HEX triplet: 37, 8C and 7E. RGB value is (55,140,126). Sum of RGB (Red+Green+Blue) = 55+140+126=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #378C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C7E is #C87381. Grayscale: #707070. Windows color (decimal): -13136770 or 8293431. OLE color: 8293431.

HSL color Cylindrical-coordinate representation of color #378C7E: hue angle of 170.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378C7E is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB55140126-
CMYK0.6100.100.45
HSL170.12º43.59%38.24%-
HSV(B)170.12º60.71%54.9%-
XYZ14.7221.0723.03-
YUV112.99135.3486.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 140 (55.08% from 255) = 43.61%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=17.13%
G=43.61%
B=39.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551401260.6100.100.45170.1243.5938.24
Hex378C7E3D0A2Daa2c26
Octal6721417675012552525446
Binary1101111000110011111101111010101010110110101010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378C7E; }

 p { color: rgb(55,140,126); }

 H1.HeaderClassName
 {
   color: #378C7E;
 }
 .AnyTagClassName
 {
   color: #378C7E;
 }
</style>
background-color css

<style>
 a { background-color: #378C7E; }

 a { background-color: rgb(55,140,126); }

 div.DivClassName
 {
   background-color: #378C7E;
 }
 .BgClassName
 {
   background-color: #378C7E;
 }
</style>
border-color css

<style>
 span { border-color: #378C7E; }

 span { border-color: rgb(55,140,126); }

 td.TdClassName
 {
   border-color: #378C7E;
 }
 .TagClassName
 {
   border-color: #378C7E;
 }
</style>