#336D77

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

Shades of Ming #336D77

Tints of Ming #336D77

Color information

#336D77 (or 0x336D77) is unknown color: approx Ming. HEX triplet: 33, 6D and 77. RGB value is (51,109,119). Sum of RGB (Red+Green+Blue) = 51+109+119=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #336D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D77 is #CC9288. Grayscale: #5C5C5C. Windows color (decimal): -13406857 or 7826739. OLE color: 7826739.

HSL color Cylindrical-coordinate representation of color #336D77: hue angle of 188.82º 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 #336D77 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51109119-
CMYK0.570.0800.53
HSL188.82º40%33.33%-
HSV(B)188.82º57.14%46.67%-
XYZ10.1612.9719.42-
YUV92.8142.7898.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=18.28%
G=39.07%
B=42.65%

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
Decimal511091190.570.0800.53188.824033.33
Hex336D77398035bd2821
Octal6315516771100652755041
Binary110011110110111101111110011000011010110111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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