#377274

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

Shades of Ming #377274

Tints of Ming #377274

Color information

#377274 (or 0x377274) is unknown color: approx Ming. HEX triplet: 37, 72 and 74. RGB value is (55,114,116). Sum of RGB (Red+Green+Blue) = 55+114+116=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #377274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377274 is #C88D8B. Grayscale: #606060. Windows color (decimal): -13143436 or 7631415. OLE color: 7631415.

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

Color convert

RGB55114116-
CMYK0.530.0200.55
HSL181.97º35.67%33.53%-
HSV(B)181.97º52.59%45.49%-
XYZ10.7514.1118.68-
YUV96.59138.9598.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=19.30%
G=40%
B=40.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551141160.530.0200.55181.9735.6733.53
Hex377274352037b62422
Octal671621646520672664442
Binary1101111110010111010011010110011011110110110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377274; }

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

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

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

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

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

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

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

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