#379084

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

Shades of Lochinvar #379084

Tints of Lochinvar #379084

Color information

#379084 (or 0x379084) is unknown color: approx Lochinvar. HEX triplet: 37, 90 and 84. RGB value is (55,144,132). Sum of RGB (Red+Green+Blue) = 55+144+132=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #379084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379084 is #C86F7B. Grayscale: #737373. Windows color (decimal): -13135740 or 8687671. OLE color: 8687671.

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

Color convert

RGB55144132-
CMYK0.6200.080.44
HSL171.91º44.72%39.02%-
HSV(B)171.91º61.81%56.47%-
XYZ15.7122.4225.33-
YUV116.02137.0184.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=16.62%
G=43.50%
B=39.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551441320.6200.080.44171.9144.7239.02
Hex3790843E082Cac2d27
Octal6722020476010542545547
Binary11011110010000100001001111100100010110010101100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379084; }

 p { color: rgb(55,144,132); }

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

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

 a { background-color: rgb(55,144,132); }

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

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

 span { border-color: rgb(55,144,132); }

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