#33686D

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

Shades of Ming #33686D

Tints of Ming #33686D

Color information

#33686D (or 0x33686D) is unknown color: approx Ming. HEX triplet: 33, 68 and 6D. RGB value is (51,104,109). Sum of RGB (Red+Green+Blue) = 51+104+109=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #33686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33686D is #CC9792. Grayscale: #585858. Windows color (decimal): -13408147 or 7170099. OLE color: 7170099.

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

Color convert

RGB51104109-
CMYK0.530.0500.57
HSL185.17º36.25%31.37%-
HSV(B)185.17º53.21%42.75%-
XYZ9.0811.7116.25-
YUV88.72139.44101.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=19.32%
G=39.39%
B=41.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal511041090.530.0500.57185.1736.2531.37
Hex33686D355039b9241f
Octal631501556550712714437
Binary1100111101000110110111010110101110011011100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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