#357B68

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

Shades of Genoa #357B68

Tints of Genoa #357B68

Color information

#357B68 (or 0x357B68) is unknown color: approx Genoa. HEX triplet: 35, 7B and 68. RGB value is (53,123,104). Sum of RGB (Red+Green+Blue) = 53+123+104=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #357B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B68 is #CA8497. Grayscale: #636363. Windows color (decimal): -13272216 or 6847285. OLE color: 6847285.

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

Color convert

RGB53123104-
CMYK0.5700.150.52
HSL163.71º39.77%34.51%-
HSV(B)163.71º56.91%48.24%-
XYZ11.0515.9215.59-
YUV99.9130.3194.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=18.93%
G=43.93%
B=37.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531231040.5700.150.52163.7139.7734.51
Hex357B68390F34a42823
Octal6517315071017642445043
Binary110101111101111010001110010111111010010100100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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