#336C76

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

Shades of Ming #336C76

Tints of Ming #336C76

Color information

#336C76 (or 0x336C76) is unknown color: approx Ming. HEX triplet: 33, 6C and 76. RGB value is (51,108,118). Sum of RGB (Red+Green+Blue) = 51+108+118=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #336C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C76 is #CC9389. Grayscale: #5C5C5C. Windows color (decimal): -13407114 or 7760947. OLE color: 7760947.

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

Color convert

RGB51108118-
CMYK0.570.0800.54
HSL188.96º39.64%33.14%-
HSV(B)188.96º56.78%46.27%-
XYZ1012.7419.07-
YUV92.1142.6298.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=18.41%
G=38.99%
B=42.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511081180.570.0800.54188.9639.6433.14
Hex336C76398036bd2821
Octal6315416671100662755041
Binary110011110110011101101110011000011011010111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,108,118); }

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

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

 a { background-color: rgb(51,108,118); }

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

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

 span { border-color: rgb(51,108,118); }

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