#3B746A

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

Shades of Genoa #3B746A

Tints of Genoa #3B746A

Color information

#3B746A (or 0x3B746A) is unknown color: approx Genoa. HEX triplet: 3B, 74 and 6A. RGB value is (59,116,106). Sum of RGB (Red+Green+Blue) = 59+116+106=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #3B746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B746A is #C48B95. Grayscale: #616161. Windows color (decimal): -12880790 or 6976571. OLE color: 6976571.

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

Color convert

RGB59116106-
CMYK0.4900.090.55
HSL169.47º32.57%34.31%-
HSV(B)169.47º49.14%45.49%-
XYZ10.6514.4615.87-
YUV97.82132.62100.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=21.00%
G=41.28%
B=37.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal591161060.4900.090.55169.4732.5734.31
Hex3B746A310937a92122
Octal7316415261011672514142
Binary111011111010011010101100010100111011110101001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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