#336A73

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

Shades of Ming #336A73

Tints of Ming #336A73

Color information

#336A73 (or 0x336A73) is unknown color: approx Ming. HEX triplet: 33, 6A and 73. RGB value is (51,106,115). Sum of RGB (Red+Green+Blue) = 51+106+115=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #336A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336A73 is #CC958C. Grayscale: #5A5A5A. Windows color (decimal): -13407629 or 7563827. OLE color: 7563827.

HSL color Cylindrical-coordinate representation of color #336A73: hue angle of 188.44º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336A73 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB51106115-
CMYK0.560.0800.55
HSL188.44º38.55%32.55%-
HSV(B)188.44º55.65%45.1%-
XYZ9.6112.2518.08-
YUV90.58141.7899.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 106 (41.80% from 255) = 38.97%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=18.75%
G=38.97%
B=42.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511061150.560.0800.55188.4438.5532.55
Hex336A73388037bc2721
Octal6315216370100672744741
Binary110011110101011100111110001000011011110111100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,106,115); }

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

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

 a { background-color: rgb(51,106,115); }

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

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

 span { border-color: rgb(51,106,115); }

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