#356970

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

Shades of Ming #356970

Tints of Ming #356970

Color information

#356970 (or 0x356970) is unknown color: approx Ming. HEX triplet: 35, 69 and 70. RGB value is (53,105,112). Sum of RGB (Red+Green+Blue) = 53+105+112=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #356970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356970 is #CA968F. Grayscale: #5A5A5A. Windows color (decimal): -13276816 or 7366965. OLE color: 7366965.

HSL color Cylindrical-coordinate representation of color #356970: hue angle of 187.12º 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 #356970 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB53105112-
CMYK0.530.0600.56
HSL187.12º35.76%32.35%-
HSV(B)187.12º52.68%43.92%-
XYZ9.4412.0317.15-
YUV90.25140.27101.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=19.63%
G=38.89%
B=41.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531051120.530.0600.56187.1235.7632.35
Hex356970356038bb2420
Octal651511606560702734440
Binary11010111010011110000110101110011100010111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356970; }

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

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

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

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

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

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

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

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