#367374

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

Shades of Ming #367374

Tints of Ming #367374

Color information

#367374 (or 0x367374) is unknown color: approx Ming. HEX triplet: 36, 73 and 74. RGB value is (54,115,116). Sum of RGB (Red+Green+Blue) = 54+115+116=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #367374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367374 is #C98C8B. Grayscale: #606060. Windows color (decimal): -13208716 or 7631670. OLE color: 7631670.

HSL color Cylindrical-coordinate representation of color #367374: hue angle of 180.97º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367374 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB54115116-
CMYK0.530.0100.55
HSL180.97º36.47%33.33%-
HSV(B)180.97º53.45%45.49%-
XYZ10.814.3118.72-
YUV96.88138.7997.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=18.95%
G=40.35%
B=40.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541151160.530.0100.55180.9736.4733.33
Hex367374351037b52421
Octal661631646510672654441
Binary110110111001111101001101011011011110110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367374; }

 p { color: rgb(54,115,116); }

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

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

 a { background-color: rgb(54,115,116); }

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

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

 span { border-color: rgb(54,115,116); }

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