#357C6F

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

Shades of Genoa #357C6F

Tints of Genoa #357C6F

Color information

#357C6F (or 0x357C6F) is unknown color: approx Genoa. HEX triplet: 35, 7C and 6F. RGB value is (53,124,111). Sum of RGB (Red+Green+Blue) = 53+124+111=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #357C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C6F is #CA8390. Grayscale: #656565. Windows color (decimal): -13271953 or 7306293. OLE color: 7306293.

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

Color convert

RGB53124111-
CMYK0.5700.100.51
HSL169.01º40.11%34.71%-
HSV(B)169.01º57.26%48.63%-
XYZ11.5516.3217.58-
YUV101.29133.4893.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 124 (48.83% from 255) = 43.06%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=18.40%
G=43.06%
B=38.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531241110.5700.100.51169.0140.1134.71
Hex357C6F390A33a92823
Octal6517415771012632515043
Binary110101111110011011111110010101011001110101001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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