#356864

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

Shades of Genoa #356864

Tints of Genoa #356864

Color information

#356864 (or 0x356864) is unknown color: approx Genoa. HEX triplet: 35, 68 and 64. RGB value is (53,104,100). Sum of RGB (Red+Green+Blue) = 53+104+100=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #356864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356864 is #CA979B. Grayscale: #585858. Windows color (decimal): -13277084 or 6580277. OLE color: 6580277.

HSL color Cylindrical-coordinate representation of color #356864: hue angle of 175.29º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356864 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB53104100-
CMYK0.4900.040.59
HSL175.29º32.48%30.78%-
HSV(B)175.29º49.04%40.78%-
XYZ8.7211.5813.83-
YUV88.3134.6102.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=20.62%
G=40.47%
B=38.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal531041000.4900.040.59175.2932.4830.78
Hex35686431043Baf201f
Octal651501446104732574037
Binary1101011101000110010011000101001110111010111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356864; }

 p { color: rgb(53,104,100); }

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

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

 a { background-color: rgb(53,104,100); }

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

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

 span { border-color: rgb(53,104,100); }

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