#3E8F7D

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

Shades of Lochinvar #3E8F7D

Tints of Lochinvar #3E8F7D

Color information

#3E8F7D (or 0x3E8F7D) is unknown color: approx Lochinvar. HEX triplet: 3E, 8F and 7D. RGB value is (62,143,125). Sum of RGB (Red+Green+Blue) = 62+143+125=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #3E8F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8F7D is #C17082. Grayscale: #747474. Windows color (decimal): -12677251 or 8228670. OLE color: 8228670.

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

Color convert

RGB62143125-
CMYK0.5700.130.44
HSL166.67º39.51%40.2%-
HSV(B)166.67º56.64%56.08%-
XYZ15.5122.1522.86-
YUV116.73132.6688.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.79%
GREEN value IS 143 (56.25% from 255) = 43.33%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=18.79%
G=43.33%
B=37.88%

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
Decimal621431250.5700.130.44166.6739.5140.2
Hex3E8F7D390D2Ca72828
Octal7621717571015542475050
Binary1111101000111111111011110010110110110010100111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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