#357069

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

Shades of Genoa #357069

Tints of Genoa #357069

Color information

#357069 (or 0x357069) is unknown color: approx Genoa. HEX triplet: 35, 70 and 69. RGB value is (53,112,105). Sum of RGB (Red+Green+Blue) = 53+112+105=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #357069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357069 is #CA8F96. Grayscale: #5D5D5D. Windows color (decimal): -13275031 or 6910005. OLE color: 6910005.

HSL color Cylindrical-coordinate representation of color #357069: hue angle of 172.88º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357069 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB53112105-
CMYK0.5300.060.56
HSL172.88º35.76%32.35%-
HSV(B)172.88º52.68%43.92%-
XYZ9.8113.3715.43-
YUV93.56134.4599.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=19.63%
G=41.48%
B=38.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531121050.5300.060.56172.8835.7632.35
Hex357069350638ad2420
Octal651601516506702554440
Binary11010111100001101001110101011011100010101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357069; }

 p { color: rgb(53,112,105); }

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

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

 a { background-color: rgb(53,112,105); }

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

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

 span { border-color: rgb(53,112,105); }

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