#377375

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

Shades of Ming #377375

Tints of Ming #377375

Color information

#377375 (or 0x377375) is unknown color: approx Ming. HEX triplet: 37, 73 and 75. RGB value is (55,115,117). Sum of RGB (Red+Green+Blue) = 55+115+117=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #377375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377375 is #C88C8A. Grayscale: #616161. Windows color (decimal): -13143179 or 7697207. OLE color: 7697207.

HSL color Cylindrical-coordinate representation of color #377375: hue angle of 181.94º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377375 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB55115117-
CMYK0.530.0200.54
HSL181.94º36.05%33.73%-
HSV(B)181.94º52.99%45.88%-
XYZ10.9214.3619.03-
YUV97.29139.1297.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=19.16%
G=40.07%
B=40.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551151170.530.0200.54181.9436.0533.73
Hex377375352036b62422
Octal671631656520662664442
Binary1101111110011111010111010110011011010110110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377375; }

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

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

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

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

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

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

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

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