#377580

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

Shades of Ming #377580

Tints of Ming #377580

Color information

#377580 (or 0x377580) is unknown color: approx Ming. HEX triplet: 37, 75 and 80. RGB value is (55,117,128). Sum of RGB (Red+Green+Blue) = 55+117+128=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #377580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377580 is #C88A7F. Grayscale: #636363. Windows color (decimal): -13142656 or 8418615. OLE color: 8418615.

HSL color Cylindrical-coordinate representation of color #377580: hue angle of 189.04º 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 #377580 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB55117128-
CMYK0.570.0900.50
HSL189.04º39.89%35.88%-
HSV(B)189.04º57.03%50.2%-
XYZ11.8315.0922.71-
YUV99.72143.9696.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=18.33%
G=39%
B=42.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551171280.570.0900.50189.0439.8935.88
Hex377580399032bd2824
Octal6716520071110622755044
Binary1101111110101100000001110011001011001010111101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377580; }

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

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

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

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

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

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

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

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