Html Css Color HEX #377580 Ming

📋 copy color: '#377580'

red 55 ◦ green 117 ◦ blue 128

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

Shades of Ming #377580

Tints of Ming #377580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

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

R = 18.33%
G = 39%
B = 42.67%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#377580 (or 0x377580) is known color: Ming. HEX triplet: 37, 75 and 80. RGB value is (55,117,128). Sum of RGB (Red+Green+Blue) = 55+117+128=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #377580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377580 is #C88A7F. Grayscale: #636363. Windows color (decimal): -13142656 or 8418615. OLE color: 8418615.

HSL color Cylindrical-coordinate representation of color #377580: hue angle of 189.04º 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 #377580 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 117 128 -
CMYK 0.57 0.09 0 0.50
HSL 189.04º 0.4% 0.36% -
HSV(B) 189.04º 0.57% 0.5% -
XYZ 11.83 15.09 22.71 -
YUV 99.72 143.96 96.11 -
System Red Green Blue C M Y K H S L
Decimal 55 117 128 0.57 0.09 0 0.50 189.04 0.4 0.36
Hex 37 75 80 39 9 0 32 BD 28 24
Octal 67 165 200 71 11 0 62 275 50 44
Binary 110111 1110101 10000000 111001 1001 0 110010 10111101 101000 100100

Color Harmonies of #377580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377580

Black with #377580

Text Example


Text Example

White with #377580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377580; }

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

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

background-color css

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

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

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

border-color css

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

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

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