Html Css Color HEX #377178 Ming

📋 copy color: '#377178'

red 55 ◦ green 113 ◦ blue 120

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

Shades of Ming #377178

Tints of Ming #377178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.24%

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 19.1%
G = 39.24%
B = 41.67%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#377178 (or 0x377178) is known color: Ming. HEX triplet: 37, 71 and 78. RGB value is (55,113,120). Sum of RGB (Red+Green+Blue) = 55+113+120=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #377178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377178 is #C88E87. Grayscale: #606060. Windows color (decimal): -13143688 or 7893303. OLE color: 7893303.

HSL color Cylindrical-coordinate representation of color #377178: hue angle of 186.46º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377178 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 113 120 -
CMYK 0.54 0.06 0 0.53
HSL 186.46º 0.37% 0.34% -
HSV(B) 186.46º 0.54% 0.47% -
XYZ 10.87 13.98 19.89 -
YUV 96.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 55 113 120 0.54 0.06 0 0.53 186.46 0.37 0.34
Hex 37 71 78 36 6 0 35 BA 25 22
Octal 67 161 170 66 6 0 65 272 45 42
Binary 110111 1110001 1111000 110110 110 0 110101 10111010 100101 100010

Color Harmonies of #377178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377178

Black with #377178

Text Example


Text Example

White with #377178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377178; }

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

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

background-color css

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

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

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

border-color css

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

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

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