#357C6A

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

Shades of Genoa #357C6A

Tints of Genoa #357C6A

Color information

#357C6A (or 0x357C6A) is unknown color: approx Genoa. HEX triplet: 35, 7C and 6A. RGB value is (53,124,106). Sum of RGB (Red+Green+Blue) = 53+124+106=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #357C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C6A is #CA8395. Grayscale: #646464. Windows color (decimal): -13271958 or 6978613. OLE color: 6978613.

HSL color Cylindrical-coordinate representation of color #357C6A: hue angle of 164.79º 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 #357C6A is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB53124106-
CMYK0.5700.150.51
HSL164.79º40.11%34.71%-
HSV(B)164.79º57.26%48.63%-
XYZ11.2816.2116.17-
YUV100.72130.9893.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 124 (48.83% from 255) = 43.82%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=18.73%
G=43.82%
B=37.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531241060.5700.150.51164.7940.1134.71
Hex357C6A390F33a52823
Octal6517415271017632455043
Binary110101111110011010101110010111111001110100101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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