#3B756E

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

Shades of Genoa #3B756E

Tints of Genoa #3B756E

Color information

#3B756E (or 0x3B756E) is unknown color: approx Genoa. HEX triplet: 3B, 75 and 6E. RGB value is (59,117,110). Sum of RGB (Red+Green+Blue) = 59+117+110=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #3B756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B756E is #C48A91. Grayscale: #626262. Windows color (decimal): -12880530 or 7238971. OLE color: 7238971.

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

Color convert

RGB59117110-
CMYK0.5000.060.54
HSL172.76º32.95%34.51%-
HSV(B)172.76º49.57%45.88%-
XYZ10.9814.7817.03-
YUV98.86134.2899.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.63%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=20.63%
G=40.91%
B=38.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591171100.5000.060.54172.7632.9534.51
Hex3B756E320636ad2123
Octal731651566206662554143
Binary11101111101011101110110010011011011010101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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