#35686B

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

Shades of Ming #35686B

Tints of Ming #35686B

Color information

#35686B (or 0x35686B) is unknown color: approx Ming. HEX triplet: 35, 68 and 6B. RGB value is (53,104,107). Sum of RGB (Red+Green+Blue) = 53+104+107=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 107 - color contains mainly: blue. Hex color #35686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35686B is #CA9794. Grayscale: #595959. Windows color (decimal): -13277077 or 7039029. OLE color: 7039029.

HSL color Cylindrical-coordinate representation of color #35686B: hue angle of 183.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35686B is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB53104107-
CMYK0.500.0300.58
HSL183.33º33.75%31.37%-
HSV(B)183.33º50.47%41.96%-
XYZ9.0711.7215.69-
YUV89.09138.1102.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 107 (42.19% from 255) = 40.53%
R=20.08%
G=39.39%
B=40.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal531041070.500.0300.58183.3333.7531.37
Hex35686B32303Ab7221f
Octal651501536230722674237
Binary110101110100011010111100101101110101011011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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