#356B72

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

Shades of Ming #356B72

Tints of Ming #356B72

Color information

#356B72 (or 0x356B72) is unknown color: approx Ming. HEX triplet: 35, 6B and 72. RGB value is (53,107,114). Sum of RGB (Red+Green+Blue) = 53+107+114=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #356B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B72 is #CA948D. Grayscale: #5B5B5B. Windows color (decimal): -13276302 or 7498549. OLE color: 7498549.

HSL color Cylindrical-coordinate representation of color #356B72: hue angle of 186.89º 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 #356B72 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB53107114-
CMYK0.540.0600.55
HSL186.89º36.53%32.75%-
HSV(B)186.89º53.51%44.71%-
XYZ9.7612.4917.82-
YUV91.65140.61100.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=19.34%
G=39.05%
B=41.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531071140.540.0600.55186.8936.5332.75
Hex356B72366037bb2521
Octal651531626660672734541
Binary11010111010111110010110110110011011110111011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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