#3B8E83

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

Shades of Lochinvar #3B8E83

Tints of Lochinvar #3B8E83

Color information

#3B8E83 (or 0x3B8E83) is unknown color: approx Lochinvar. HEX triplet: 3B, 8E and 83. RGB value is (59,142,131). Sum of RGB (Red+Green+Blue) = 59+142+131=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8E83 is #C4717C. Grayscale: #737373. Windows color (decimal): -12874109 or 8621627. OLE color: 8621627.

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

Color convert

RGB59142131-
CMYK0.5800.080.44
HSL172.05º41.29%39.41%-
HSV(B)172.05º58.45%55.69%-
XYZ15.5721.9124.88-
YUV115.93136.587.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.77%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=17.77%
G=42.77%
B=39.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591421310.5800.080.44172.0541.2939.41
Hex3B8E833A082Cac2927
Octal7321620372010542545147
Binary11101110001110100000111110100100010110010101100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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