#377882

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

Shades of Ming #377882

Tints of Ming #377882

Color information

#377882 (or 0x377882) is unknown color: approx Ming. HEX triplet: 37, 78 and 82. RGB value is (55,120,130). Sum of RGB (Red+Green+Blue) = 55+120+130=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #377882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377882 is #C8877D. Grayscale: #656565. Windows color (decimal): -13141886 or 8550455. OLE color: 8550455.

HSL color Cylindrical-coordinate representation of color #377882: hue angle of 188º 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 #377882 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55120130-
CMYK0.580.0800.49
HSL188º40.54%36.27%-
HSV(B)188º57.69%50.98%-
XYZ12.3215.8623.53-
YUV101.7143.9794.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=18.03%
G=39.34%
B=42.62%

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
Decimal551201300.580.0800.4918840.5436.27
Hex3778823A8031bc2924
Octal6717020272100612745144
Binary1101111111000100000101110101000011000110111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377882; }

 p { color: rgb(55,120,130); }

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

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

 a { background-color: rgb(55,120,130); }

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

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

 span { border-color: rgb(55,120,130); }

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