#377980

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

Shades of Ming #377980

Tints of Ming #377980

Color information

#377980 (or 0x377980) is unknown color: approx Ming. HEX triplet: 37, 79 and 80. RGB value is (55,121,128). Sum of RGB (Red+Green+Blue) = 55+121+128=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #377980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377980 is #C8867F. Grayscale: #656565. Windows color (decimal): -13141632 or 8419639. OLE color: 8419639.

HSL color Cylindrical-coordinate representation of color #377980: hue angle of 185.75º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377980 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB55121128-
CMYK0.570.0500.50
HSL185.75º39.89%35.88%-
HSV(B)185.75º57.03%50.2%-
XYZ12.3116.0522.87-
YUV102.06142.6394.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=18.09%
G=39.80%
B=42.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551211280.570.0500.50185.7539.8935.88
Hex377980395032ba2824
Octal671712007150622725044
Binary110111111100110000000111001101011001010111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377980; }

 p { color: rgb(55,121,128); }

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

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

 a { background-color: rgb(55,121,128); }

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

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

 span { border-color: rgb(55,121,128); }

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