Html Css Color HEX #376D74 Ming

📋 copy color: '#376D74'

red 55 ◦ green 109 ◦ blue 116

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

Shades of Ming #376D74

Tints of Ming #376D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.93%

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 19.64%
G = 38.93%
B = 41.43%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376D74 (or 0x376D74) is known color: Ming. HEX triplet: 37, 6D and 74. RGB value is (55,109,116). Sum of RGB (Red+Green+Blue) = 55+109+116=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #376D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D74 is #C8928B. Grayscale: #5D5D5D. Windows color (decimal): -13144716 or 7630135. OLE color: 7630135.

HSL color Cylindrical-coordinate representation of color #376D74: hue angle of 186.89º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376D74 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 109 116 -
CMYK 0.53 0.06 0 0.55
HSL 186.89º 0.36% 0.34% -
HSV(B) 186.89º 0.53% 0.45% -
XYZ 10.2 13.01 18.5 -
YUV 93.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 55 109 116 0.53 0.06 0 0.55 186.89 0.36 0.34
Hex 37 6D 74 35 6 0 37 BB 24 22
Octal 67 155 164 65 6 0 67 273 44 42
Binary 110111 1101101 1110100 110101 110 0 110111 10111011 100100 100010

Color Harmonies of #376D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D74

Black with #376D74

Text Example


Text Example

White with #376D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376D74; }

 p { color: rgb(55,109,116); }

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

background-color css

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

 a { background-color: rgb(55,109,116); }

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

border-color css

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

 span { border-color: rgb(55,109,116); }

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