#357A6C

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

Shades of Genoa #357A6C

Tints of Genoa #357A6C

Color information

#357A6C (or 0x357A6C) is unknown color: approx Genoa. HEX triplet: 35, 7A and 6C. RGB value is (53,122,108). Sum of RGB (Red+Green+Blue) = 53+122+108=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #357A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A6C is #CA8593. Grayscale: #636363. Windows color (decimal): -13272468 or 7109173. OLE color: 7109173.

HSL color Cylindrical-coordinate representation of color #357A6C: hue angle of 167.83º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A6C is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB53122108-
CMYK0.5700.110.52
HSL167.83º39.43%34.31%-
HSV(B)167.83º56.56%47.84%-
XYZ11.1315.7616.64-
YUV99.77132.6494.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 122 (48.05% from 255) = 43.11%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=18.73%
G=43.11%
B=38.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531221080.5700.110.52167.8339.4334.31
Hex357A6C390B34a82722
Octal6517215471013642504742
Binary110101111101011011001110010101111010010101000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357A6C; }

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

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

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

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

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

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

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

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