#377A83

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

Shades of Ming #377A83

Tints of Ming #377A83

Color information

#377A83 (or 0x377A83) is unknown color: approx Ming. HEX triplet: 37, 7A and 83. RGB value is (55,122,131). Sum of RGB (Red+Green+Blue) = 55+122+131=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #377A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377A83 is #C8857C. Grayscale: #666666. Windows color (decimal): -13141373 or 8616503. OLE color: 8616503.

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

Color convert

RGB55122131-
CMYK0.580.0700.49
HSL187.11º40.86%36.47%-
HSV(B)187.11º58.02%51.37%-
XYZ12.6316.3723.97-
YUV102.99143.893.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=17.86%
G=39.61%
B=42.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551221310.580.0700.49187.1140.8636.47
Hex377A833A7031bb2924
Octal671722037270612735144
Binary110111111101010000011111010111011000110111011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377A83; }

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

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

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

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

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

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

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

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