#3E927E

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

Shades of Lochinvar #3E927E

Tints of Lochinvar #3E927E

Color information

#3E927E (or 0x3E927E) is unknown color: approx Lochinvar. HEX triplet: 3E, 92 and 7E. RGB value is (62,146,126). Sum of RGB (Red+Green+Blue) = 62+146+126=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #3E927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E927E is #C16D81. Grayscale: #767676. Windows color (decimal): -12676482 or 8294974. OLE color: 8294974.

HSL color Cylindrical-coordinate representation of color #3E927E: hue angle of 165.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E927E is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB62146126-
CMYK0.5800.140.43
HSL165.71º40.38%40.78%-
HSV(B)165.71º57.53%57.25%-
XYZ16.0323.0923.35-
YUV118.6132.1787.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.56%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=18.56%
G=43.71%
B=37.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal621461260.5800.140.43165.7140.3840.78
Hex3E927E3A0E2Ba62829
Octal7622217672016532465051
Binary1111101001001011111101110100111010101110100110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,146,126); }

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

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

 a { background-color: rgb(62,146,126); }

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

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

 span { border-color: rgb(62,146,126); }

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