#3E857E

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

Shades of Lochinvar #3E857E

Tints of Lochinvar #3E857E

Color information

#3E857E (or 0x3E857E) is unknown color: approx Lochinvar. HEX triplet: 3E, 85 and 7E. RGB value is (62,133,126). Sum of RGB (Red+Green+Blue) = 62+133+126=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #3E857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E857E is #C17A81. Grayscale: #6E6E6E. Windows color (decimal): -12679810 or 8291646. OLE color: 8291646.

HSL color Cylindrical-coordinate representation of color #3E857E: hue angle of 174.08º 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 #3E857E is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB62133126-
CMYK0.5300.050.48
HSL174.08º36.41%38.24%-
HSV(B)174.08º53.38%52.16%-
XYZ14.1419.3122.72-
YUV110.97136.4893.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.31%
GREEN value IS 133 (52.34% from 255) = 41.43%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=19.31%
G=41.43%
B=39.25%

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
Decimal621331260.5300.050.48174.0836.4138.24
Hex3E857E350530ae2426
Octal762051766505602564446
Binary111110100001011111110110101010111000010101110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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