#336A71

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

Shades of Ming #336A71

Tints of Ming #336A71

Color information

#336A71 (or 0x336A71) is unknown color: approx Ming. HEX triplet: 33, 6A and 71. RGB value is (51,106,113). Sum of RGB (Red+Green+Blue) = 51+106+113=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #336A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336A71 is #CC958E. Grayscale: #5A5A5A. Windows color (decimal): -13407631 or 7432755. OLE color: 7432755.

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

Color convert

RGB51106113-
CMYK0.550.0600.56
HSL186.77º37.8%32.16%-
HSV(B)186.77º54.87%44.31%-
XYZ9.512.217.48-
YUV90.35140.7899.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=18.89%
G=39.26%
B=41.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511061130.550.0600.56186.7737.832.16
Hex336A71376038bb2620
Octal631521616760702734640
Binary11001111010101110001110111110011100010111011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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