Html Css Color HEX #376E79 Ming

📋 copy color: '#376E79'

red 55 ◦ green 110 ◦ blue 121

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

Shades of Ming #376E79

Tints of Ming #376E79

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.46%

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 19.23%
G = 38.46%
B = 42.31%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376E79 (or 0x376E79) is known color: Ming. HEX triplet: 37, 6E and 79. RGB value is (55,110,121). Sum of RGB (Red+Green+Blue) = 55+110+121=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #376E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E79 is #C89186. Grayscale: #5E5E5E. Windows color (decimal): -13144455 or 7958071. OLE color: 7958071.

HSL color Cylindrical-coordinate representation of color #376E79: hue angle of 190º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #376E79 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 110 121 -
CMYK 0.55 0.09 0 0.53
HSL 190º 0.38% 0.35% -
HSV(B) 190º 0.55% 0.47% -
XYZ 10.6 13.34 20.11 -
YUV 94.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 55 110 121 0.55 0.09 0 0.53 190 0.38 0.35
Hex 37 6E 79 37 9 0 35 BE 26 23
Octal 67 156 171 67 11 0 65 276 46 43
Binary 110111 1101110 1111001 110111 1001 0 110101 10111110 100110 100011

Color Harmonies of #376E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E79

Black with #376E79

Text Example


Text Example

White with #376E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,110,121); }

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

background-color css

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

 a { background-color: rgb(55,110,121); }

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

border-color css

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

 span { border-color: rgb(55,110,121); }

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