#377983

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

Shades of Ming #377983

Tints of Ming #377983

Color information

#377983 (or 0x377983) is unknown color: approx Ming. HEX triplet: 37, 79 and 83. RGB value is (55,121,131). Sum of RGB (Red+Green+Blue) = 55+121+131=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #377983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377983 is #C8867C. Grayscale: #666666. Windows color (decimal): -13141629 or 8616247. OLE color: 8616247.

HSL color Cylindrical-coordinate representation of color #377983: hue angle of 187.89º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377983 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55121131-
CMYK0.580.0800.49
HSL187.89º40.86%36.47%-
HSV(B)187.89º58.02%51.37%-
XYZ12.5116.1323.93-
YUV102.41144.1394.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=17.92%
G=39.41%
B=42.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551211310.580.0800.49187.8940.8636.47
Hex3779833A8031bc2924
Octal6717120372100612745144
Binary1101111111001100000111110101000011000110111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377983; }

 p { color: rgb(55,121,131); }

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

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

 a { background-color: rgb(55,121,131); }

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

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

 span { border-color: rgb(55,121,131); }

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