#3C736E

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

Shades of Genoa #3C736E

Tints of Genoa #3C736E

Color information

#3C736E (or 0x3C736E) is unknown color: approx Genoa. HEX triplet: 3C, 73 and 6E. RGB value is (60,115,110). Sum of RGB (Red+Green+Blue) = 60+115+110=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #3C736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C736E is #C38C91. Grayscale: #616161. Windows color (decimal): -12815506 or 7238460. OLE color: 7238460.

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

Color convert

RGB60115110-
CMYK0.4800.040.55
HSL174.55º31.43%34.31%-
HSV(B)174.55º47.83%45.1%-
XYZ10.8114.3516.95-
YUV97.98134.78100.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=21.05%
G=40.35%
B=38.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601151100.4800.040.55174.5531.4334.31
Hex3C736E300437af1f22
Octal741631566004672573742
Binary1111001110011110111011000001001101111010111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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