#356B6A

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

Shades of Genoa #356B6A

Tints of Genoa #356B6A

Color information

#356B6A (or 0x356B6A) is unknown color: approx Genoa. HEX triplet: 35, 6B and 6A. RGB value is (53,107,106). Sum of RGB (Red+Green+Blue) = 53+107+106=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #356B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B6A is #CA9495. Grayscale: #5A5A5A. Windows color (decimal): -13276310 or 6974261. OLE color: 6974261.

HSL color Cylindrical-coordinate representation of color #356B6A: hue angle of 178.89º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B6A is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB53107106-
CMYK0.5000.010.58
HSL178.89º33.75%31.37%-
HSV(B)178.89º50.47%41.96%-
XYZ9.3312.3115.52-
YUV90.74136.61101.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 107 (42.19% from 255) = 40.23%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=19.92%
G=40.23%
B=39.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal531071060.5000.010.58178.8933.7531.37
Hex356B6A32013Ab3221f
Octal651531526201722634237
Binary11010111010111101010110010011110101011001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356B6A; }

 p { color: rgb(53,107,106); }

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

<style>
 a { background-color: #356B6A; }

 a { background-color: rgb(53,107,106); }

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

<style>
 span { border-color: #356B6A; }

 span { border-color: rgb(53,107,106); }

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