#377277

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

Shades of Ming #377277

Tints of Ming #377277

Color information

#377277 (or 0x377277) is unknown color: approx Ming. HEX triplet: 37, 72 and 77. RGB value is (55,114,119). Sum of RGB (Red+Green+Blue) = 55+114+119=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #377277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377277 is #C88D88. Grayscale: #606060. Windows color (decimal): -13143433 or 7828023. OLE color: 7828023.

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

Color convert

RGB55114119-
CMYK0.540.0400.53
HSL184.69º36.78%34.12%-
HSV(B)184.69º53.78%46.67%-
XYZ10.9214.1819.61-
YUV96.93140.4598.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.10%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=19.10%
G=39.58%
B=41.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551141190.540.0400.53184.6936.7834.12
Hex377277364035b92522
Octal671621676640652714542
Binary11011111100101110111110110100011010110111001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377277; }

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

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

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

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

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

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

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

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