#356F6C

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

Shades of Genoa #356F6C

Tints of Genoa #356F6C

Color information

#356F6C (or 0x356F6C) is unknown color: approx Genoa. HEX triplet: 35, 6F and 6C. RGB value is (53,111,108). Sum of RGB (Red+Green+Blue) = 53+111+108=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #356F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F6C is #CA9093. Grayscale: #5D5D5D. Windows color (decimal): -13275284 or 7106357. OLE color: 7106357.

HSL color Cylindrical-coordinate representation of color #356F6C: hue angle of 176.9º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F6C is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB53111108-
CMYK0.5200.030.56
HSL176.9º35.37%32.16%-
HSV(B)176.9º52.25%43.53%-
XYZ9.8613.2116.22-
YUV93.32136.2899.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 111 (43.75% from 255) = 40.81%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=19.49%
G=40.81%
B=39.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531111080.5200.030.56176.935.3732.16
Hex356F6C340338b12320
Octal651571546403702614340
Binary1101011101111110110011010001111100010110001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,111,108); }

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

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

 a { background-color: rgb(53,111,108); }

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

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

 span { border-color: rgb(53,111,108); }

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