#377072

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

Shades of Ming #377072

Tints of Ming #377072

Color information

#377072 (or 0x377072) is unknown color: approx Ming. HEX triplet: 37, 70 and 72. RGB value is (55,112,114). Sum of RGB (Red+Green+Blue) = 55+112+114=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #377072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377072 is #C88F8D. Grayscale: #5F5F5F. Windows color (decimal): -13143950 or 7499831. OLE color: 7499831.

HSL color Cylindrical-coordinate representation of color #377072: hue angle of 182.03º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377072 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB55112114-
CMYK0.520.0200.55
HSL182.03º34.91%33.14%-
HSV(B)182.03º51.75%44.71%-
XYZ10.4113.6218-
YUV95.18138.6299.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=19.57%
G=39.86%
B=40.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551121140.520.0200.55182.0334.9133.14
Hex377072342037b62321
Octal671601626420672664341
Binary1101111110000111001011010010011011110110110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377072; }

 p { color: rgb(55,112,114); }

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

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

 a { background-color: rgb(55,112,114); }

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

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

 span { border-color: rgb(55,112,114); }

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