#336F70

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

Shades of Ming #336F70

Tints of Ming #336F70

Color information

#336F70 (or 0x336F70) is unknown color: approx Ming. HEX triplet: 33, 6F and 70. RGB value is (51,111,112). Sum of RGB (Red+Green+Blue) = 51+111+112=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #336F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F70 is #CC908F. Grayscale: #5D5D5D. Windows color (decimal): -13406352 or 7368499. OLE color: 7368499.

HSL color Cylindrical-coordinate representation of color #336F70: hue angle of 180.98º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F70 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB51111112-
CMYK0.540.0100.56
HSL180.98º37.42%31.96%-
HSV(B)180.98º54.46%43.92%-
XYZ9.9713.2417.36-
YUV93.17138.6297.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=18.61%
G=40.51%
B=40.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511111120.540.0100.56180.9837.4231.96
Hex336F70361038b52520
Octal631571606610702654540
Binary110011110111111100001101101011100010110101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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