#3A897D

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

Shades of Lochinvar #3A897D

Tints of Lochinvar #3A897D

Color information

#3A897D (or 0x3A897D) is unknown color: approx Lochinvar. HEX triplet: 3A, 89 and 7D. RGB value is (58,137,125). Sum of RGB (Red+Green+Blue) = 58+137+125=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #3A897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A897D is #C57682. Grayscale: #6F6F6F. Windows color (decimal): -12940931 or 8227130. OLE color: 8227130.

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

Color convert

RGB58137125-
CMYK0.5800.090.46
HSL170.89º40.51%38.24%-
HSV(B)170.89º57.66%53.73%-
XYZ14.3920.2722.56-
YUV112.01135.3389.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.12%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 125 (49.22% from 255) = 39.06%
R=18.12%
G=42.81%
B=39.06%

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
Decimal581371250.5800.090.46170.8940.5138.24
Hex3A897D3A092Eab2926
Octal7221117572011562535146
Binary1110101000100111111011110100100110111010101011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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