#3E9084

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

Shades of Lochinvar #3E9084

Tints of Lochinvar #3E9084

Color information

#3E9084 (or 0x3E9084) is unknown color: approx Lochinvar. HEX triplet: 3E, 90 and 84. RGB value is (62,144,132). Sum of RGB (Red+Green+Blue) = 62+144+132=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #3E9084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9084 is #C16F7B. Grayscale: #767676. Windows color (decimal): -12676988 or 8687678. OLE color: 8687678.

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

Color convert

RGB62144132-
CMYK0.5700.080.44
HSL171.22º39.81%40.39%-
HSV(B)171.22º56.94%56.47%-
XYZ16.1222.6425.35-
YUV118.11135.8387.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.34%
GREEN value IS 144 (56.64% from 255) = 42.60%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=18.34%
G=42.60%
B=39.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621441320.5700.080.44171.2239.8140.39
Hex3E908439082Cab2828
Octal7622020471010542535050
Binary11111010010000100001001110010100010110010101011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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