Html Css Color HEX #377378 Ming

📋 copy color: '#377378'

red 55 ◦ green 115 ◦ blue 120

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

Shades of Ming #377378

Tints of Ming #377378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

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

R = 18.97%
G = 39.66%
B = 41.38%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#377378 (or 0x377378) is known color: Ming. HEX triplet: 37, 73 and 78. RGB value is (55,115,120). Sum of RGB (Red+Green+Blue) = 55+115+120=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #377378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377378 is #C88C87. Grayscale: #616161. Windows color (decimal): -13143176 or 7893815. OLE color: 7893815.

HSL color Cylindrical-coordinate representation of color #377378: hue angle of 184.62º 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 #377378 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 115 120 -
CMYK 0.54 0.04 0 0.53
HSL 184.62º 0.37% 0.34% -
HSV(B) 184.62º 0.54% 0.47% -
XYZ 11.1 14.43 19.97 -
YUV 97.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 55 115 120 0.54 0.04 0 0.53 184.62 0.37 0.34
Hex 37 73 78 36 4 0 35 B9 25 22
Octal 67 163 170 66 4 0 65 271 45 42
Binary 110111 1110011 1111000 110110 100 0 110101 10111001 100101 100010

Color Harmonies of #377378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377378

Black with #377378

Text Example


Text Example

White with #377378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377378; }

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

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

background-color css

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

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

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

border-color css

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

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

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