#377275

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

Shades of Ming #377275

Tints of Ming #377275

Color information

#377275 (or 0x377275) is unknown color: approx Ming. HEX triplet: 37, 72 and 75. RGB value is (55,114,117). Sum of RGB (Red+Green+Blue) = 55+114+117=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #377275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377275 is #C88D8A. Grayscale: #606060. Windows color (decimal): -13143435 or 7696951. OLE color: 7696951.

HSL color Cylindrical-coordinate representation of color #377275: hue angle of 182.9º 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 #377275 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB55114117-
CMYK0.530.0300.54
HSL182.9º36.05%33.73%-
HSV(B)182.9º52.99%45.88%-
XYZ10.814.1318.99-
YUV96.7139.4598.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=19.23%
G=39.86%
B=40.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551141170.530.0300.54182.936.0533.73
Hex377275353036b72422
Octal671621656530662674442
Binary1101111110010111010111010111011011010110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377275; }

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

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

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

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

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

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

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

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