#357A6E

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

Shades of Genoa #357A6E

Tints of Genoa #357A6E

Color information

#357A6E (or 0x357A6E) is unknown color: approx Genoa. HEX triplet: 35, 7A and 6E. RGB value is (53,122,110). Sum of RGB (Red+Green+Blue) = 53+122+110=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #357A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A6E is #CA8591. Grayscale: #636363. Windows color (decimal): -13272466 or 7240245. OLE color: 7240245.

HSL color Cylindrical-coordinate representation of color #357A6E: hue angle of 169.57º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A6E is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB53122110-
CMYK0.5700.100.52
HSL169.57º39.43%34.31%-
HSV(B)169.57º56.56%47.84%-
XYZ11.2415.817.21-
YUV100133.6494.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=18.60%
G=42.81%
B=38.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531221100.5700.100.52169.5739.4334.31
Hex357A6E390A34aa2722
Octal6517215671012642524742
Binary110101111101011011101110010101011010010101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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