#377477

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

Shades of Ming #377477

Tints of Ming #377477

Color information

#377477 (or 0x377477) is unknown color: approx Ming. HEX triplet: 37, 74 and 77. RGB value is (55,116,119). Sum of RGB (Red+Green+Blue) = 55+116+119=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #377477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377477 is #C88B88. Grayscale: #626262. Windows color (decimal): -13142921 or 7828535. OLE color: 7828535.

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

Color convert

RGB55116119-
CMYK0.540.0300.53
HSL182.81º36.78%34.12%-
HSV(B)182.81º53.78%46.67%-
XYZ11.1514.6319.69-
YUV98.1139.7997.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 116 (45.70% from 255) = 40%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=18.97%
G=40%
B=41.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551161190.540.0300.53182.8136.7834.12
Hex377477363035b72522
Octal671641676630652674542
Binary1101111110100111011111011011011010110110111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377477; }

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

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

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

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

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

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

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

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