#367072

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

Shades of Ming #367072

Tints of Ming #367072

Color information

#367072 (or 0x367072) is unknown color: approx Ming. HEX triplet: 36, 70 and 72. RGB value is (54,112,114). Sum of RGB (Red+Green+Blue) = 54+112+114=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #367072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367072 is #C98F8D. Grayscale: #5E5E5E. Windows color (decimal): -13209486 or 7499830. OLE color: 7499830.

HSL color Cylindrical-coordinate representation of color #367072: hue angle of 182º 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 #367072 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB54112114-
CMYK0.530.0200.55
HSL182º35.71%32.94%-
HSV(B)182º52.63%44.71%-
XYZ10.3513.5918-
YUV94.89138.7898.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=19.29%
G=40%
B=40.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541121140.530.0200.5518235.7132.94
Hex367072352037b62421
Octal661601626520672664441
Binary1101101110000111001011010110011011110110110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367072; }

 p { color: rgb(54,112,114); }

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

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

 a { background-color: rgb(54,112,114); }

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

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

 span { border-color: rgb(54,112,114); }

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