#357B6F

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

Shades of Genoa #357B6F

Tints of Genoa #357B6F

Color information

#357B6F (or 0x357B6F) is unknown color: approx Genoa. HEX triplet: 35, 7B and 6F. RGB value is (53,123,111). Sum of RGB (Red+Green+Blue) = 53+123+111=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 123 - color contains mainly: green. Hex color #357B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B6F is #CA8490. Grayscale: #646464. Windows color (decimal): -13272209 or 7306037. OLE color: 7306037.

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

Color convert

RGB53123111-
CMYK0.5700.100.52
HSL169.71º39.77%34.51%-
HSV(B)169.71º56.91%48.24%-
XYZ11.4216.0717.54-
YUV100.7133.8193.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 123 (48.44% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=18.47%
G=42.86%
B=38.68%

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
Decimal531231110.5700.100.52169.7139.7734.51
Hex357B6F390A34aa2823
Octal6517315771012642525043
Binary110101111101111011111110010101011010010101010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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