#35696F

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

Shades of Ming #35696F

Tints of Ming #35696F

Color information

#35696F (or 0x35696F) is unknown color: approx Ming. HEX triplet: 35, 69 and 6F. RGB value is (53,105,111). Sum of RGB (Red+Green+Blue) = 53+105+111=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #35696F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35696F is #CA9690. Grayscale: #5A5A5A. Windows color (decimal): -13276817 or 7301429. OLE color: 7301429.

HSL color Cylindrical-coordinate representation of color #35696F: hue angle of 186.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35696F is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB53105111-
CMYK0.520.0500.56
HSL186.21º35.37%32.16%-
HSV(B)186.21º52.25%43.53%-
XYZ9.3912.0116.86-
YUV90.14139.77101.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=19.70%
G=39.03%
B=41.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531051110.520.0500.56186.2135.3732.16
Hex35696F345038ba2320
Octal651511576450702724340
Binary11010111010011101111110100101011100010111010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35696F; }

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

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

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

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

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

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

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

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