#357A6F

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

Shades of Genoa #357A6F

Tints of Genoa #357A6F

Color information

#357A6F (or 0x357A6F) is unknown color: approx Genoa. HEX triplet: 35, 7A and 6F. RGB value is (53,122,111). Sum of RGB (Red+Green+Blue) = 53+122+111=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #357A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A6F is #CA8590. Grayscale: #646464. Windows color (decimal): -13272465 or 7305781. OLE color: 7305781.

HSL color Cylindrical-coordinate representation of color #357A6F: hue angle of 170.43º 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 #357A6F is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB53122111-
CMYK0.5700.090.52
HSL170.43º39.43%34.31%-
HSV(B)170.43º56.56%47.84%-
XYZ11.315.8217.5-
YUV100.11134.1494.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 122 (48.05% from 255) = 42.66%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=18.53%
G=42.66%
B=38.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531221110.5700.090.52170.4339.4334.31
Hex357A6F390934aa2722
Octal6517215771011642524742
Binary110101111101011011111110010100111010010101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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