#3E857B

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

Shades of Lochinvar #3E857B

Tints of Lochinvar #3E857B

Color information

#3E857B (or 0x3E857B) is unknown color: approx Lochinvar. HEX triplet: 3E, 85 and 7B. RGB value is (62,133,123). Sum of RGB (Red+Green+Blue) = 62+133+123=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #3E857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E857B is #C17A84. Grayscale: #6E6E6E. Windows color (decimal): -12679813 or 8095038. OLE color: 8095038.

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

Color convert

RGB62133123-
CMYK0.5300.080.48
HSL171.55º36.41%38.24%-
HSV(B)171.55º53.38%52.16%-
XYZ13.9519.2321.72-
YUV110.63134.9893.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.50%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=19.50%
G=41.82%
B=38.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal621331230.5300.080.48171.5536.4138.24
Hex3E857B350830ac2426
Octal7620517365010602544446
Binary1111101000010111110111101010100011000010101100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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