#376F72

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

Shades of Ming #376F72

Tints of Ming #376F72

Color information

#376F72 (or 0x376F72) is unknown color: approx Ming. HEX triplet: 37, 6F and 72. RGB value is (55,111,114). Sum of RGB (Red+Green+Blue) = 55+111+114=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #376F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F72 is #C8908D. Grayscale: #5E5E5E. Windows color (decimal): -13144206 or 7499575. OLE color: 7499575.

HSL color Cylindrical-coordinate representation of color #376F72: hue angle of 183.05º 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 #376F72 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB55111114-
CMYK0.520.0300.55
HSL183.05º34.91%33.14%-
HSV(B)183.05º51.75%44.71%-
XYZ10.313.417.96-
YUV94.6138.9599.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=19.64%
G=39.64%
B=40.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551111140.520.0300.55183.0534.9133.14
Hex376F72343037b72321
Octal671571626430672674341
Binary1101111101111111001011010011011011110110111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376F72; }

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

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

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

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

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

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

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

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