#336F72

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

Shades of Ming #336F72

Tints of Ming #336F72

Color information

#336F72 (or 0x336F72) is unknown color: approx Ming. HEX triplet: 33, 6F and 72. RGB value is (51,111,114). Sum of RGB (Red+Green+Blue) = 51+111+114=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #336F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F72 is #CC908D. Grayscale: #5D5D5D. Windows color (decimal): -13406350 or 7499571. OLE color: 7499571.

HSL color Cylindrical-coordinate representation of color #336F72: hue angle of 182.86º 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 #336F72 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB51111114-
CMYK0.550.0300.55
HSL182.86º38.18%32.35%-
HSV(B)182.86º55.26%44.71%-
XYZ10.0913.2917.95-
YUV93.4139.6297.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=18.48%
G=40.22%
B=41.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511111140.550.0300.55182.8638.1832.35
Hex336F72373037b72620
Octal631571626730672674640
Binary1100111101111111001011011111011011110110111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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