#3E8E83

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

Shades of Lochinvar #3E8E83

Tints of Lochinvar #3E8E83

Color information

#3E8E83 (or 0x3E8E83) is unknown color: approx Lochinvar. HEX triplet: 3E, 8E and 83. RGB value is (62,142,131). Sum of RGB (Red+Green+Blue) = 62+142+131=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #3E8E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8E83 is #C1717C. Grayscale: #747474. Windows color (decimal): -12677501 or 8621630. OLE color: 8621630.

HSL color Cylindrical-coordinate representation of color #3E8E83: hue angle of 171.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8E83 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB62142131-
CMYK0.5600.080.44
HSL171.75º39.22%40%-
HSV(B)171.75º56.34%55.69%-
XYZ15.7622.0124.89-
YUV116.8313688.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.51%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=18.51%
G=42.39%
B=39.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621421310.5600.080.44171.7539.2240
Hex3E8E8338082Cac2728
Octal7621620370010542544750
Binary11111010001110100000111110000100010110010101100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,142,131); }

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

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

 a { background-color: rgb(62,142,131); }

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

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

 span { border-color: rgb(62,142,131); }

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