#3E857F

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

Shades of Lochinvar #3E857F

Tints of Lochinvar #3E857F

Color information

#3E857F (or 0x3E857F) is unknown color: approx Lochinvar. HEX triplet: 3E, 85 and 7F. RGB value is (62,133,127). Sum of RGB (Red+Green+Blue) = 62+133+127=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #3E857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E857F is #C17A80. Grayscale: #6F6F6F. Windows color (decimal): -12679809 or 8357182. OLE color: 8357182.

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

Color convert

RGB62133127-
CMYK0.5300.050.48
HSL174.93º36.41%38.24%-
HSV(B)174.93º53.38%52.16%-
XYZ14.219.3323.06-
YUV111.09136.9892.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.25%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 127 (50% from 255) = 39.44%
R=19.25%
G=41.30%
B=39.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal621331270.5300.050.48174.9336.4138.24
Hex3E857F350530af2426
Octal762051776505602574446
Binary111110100001011111111110101010111000010101111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,133,127); }

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

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

 a { background-color: rgb(62,133,127); }

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

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

 span { border-color: rgb(62,133,127); }

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