#357E6F

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

Shades of Genoa #357E6F

Tints of Genoa #357E6F

Color information

#357E6F (or 0x357E6F) is unknown color: approx Genoa. HEX triplet: 35, 7E and 6F. RGB value is (53,126,111). Sum of RGB (Red+Green+Blue) = 53+126+111=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #357E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E6F is #CA8190. Grayscale: #666666. Windows color (decimal): -13271441 or 7306805. OLE color: 7306805.

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

Color convert

RGB53126111-
CMYK0.5800.120.51
HSL167.67º40.78%35.1%-
HSV(B)167.67º57.94%49.41%-
XYZ11.816.8317.66-
YUV102.46132.8292.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 126 (49.61% from 255) = 43.45%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=18.28%
G=43.45%
B=38.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531261110.5800.120.51167.6740.7835.1
Hex357E6F3A0C33a82923
Octal6517615772014632505143
Binary110101111111011011111110100110011001110101000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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