#35686D

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

Shades of Ming #35686D

Tints of Ming #35686D

Color information

#35686D (or 0x35686D) is unknown color: approx Ming. HEX triplet: 35, 68 and 6D. RGB value is (53,104,109). Sum of RGB (Red+Green+Blue) = 53+104+109=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #35686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35686D is #CA9792. Grayscale: #595959. Windows color (decimal): -13277075 or 7170101. OLE color: 7170101.

HSL color Cylindrical-coordinate representation of color #35686D: hue angle of 185.36º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35686D is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB53104109-
CMYK0.510.0500.57
HSL185.36º34.57%31.76%-
HSV(B)185.36º51.38%42.75%-
XYZ9.1811.7616.25-
YUV89.32139.1102.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 109 (42.97% from 255) = 40.98%
R=19.92%
G=39.10%
B=40.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal531041090.510.0500.57185.3634.5731.76
Hex35686D335039b92320
Octal651501556350712714340
Binary11010111010001101101110011101011100110111001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35686D; }

 p { color: rgb(53,104,109); }

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

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

 a { background-color: rgb(53,104,109); }

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

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

 span { border-color: rgb(53,104,109); }

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