#357E6E

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

Shades of Genoa #357E6E

Tints of Genoa #357E6E

Color information

#357E6E (or 0x357E6E) is unknown color: approx Genoa. HEX triplet: 35, 7E and 6E. RGB value is (53,126,110). Sum of RGB (Red+Green+Blue) = 53+126+110=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #357E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E6E is #CA8191. Grayscale: #666666. Windows color (decimal): -13271442 or 7241269. OLE color: 7241269.

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

Color convert

RGB53126110-
CMYK0.5800.130.51
HSL166.85º40.78%35.1%-
HSV(B)166.85º57.94%49.41%-
XYZ11.7416.817.38-
YUV102.35132.3292.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 126 (49.61% from 255) = 43.60%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=18.34%
G=43.60%
B=38.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531261100.5800.130.51166.8540.7835.1
Hex357E6E3A0D33a72923
Octal6517615672015632475143
Binary110101111111011011101110100110111001110100111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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