#3B756D

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

Shades of Genoa #3B756D

Tints of Genoa #3B756D

Color information

#3B756D (or 0x3B756D) is unknown color: approx Genoa. HEX triplet: 3B, 75 and 6D. RGB value is (59,117,109). Sum of RGB (Red+Green+Blue) = 59+117+109=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #3B756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B756D is #C48A92. Grayscale: #626262. Windows color (decimal): -12880531 or 7173435. OLE color: 7173435.

HSL color Cylindrical-coordinate representation of color #3B756D: hue angle of 171.72º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B756D is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB59117109-
CMYK0.5000.070.54
HSL171.72º32.95%34.51%-
HSV(B)171.72º49.57%45.88%-
XYZ10.9314.7616.74-
YUV98.75133.7899.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=20.70%
G=41.05%
B=38.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591171090.5000.070.54171.7232.9534.51
Hex3B756D320736ac2123
Octal731651556207662544143
Binary11101111101011101101110010011111011010101100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,117,109); }

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

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

 a { background-color: rgb(59,117,109); }

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

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

 span { border-color: rgb(59,117,109); }

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