#3A736A

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

Shades of Genoa #3A736A

Tints of Genoa #3A736A

Color information

#3A736A (or 0x3A736A) is unknown color: approx Genoa. HEX triplet: 3A, 73 and 6A. RGB value is (58,115,106). Sum of RGB (Red+Green+Blue) = 58+115+106=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #3A736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A736A is #C58C95. Grayscale: #606060. Windows color (decimal): -12946582 or 6976314. OLE color: 6976314.

HSL color Cylindrical-coordinate representation of color #3A736A: hue angle of 170.53º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A736A is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB58115106-
CMYK0.5000.080.55
HSL170.53º32.95%33.92%-
HSV(B)170.53º49.57%45.1%-
XYZ10.4814.215.82-
YUV96.93133.12100.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.79%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=20.79%
G=41.22%
B=37.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal581151060.5000.080.55170.5332.9533.92
Hex3A736A320837ab2122
Octal7216315262010672534142
Binary111010111001111010101100100100011011110101011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,115,106); }

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

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

 a { background-color: rgb(58,115,106); }

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

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

 span { border-color: rgb(58,115,106); }

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