#357E6A

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

Shades of Genoa #357E6A

Tints of Genoa #357E6A

Color information

#357E6A (or 0x357E6A) is unknown color: approx Genoa. HEX triplet: 35, 7E and 6A. RGB value is (53,126,106). Sum of RGB (Red+Green+Blue) = 53+126+106=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 126 - color contains mainly: green. Hex color #357E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E6A is #CA8195. Grayscale: #656565. Windows color (decimal): -13271446 or 6979125. OLE color: 6979125.

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

Color convert

RGB53126106-
CMYK0.5800.160.51
HSL163.56º40.78%35.1%-
HSV(B)163.56º57.94%49.41%-
XYZ11.5316.7216.26-
YUV101.89130.3293.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 126 (49.61% from 255) = 44.21%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=18.60%
G=44.21%
B=37.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531261060.5800.160.51163.5640.7835.1
Hex357E6A3A01033a42923
Octal6517615272020632445143
Binary1101011111110110101011101001000011001110100100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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