#3B756C

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

Shades of Genoa #3B756C

Tints of Genoa #3B756C

Color information

#3B756C (or 0x3B756C) is unknown color: approx Genoa. HEX triplet: 3B, 75 and 6C. RGB value is (59,117,108). Sum of RGB (Red+Green+Blue) = 59+117+108=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #3B756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B756C is #C48A93. Grayscale: #626262. Windows color (decimal): -12880532 or 7107899. OLE color: 7107899.

HSL color Cylindrical-coordinate representation of color #3B756C: hue angle of 170.69º 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 #3B756C is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB59117108-
CMYK0.5000.080.54
HSL170.69º32.95%34.51%-
HSV(B)170.69º49.57%45.88%-
XYZ10.8714.7416.46-
YUV98.63133.2899.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.77%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=20.77%
G=41.20%
B=38.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591171080.5000.080.54170.6932.9534.51
Hex3B756C320836ab2123
Octal7316515462010662534143
Binary111011111010111011001100100100011011010101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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