#3B877A

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

Shades of Lochinvar #3B877A

Tints of Lochinvar #3B877A

Color information

#3B877A (or 0x3B877A) is unknown color: approx Lochinvar. HEX triplet: 3B, 87 and 7A. RGB value is (59,135,122). Sum of RGB (Red+Green+Blue) = 59+135+122=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #3B877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B877A is #C47885. Grayscale: #6E6E6E. Windows color (decimal): -12875910 or 8030011. OLE color: 8030011.

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

Color convert

RGB59135122-
CMYK0.5600.100.47
HSL169.74º39.18%38.04%-
HSV(B)169.74º56.3%52.94%-
XYZ13.9819.6621.47-
YUV110.79134.3291.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.67%
GREEN value IS 135 (53.12% from 255) = 42.72%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=18.67%
G=42.72%
B=38.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591351220.5600.100.47169.7439.1838.04
Hex3B877A380A2Faa2726
Octal7320717270012572524746
Binary1110111000011111110101110000101010111110101010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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