#336e77

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

Shades of Ming #336E77

Tints of Ming #336E77

Color information

#336E77 (or 0x336E77) is unknown color: approx Ming. HEX triplet: 33, 6E and 77. RGB value is (51,110,119). Sum of RGB (Red+Green+Blue) = 51+110+119=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #336E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336E77 is #CC9188. Grayscale: #5D5D5D. Windows color (decimal): -13406601 or 7826995. OLE color: 7826995.

HSL color Cylindrical-coordinate representation of color #336E77: hue angle of 187.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336E77 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51110119-
CMYK0.570.0800.53
HSL187.94º40%33.33%-
HSV(B)187.94º57.14%46.67%-
XYZ10.2713.1919.46-
YUV93.38142.4597.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=18.21%
G=39.29%
B=42.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511101190.570.0800.53187.944033.33
Hex336E77398035bc2821
Octal6315616771100652745041
Binary110011110111011101111110011000011010110111100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336e77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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