#336A74

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

Shades of Ming #336A74

Tints of Ming #336A74

Color information

#336A74 (or 0x336A74) is unknown color: approx Ming. HEX triplet: 33, 6A and 74. RGB value is (51,106,116). Sum of RGB (Red+Green+Blue) = 51+106+116=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #336A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336A74 is #CC958B. Grayscale: #5A5A5A. Windows color (decimal): -13407628 or 7629363. OLE color: 7629363.

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

Color convert

RGB51106116-
CMYK0.560.0900.55
HSL189.23º38.92%32.75%-
HSV(B)189.23º56.03%45.49%-
XYZ9.6712.2718.38-
YUV90.7142.2899.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=18.68%
G=38.83%
B=42.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511061160.560.0900.55189.2338.9232.75
Hex336A74389037bd2721
Octal6315216470110672754741
Binary110011110101011101001110001001011011110111101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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