#379082

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

Shades of Lochinvar #379082

Tints of Lochinvar #379082

Color information

#379082 (or 0x379082) is unknown color: approx Lochinvar. HEX triplet: 37, 90 and 82. RGB value is (55,144,130). Sum of RGB (Red+Green+Blue) = 55+144+130=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #379082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379082 is #C86F7D. Grayscale: #737373. Windows color (decimal): -13135742 or 8556599. OLE color: 8556599.

HSL color Cylindrical-coordinate representation of color #379082: hue angle of 170.56º 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 #379082 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB55144130-
CMYK0.6200.100.44
HSL170.56º44.72%39.02%-
HSV(B)170.56º61.81%56.47%-
XYZ15.5822.3724.62-
YUV115.79136.0184.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=16.72%
G=43.77%
B=39.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551441300.6200.100.44170.5644.7239.02
Hex3790823E0A2Cab2d27
Octal6722020276012542535547
Binary11011110010000100000101111100101010110010101011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379082; }

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

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

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

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

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

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

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

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