#356F76

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

Shades of Ming #356F76

Tints of Ming #356F76

Color information

#356F76 (or 0x356F76) is unknown color: approx Ming. HEX triplet: 35, 6F and 76. RGB value is (53,111,118). Sum of RGB (Red+Green+Blue) = 53+111+118=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #356F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F76 is #CA9089. Grayscale: #5E5E5E. Windows color (decimal): -13275274 or 7761717. OLE color: 7761717.

HSL color Cylindrical-coordinate representation of color #356F76: hue angle of 186.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356F76 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB53111118-
CMYK0.550.0600.54
HSL186.46º38.01%33.53%-
HSV(B)186.46º55.08%46.27%-
XYZ10.4213.4319.18-
YUV94.46141.2898.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=18.79%
G=39.36%
B=41.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531111180.550.0600.54186.4638.0133.53
Hex356F76376036ba2622
Octal651571666760662724642
Binary11010111011111110110110111110011011010111010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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