#3B736B

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

Shades of Genoa #3B736B

Tints of Genoa #3B736B

Color information

#3B736B (or 0x3B736B) is unknown color: approx Genoa. HEX triplet: 3B, 73 and 6B. RGB value is (59,115,107). Sum of RGB (Red+Green+Blue) = 59+115+107=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #3B736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B736B is #C48C94. Grayscale: #616161. Windows color (decimal): -12881045 or 7041851. OLE color: 7041851.

HSL color Cylindrical-coordinate representation of color #3B736B: hue angle of 171.43º degrees, saturation: 0.32, 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 #3B736B is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB59115107-
CMYK0.4900.070.55
HSL171.43º32.18%34.12%-
HSV(B)171.43º48.7%45.1%-
XYZ10.5914.2516.1-
YUV97.34133.45100.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=21.00%
G=40.93%
B=38.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal591151070.4900.070.55171.4332.1834.12
Hex3B736B310737ab2022
Octal731631536107672534042
Binary11101111100111101011110001011111011110101011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,115,107); }

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

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

 a { background-color: rgb(59,115,107); }

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

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

 span { border-color: rgb(59,115,107); }

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