#377981

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

Shades of Ming #377981

Tints of Ming #377981

Color information

#377981 (or 0x377981) is unknown color: approx Ming. HEX triplet: 37, 79 and 81. RGB value is (55,121,129). Sum of RGB (Red+Green+Blue) = 55+121+129=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #377981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377981 is #C8867E. Grayscale: #666666. Windows color (decimal): -13141631 or 8485175. OLE color: 8485175.

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

Color convert

RGB55121129-
CMYK0.570.0600.49
HSL186.49º40.22%36.08%-
HSV(B)186.49º57.36%50.59%-
XYZ12.3816.0723.22-
YUV102.18143.1394.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=18.03%
G=39.67%
B=42.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551211290.570.0600.49186.4940.2236.08
Hex377981396031ba2824
Octal671712017160612725044
Binary110111111100110000001111001110011000110111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377981; }

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

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

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

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

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

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

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

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