#3E837B

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

Shades of Lochinvar #3E837B

Tints of Lochinvar #3E837B

Color information

#3E837B (or 0x3E837B) is unknown color: approx Lochinvar. HEX triplet: 3E, 83 and 7B. RGB value is (62,131,123). Sum of RGB (Red+Green+Blue) = 62+131+123=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #3E837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E837B is #C17C84. Grayscale: #6D6D6D. Windows color (decimal): -12680325 or 8094526. OLE color: 8094526.

HSL color Cylindrical-coordinate representation of color #3E837B: hue angle of 173.04º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E837B is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB62131123-
CMYK0.5300.060.49
HSL173.04º35.75%37.84%-
HSV(B)173.04º52.67%51.37%-
XYZ13.6818.6921.62-
YUV109.46135.6494.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.62%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=19.62%
G=41.46%
B=38.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal621311230.5300.060.49173.0435.7537.84
Hex3E837B350631ad2426
Octal762031736506612554446
Binary111110100000111111011110101011011000110101101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,131,123); }

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

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

 a { background-color: rgb(62,131,123); }

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

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

 span { border-color: rgb(62,131,123); }

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