#3E8780

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

Shades of Lochinvar #3E8780

Tints of Lochinvar #3E8780

Color information

#3E8780 (or 0x3E8780) is unknown color: approx Lochinvar. HEX triplet: 3E, 87 and 80. RGB value is (62,135,128). Sum of RGB (Red+Green+Blue) = 62+135+128=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8780 is #C1787F. Grayscale: #707070. Windows color (decimal): -12679296 or 8423230. OLE color: 8423230.

HSL color Cylindrical-coordinate representation of color #3E8780: hue angle of 174.25º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8780 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB62135128-
CMYK0.5400.050.47
HSL174.25º37.06%38.63%-
HSV(B)174.25º54.07%52.94%-
XYZ14.5519.9123.5-
YUV112.37136.8292.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.08%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 128 (50.39% from 255) = 39.38%
R=19.08%
G=41.54%
B=39.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621351280.5400.050.47174.2537.0638.63
Hex3E878036052Fae2527
Octal762072006605572564547
Binary1111101000011110000000110110010110111110101110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E8780; }

 p { color: rgb(62,135,128); }

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

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

 a { background-color: rgb(62,135,128); }

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

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

 span { border-color: rgb(62,135,128); }

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