#378E81

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

Shades of Lochinvar #378E81

Tints of Lochinvar #378E81

Color information

#378E81 (or 0x378E81) is unknown color: approx Lochinvar. HEX triplet: 37, 8E and 81. RGB value is (55,142,129). Sum of RGB (Red+Green+Blue) = 55+142+129=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #378E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378E81 is #C8717E. Grayscale: #727272. Windows color (decimal): -13136255 or 8490551. OLE color: 8490551.

HSL color Cylindrical-coordinate representation of color #378E81: hue angle of 171.03º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378E81 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB55142129-
CMYK0.6100.090.44
HSL171.03º44.16%38.63%-
HSV(B)171.03º61.27%55.69%-
XYZ15.2121.7424.16-
YUV114.51136.1885.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.87%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=16.87%
G=43.56%
B=39.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551421290.6100.090.44171.0344.1638.63
Hex378E813D092Cab2c27
Octal6721620175011542535447
Binary11011110001110100000011111010100110110010101011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,142,129); }

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

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

 a { background-color: rgb(55,142,129); }

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

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

 span { border-color: rgb(55,142,129); }

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