#3C746E

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

Shades of Genoa #3C746E

Tints of Genoa #3C746E

Color information

#3C746E (or 0x3C746E) is unknown color: approx Genoa. HEX triplet: 3C, 74 and 6E. RGB value is (60,116,110). Sum of RGB (Red+Green+Blue) = 60+116+110=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #3C746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C746E is #C38B91. Grayscale: #626262. Windows color (decimal): -12815250 or 7238716. OLE color: 7238716.

HSL color Cylindrical-coordinate representation of color #3C746E: hue angle of 173.57º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C746E is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB60116110-
CMYK0.4800.050.55
HSL173.57º31.82%34.51%-
HSV(B)173.57º48.28%45.49%-
XYZ10.9214.5816.99-
YUV98.57134.45100.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.98%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=20.98%
G=40.56%
B=38.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601161100.4800.050.55173.5731.8234.51
Hex3C746E300537ae2023
Octal741641566005672564043
Binary11110011101001101110110000010111011110101110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,116,110); }

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

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

 a { background-color: rgb(60,116,110); }

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

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

 span { border-color: rgb(60,116,110); }

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