#367077

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

Shades of Ming #367077

Tints of Ming #367077

Color information

#367077 (or 0x367077) is unknown color: approx Ming. HEX triplet: 36, 70 and 77. RGB value is (54,112,119). Sum of RGB (Red+Green+Blue) = 54+112+119=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #367077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367077 is #C98F88. Grayscale: #5F5F5F. Windows color (decimal): -13209481 or 7827510. OLE color: 7827510.

HSL color Cylindrical-coordinate representation of color #367077: hue angle of 186.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367077 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB54112119-
CMYK0.550.0600.53
HSL186.46º37.57%33.92%-
HSV(B)186.46º54.62%46.67%-
XYZ10.6513.719.54-
YUV95.46141.2898.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=18.95%
G=39.30%
B=41.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541121190.550.0600.53186.4637.5733.92
Hex367077376035ba2622
Octal661601676760652724642
Binary11011011100001110111110111110011010110111010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367077; }

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

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

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

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

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

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

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

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