#3B877D

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

Shades of Lochinvar #3B877D

Tints of Lochinvar #3B877D

Color information

#3B877D (or 0x3B877D) is unknown color: approx Lochinvar. HEX triplet: 3B, 87 and 7D. RGB value is (59,135,125). Sum of RGB (Red+Green+Blue) = 59+135+125=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #3B877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B877D is #C47882. Grayscale: #6F6F6F. Windows color (decimal): -12875907 or 8226619. OLE color: 8226619.

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

Color convert

RGB59135125-
CMYK0.5600.070.47
HSL172.11º39.18%38.04%-
HSV(B)172.11º56.3%52.94%-
XYZ14.1719.7422.47-
YUV111.14135.8290.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.50%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=18.50%
G=42.32%
B=39.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591351250.5600.070.47172.1139.1838.04
Hex3B877D38072Fac2726
Octal732071757007572544746
Binary111011100001111111101111000011110111110101100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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