#3B877B

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

Shades of Lochinvar #3B877B

Tints of Lochinvar #3B877B

Color information

#3B877B (or 0x3B877B) is unknown color: approx Lochinvar. HEX triplet: 3B, 87 and 7B. RGB value is (59,135,123). Sum of RGB (Red+Green+Blue) = 59+135+123=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #3B877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B877B is #C47884. Grayscale: #6E6E6E. Windows color (decimal): -12875909 or 8095547. OLE color: 8095547.

HSL color Cylindrical-coordinate representation of color #3B877B: hue angle of 170.53º 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 #3B877B is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB59135123-
CMYK0.5600.090.47
HSL170.53º39.18%38.04%-
HSV(B)170.53º56.3%52.94%-
XYZ14.0419.6921.8-
YUV110.91134.8290.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.61%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=18.61%
G=42.59%
B=38.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591351230.5600.090.47170.5339.1838.04
Hex3B877B38092Fab2726
Octal7320717370011572534746
Binary1110111000011111110111110000100110111110101011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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