Html Css Color HEX #376F74 Ming

📋 copy color: '#376F74'

red 55 ◦ green 111 ◦ blue 116

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

Shades of Ming #376F74

Tints of Ming #376F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.36%

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

R = 19.5%
G = 39.36%
B = 41.13%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376F74 (or 0x376F74) is known color: Ming. HEX triplet: 37, 6F and 74. RGB value is (55,111,116). Sum of RGB (Red+Green+Blue) = 55+111+116=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #376F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F74 is #C8908B. Grayscale: #5E5E5E. Windows color (decimal): -13144204 or 7630647. OLE color: 7630647.

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

Color convert

RGB 55 111 116 -
CMYK 0.53 0.04 0 0.55
HSL 184.92º 0.36% 0.34% -
HSV(B) 184.92º 0.53% 0.45% -
XYZ 10.41 13.44 18.57 -
YUV 94.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 55 111 116 0.53 0.04 0 0.55 184.92 0.36 0.34
Hex 37 6F 74 35 4 0 37 B9 24 22
Octal 67 157 164 65 4 0 67 271 44 42
Binary 110111 1101111 1110100 110101 100 0 110111 10111001 100100 100010

Color Harmonies of #376F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F74

Black with #376F74

Text Example


Text Example

White with #376F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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