#356E79

Color #356E79 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #356E79

Tints of Ming #356E79

Color information

#356E79 (or 0x356E79) is unknown color: approx Ming. HEX triplet: 35, 6E and 79. RGB value is (53,110,121). Sum of RGB (Red+Green+Blue) = 53+110+121=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #356E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E79 is #CA9186. Grayscale: #5E5E5E. Windows color (decimal): -13275527 or 7958069. OLE color: 7958069.

HSL color Cylindrical-coordinate representation of color #356E79: hue angle of 189.71º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356E79 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB53110121-
CMYK0.560.0900.53
HSL189.71º39.08%34.12%-
HSV(B)189.71º56.2%47.45%-
XYZ10.513.2920.1-
YUV94.21143.1298.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 121 (47.66% from 255) = 42.61%
R=18.66%
G=38.73%
B=42.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531101210.560.0900.53189.7139.0834.12
Hex356E79389035be2722
Octal6515617170110652764742
Binary110101110111011110011110001001011010110111110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356E79; }

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

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

<style>
 a { background-color: #356E79; }

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

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

<style>
 span { border-color: #356E79; }

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

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