#336E72

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

Shades of Ming #336E72

Tints of Ming #336E72

Color information

#336E72 (or 0x336E72) is unknown color: approx Ming. HEX triplet: 33, 6E and 72. RGB value is (51,110,114). Sum of RGB (Red+Green+Blue) = 51+110+114=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #336E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336E72 is #CC918D. Grayscale: #5C5C5C. Windows color (decimal): -13406606 or 7499315. OLE color: 7499315.

HSL color Cylindrical-coordinate representation of color #336E72: hue angle of 183.81º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336E72 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB51110114-
CMYK0.550.0400.55
HSL183.81º38.18%32.35%-
HSV(B)183.81º55.26%44.71%-
XYZ9.9813.0717.92-
YUV92.81139.9598.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=18.55%
G=40%
B=41.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511101140.550.0400.55183.8138.1832.35
Hex336E72374037b82620
Octal631561626740672704640
Binary11001111011101110010110111100011011110111000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336E72; }

 p { color: rgb(51,110,114); }

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

<style>
 a { background-color: #336E72; }

 a { background-color: rgb(51,110,114); }

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

<style>
 span { border-color: #336E72; }

 span { border-color: rgb(51,110,114); }

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