#3E8A82

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

Shades of Lochinvar #3E8A82

Tints of Lochinvar #3E8A82

Color information

#3E8A82 (or 0x3E8A82) is unknown color: approx Lochinvar. HEX triplet: 3E, 8A and 82. RGB value is (62,138,130). Sum of RGB (Red+Green+Blue) = 62+138+130=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #3E8A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8A82 is #C1757D. Grayscale: #727272. Windows color (decimal): -12678526 or 8555070. OLE color: 8555070.

HSL color Cylindrical-coordinate representation of color #3E8A82: hue angle of 173.68º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8A82 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB62138130-
CMYK0.5500.060.46
HSL173.68º38%39.22%-
HSV(B)173.68º55.07%54.12%-
XYZ15.120.8124.34-
YUV114.36136.8290.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.79%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=18.79%
G=41.82%
B=39.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal621381300.5500.060.46173.683839.22
Hex3E8A8237062Eae2627
Octal762122026706562564647
Binary1111101000101010000010110111011010111010101110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,138,130); }

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

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

 a { background-color: rgb(62,138,130); }

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

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

 span { border-color: rgb(62,138,130); }

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