#3E8F7C

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

Shades of Lochinvar #3E8F7C

Tints of Lochinvar #3E8F7C

Color information

#3E8F7C (or 0x3E8F7C) is unknown color: approx Lochinvar. HEX triplet: 3E, 8F and 7C. RGB value is (62,143,124). Sum of RGB (Red+Green+Blue) = 62+143+124=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #3E8F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8F7C is #C17083. Grayscale: #747474. Windows color (decimal): -12677252 or 8163134. OLE color: 8163134.

HSL color Cylindrical-coordinate representation of color #3E8F7C: hue angle of 165.93º 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 #3E8F7C is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB62143124-
CMYK0.5700.130.44
HSL165.93º39.51%40.2%-
HSV(B)165.93º56.64%56.08%-
XYZ15.4522.1222.53-
YUV116.61132.1689.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.84%
GREEN value IS 143 (56.25% from 255) = 43.47%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=18.84%
G=43.47%
B=37.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621431240.5700.130.44165.9339.5140.2
Hex3E8F7C390D2Ca62828
Octal7621717471015542465050
Binary1111101000111111111001110010110110110010100110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,143,124); }

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

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

 a { background-color: rgb(62,143,124); }

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

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

 span { border-color: rgb(62,143,124); }

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