#357E6D

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

Shades of Genoa #357E6D

Tints of Genoa #357E6D

Color information

#357E6D (or 0x357E6D) is unknown color: approx Genoa. HEX triplet: 35, 7E and 6D. RGB value is (53,126,109). Sum of RGB (Red+Green+Blue) = 53+126+109=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 126 - color contains mainly: green. Hex color #357E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E6D is #CA8192. Grayscale: #666666. Windows color (decimal): -13271443 or 7175733. OLE color: 7175733.

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

Color convert

RGB53126109-
CMYK0.5800.130.51
HSL166.03º40.78%35.1%-
HSV(B)166.03º57.94%49.41%-
XYZ11.6916.7817.09-
YUV102.23131.8292.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 126 (49.61% from 255) = 43.75%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=18.40%
G=43.75%
B=37.85%

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
Decimal531261090.5800.130.51166.0340.7835.1
Hex357E6D3A0D33a62923
Octal6517615572015632465143
Binary110101111111011011011110100110111001110100110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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