#3A897C

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

Shades of Lochinvar #3A897C

Tints of Lochinvar #3A897C

Color information

#3A897C (or 0x3A897C) is unknown color: approx Lochinvar. HEX triplet: 3A, 89 and 7C. RGB value is (58,137,124). Sum of RGB (Red+Green+Blue) = 58+137+124=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #3A897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A897C is #C57683. Grayscale: #6F6F6F. Windows color (decimal): -12940932 or 8161594. OLE color: 8161594.

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

Color convert

RGB58137124-
CMYK0.5800.090.46
HSL170.13º40.51%38.24%-
HSV(B)170.13º57.66%53.73%-
XYZ14.3320.2522.22-
YUV111.9134.8389.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=18.18%
G=42.95%
B=38.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581371240.5800.090.46170.1340.5138.24
Hex3A897C3A092Eaa2926
Octal7221117472011562525146
Binary1110101000100111111001110100100110111010101010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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