#356F72

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

Shades of Ming #356F72

Tints of Ming #356F72

Color information

#356F72 (or 0x356F72) is unknown color: approx Ming. HEX triplet: 35, 6F and 72. RGB value is (53,111,114). Sum of RGB (Red+Green+Blue) = 53+111+114=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #356F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F72 is #CA908D. Grayscale: #5D5D5D. Windows color (decimal): -13275278 or 7499573. OLE color: 7499573.

HSL color Cylindrical-coordinate representation of color #356F72: hue angle of 182.95º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #356F72 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB53111114-
CMYK0.540.0300.55
HSL182.95º36.53%32.75%-
HSV(B)182.95º53.51%44.71%-
XYZ10.1913.3417.96-
YUV94139.2898.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=19.06%
G=39.93%
B=41.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531111140.540.0300.55182.9536.5332.75
Hex356F72363037b72521
Octal651571626630672674541
Binary1101011101111111001011011011011011110110111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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