#336E75

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

Shades of Ming #336E75

Tints of Ming #336E75

Color information

#336E75 (or 0x336E75) is unknown color: approx Ming. HEX triplet: 33, 6E and 75. RGB value is (51,110,117). Sum of RGB (Red+Green+Blue) = 51+110+117=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #336E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336E75 is #CC918A. Grayscale: #5D5D5D. Windows color (decimal): -13406603 or 7695923. OLE color: 7695923.

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

Color convert

RGB51110117-
CMYK0.560.0600.54
HSL186.36º39.29%32.94%-
HSV(B)186.36º56.41%45.88%-
XYZ10.1513.1418.83-
YUV93.16141.4597.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 110 (43.36% from 255) = 39.57%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=18.35%
G=39.57%
B=42.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511101170.560.0600.54186.3639.2932.94
Hex336E75386036ba2721
Octal631561657060662724741
Binary11001111011101110101111000110011011010111010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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