#3C897C

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

Shades of Lochinvar #3C897C

Tints of Lochinvar #3C897C

Color information

#3C897C (or 0x3C897C) is unknown color: approx Lochinvar. HEX triplet: 3C, 89 and 7C. RGB value is (60,137,124). Sum of RGB (Red+Green+Blue) = 60+137+124=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #3C897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C897C is #C37683. Grayscale: #707070. Windows color (decimal): -12809860 or 8161596. OLE color: 8161596.

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

Color convert

RGB60137124-
CMYK0.5600.090.46
HSL169.87º39.09%38.63%-
HSV(B)169.87º56.2%53.73%-
XYZ14.4520.3122.23-
YUV112.49134.4990.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.69%
GREEN value IS 137 (53.91% from 255) = 42.68%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=18.69%
G=42.68%
B=38.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601371240.5600.090.46169.8739.0938.63
Hex3C897C38092Eaa2727
Octal7421117470011562524747
Binary1111001000100111111001110000100110111010101010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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