#377077

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

Shades of Ming #377077

Tints of Ming #377077

Color information

#377077 (or 0x377077) is unknown color: approx Ming. HEX triplet: 37, 70 and 77. RGB value is (55,112,119). Sum of RGB (Red+Green+Blue) = 55+112+119=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #377077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377077 is #C88F88. Grayscale: #5F5F5F. Windows color (decimal): -13143945 or 7827511. OLE color: 7827511.

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

Color convert

RGB55112119-
CMYK0.540.0600.53
HSL186.56º36.78%34.12%-
HSV(B)186.56º53.78%46.67%-
XYZ10.713.7319.54-
YUV95.76141.1298.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=19.23%
G=39.16%
B=41.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551121190.540.0600.53186.5636.7834.12
Hex377077366035bb2522
Octal671601676660652734542
Binary11011111100001110111110110110011010110111011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377077; }

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

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

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

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

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

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

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

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