#356E70

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

Shades of Ming #356E70

Tints of Ming #356E70

Color information

#356E70 (or 0x356E70) is unknown color: approx Ming. HEX triplet: 35, 6E and 70. RGB value is (53,110,112). Sum of RGB (Red+Green+Blue) = 53+110+112=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #356E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E70 is #CA918F. Grayscale: #5D5D5D. Windows color (decimal): -13275536 or 7368245. OLE color: 7368245.

HSL color Cylindrical-coordinate representation of color #356E70: hue angle of 182.03º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356E70 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB53110112-
CMYK0.530.0200.56
HSL182.03º35.76%32.35%-
HSV(B)182.03º52.68%43.92%-
XYZ9.9713.0817.33-
YUV93.18138.6299.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=19.27%
G=40%
B=40.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531101120.530.0200.56182.0335.7632.35
Hex356E70352038b62420
Octal651561606520702664440
Binary1101011101110111000011010110011100010110110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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