#3B897C

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

Shades of Lochinvar #3B897C

Tints of Lochinvar #3B897C

Color information

#3B897C (or 0x3B897C) is unknown color: approx Lochinvar. HEX triplet: 3B, 89 and 7C. RGB value is (59,137,124). Sum of RGB (Red+Green+Blue) = 59+137+124=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #3B897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B897C is #C47683. Grayscale: #707070. Windows color (decimal): -12875396 or 8161595. OLE color: 8161595.

HSL color Cylindrical-coordinate representation of color #3B897C: hue angle of 170º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B897C is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB59137124-
CMYK0.5700.090.46
HSL170º39.8%38.43%-
HSV(B)170º56.93%53.73%-
XYZ14.3920.2822.22-
YUV112.2134.6690.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.44%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=18.44%
G=42.81%
B=38.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591371240.5700.090.4617039.838.43
Hex3B897C39092Eaa2826
Octal7321117471011562525046
Binary1110111000100111111001110010100110111010101010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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