Html Css Color HEX #377980 Ming

📋 copy color: '#377980'

red 55 ◦ green 121 ◦ blue 128

#377980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #377980

Tints of Ming #377980

RGB

 RED value IS 55 (21.88% from 255) = 18.09%

 GREEN value IS 121 (47.66% from 255) = 39.8%

 BLUE value IS 128 (50.39% from 255) = 42.11%

R = 18.09%
G = 39.8%
B = 42.11%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#377980 (or 0x377980) is known color: Ming. HEX triplet: 37, 79 and 80. RGB value is (55,121,128). Sum of RGB (Red+Green+Blue) = 55+121+128=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #377980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377980 is #C8867F. Grayscale: #656565. Windows color (decimal): -13141632 or 8419639. OLE color: 8419639.

HSL color Cylindrical-coordinate representation of color #377980: hue angle of 185.75º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377980 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 121 128 -
CMYK 0.57 0.05 0 0.50
HSL 185.75º 0.4% 0.36% -
HSV(B) 185.75º 0.57% 0.5% -
XYZ 12.31 16.05 22.87 -
YUV 102.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 55 121 128 0.57 0.05 0 0.50 185.75 0.4 0.36
Hex 37 79 80 39 5 0 32 BA 28 24
Octal 67 171 200 71 5 0 62 272 50 44
Binary 110111 1111001 10000000 111001 101 0 110010 10111010 101000 100100

Color Harmonies of #377980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377980

Black with #377980

Text Example


Text Example

White with #377980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377980; }

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

 H1.HeaderClassName
 {
   color: #377980;
 }
 .AnyTagClassName
 {
   color: #377980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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