#33686C

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

Shades of Ming #33686C

Tints of Ming #33686C

Color information

#33686C (or 0x33686C) is unknown color: approx Ming. HEX triplet: 33, 68 and 6C. RGB value is (51,104,108). Sum of RGB (Red+Green+Blue) = 51+104+108=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #33686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33686C is #CC9793. Grayscale: #585858. Windows color (decimal): -13408148 or 7104563. OLE color: 7104563.

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

Color convert

RGB51104108-
CMYK0.530.0400.58
HSL184.21º35.85%31.18%-
HSV(B)184.21º52.78%42.35%-
XYZ9.0211.6915.97-
YUV88.61138.94101.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=19.39%
G=39.54%
B=41.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal511041080.530.0400.58184.2135.8531.18
Hex33686C35403Ab8241f
Octal631501546540722704437
Binary1100111101000110110011010110001110101011100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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