#3B877C

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

Shades of Lochinvar #3B877C

Tints of Lochinvar #3B877C

Color information

#3B877C (or 0x3B877C) is unknown color: approx Lochinvar. HEX triplet: 3B, 87 and 7C. RGB value is (59,135,124). Sum of RGB (Red+Green+Blue) = 59+135+124=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #3B877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B877C is #C47883. Grayscale: #6E6E6E. Windows color (decimal): -12875908 or 8161083. OLE color: 8161083.

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

Color convert

RGB59135124-
CMYK0.5600.080.47
HSL171.32º39.18%38.04%-
HSV(B)171.32º56.3%52.94%-
XYZ14.1119.7122.13-
YUV111.02135.3290.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=18.55%
G=42.45%
B=38.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591351240.5600.080.47171.3239.1838.04
Hex3B877C38082Fab2726
Octal7320717470010572534746
Binary1110111000011111111001110000100010111110101011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,135,124); }

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

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

 a { background-color: rgb(59,135,124); }

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

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

 span { border-color: rgb(59,135,124); }

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