#3B746E

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

Shades of Genoa #3B746E

Tints of Genoa #3B746E

Color information

#3B746E (or 0x3B746E) is unknown color: approx Genoa. HEX triplet: 3B, 74 and 6E. RGB value is (59,116,110). Sum of RGB (Red+Green+Blue) = 59+116+110=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #3B746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B746E is #C48B91. Grayscale: #626262. Windows color (decimal): -12880786 or 7238715. OLE color: 7238715.

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

Color convert

RGB59116110-
CMYK0.4900.050.55
HSL173.68º32.57%34.31%-
HSV(B)173.68º49.14%45.49%-
XYZ10.8614.5516.99-
YUV98.27134.6299.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=20.70%
G=40.70%
B=38.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal591161100.4900.050.55173.6832.5734.31
Hex3B746E310537ae2122
Octal731641566105672564142
Binary11101111101001101110110001010111011110101110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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