#357E6C

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

Shades of Genoa #357E6C

Tints of Genoa #357E6C

Color information

#357E6C (or 0x357E6C) is unknown color: approx Genoa. HEX triplet: 35, 7E and 6C. RGB value is (53,126,108). Sum of RGB (Red+Green+Blue) = 53+126+108=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 126 - color contains mainly: green. Hex color #357E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E6C is #CA8193. Grayscale: #666666. Windows color (decimal): -13271444 or 7110197. OLE color: 7110197.

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

Color convert

RGB53126108-
CMYK0.5800.140.51
HSL165.21º40.78%35.1%-
HSV(B)165.21º57.94%49.41%-
XYZ11.6416.7616.81-
YUV102.12131.3292.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 126 (49.61% from 255) = 43.90%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=18.47%
G=43.90%
B=37.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531261080.5800.140.51165.2140.7835.1
Hex357E6C3A0E33a52923
Octal6517615472016632455143
Binary110101111111011011001110100111011001110100101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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