#3A897B

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

Shades of Lochinvar #3A897B

Tints of Lochinvar #3A897B

Color information

#3A897B (or 0x3A897B) is unknown color: approx Lochinvar. HEX triplet: 3A, 89 and 7B. RGB value is (58,137,123). Sum of RGB (Red+Green+Blue) = 58+137+123=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #3A897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A897B is #C57684. Grayscale: #6F6F6F. Windows color (decimal): -12940933 or 8096058. OLE color: 8096058.

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

Color convert

RGB58137123-
CMYK0.5800.100.46
HSL169.37º40.51%38.24%-
HSV(B)169.37º57.66%53.73%-
XYZ14.2720.2221.89-
YUV111.78134.3389.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.24%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=18.24%
G=43.08%
B=38.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581371230.5800.100.46169.3740.5138.24
Hex3A897B3A0A2Ea92926
Octal7221117372012562515146
Binary1110101000100111110111110100101010111010101001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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