#357C6E

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

Shades of Genoa #357C6E

Tints of Genoa #357C6E

Color information

#357C6E (or 0x357C6E) is unknown color: approx Genoa. HEX triplet: 35, 7C and 6E. RGB value is (53,124,110). Sum of RGB (Red+Green+Blue) = 53+124+110=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #357C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C6E is #CA8391. Grayscale: #656565. Windows color (decimal): -13271954 or 7240757. OLE color: 7240757.

HSL color Cylindrical-coordinate representation of color #357C6E: hue angle of 168.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C6E is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB53124110-
CMYK0.5700.110.51
HSL168.17º40.11%34.71%-
HSV(B)168.17º57.26%48.63%-
XYZ11.4916.317.29-
YUV101.18132.9893.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=18.47%
G=43.21%
B=38.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531241100.5700.110.51168.1740.1134.71
Hex357C6E390B33a82823
Octal6517415671013632505043
Binary110101111110011011101110010101111001110101000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,124,110); }

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

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

 a { background-color: rgb(53,124,110); }

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

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

 span { border-color: rgb(53,124,110); }

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