#367071

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

Shades of Ming #367071

Tints of Ming #367071

Color information

#367071 (or 0x367071) is unknown color: approx Ming. HEX triplet: 36, 70 and 71. RGB value is (54,112,113). Sum of RGB (Red+Green+Blue) = 54+112+113=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #367071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367071 is #C98F8E. Grayscale: #5E5E5E. Windows color (decimal): -13209487 or 7434294. OLE color: 7434294.

HSL color Cylindrical-coordinate representation of color #367071: hue angle of 181.02º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367071 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB54112113-
CMYK0.520.0100.56
HSL181.02º35.33%32.75%-
HSV(B)181.02º52.21%44.31%-
XYZ10.313.5617.7-
YUV94.77138.2898.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=19.35%
G=40.14%
B=40.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541121130.520.0100.56181.0235.3332.75
Hex367071341038b52321
Octal661601616410702654341
Binary110110111000011100011101001011100010110101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367071; }

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

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

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

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

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

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

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

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