#377478

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

Shades of Ming #377478

Tints of Ming #377478

Color information

#377478 (or 0x377478) is unknown color: approx Ming. HEX triplet: 37, 74 and 78. RGB value is (55,116,120). Sum of RGB (Red+Green+Blue) = 55+116+120=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #377478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377478 is #C88B87. Grayscale: #626262. Windows color (decimal): -13142920 or 7894071. OLE color: 7894071.

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

Color convert

RGB55116120-
CMYK0.540.0300.53
HSL183.69º37.14%34.31%-
HSV(B)183.69º54.17%47.06%-
XYZ11.2114.6620.01-
YUV98.22140.2997.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=18.90%
G=39.86%
B=41.24%

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
Decimal551161200.540.0300.53183.6937.1434.31
Hex377478363035b82522
Octal671641706630652704542
Binary1101111110100111100011011011011010110111000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377478; }

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

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

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

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

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

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

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

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