Html Css Color HEX #376B73 Ming

📋 copy color: '#376B73'

red 55 ◦ green 107 ◦ blue 115

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

Shades of Ming #376B73

Tints of Ming #376B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 19.86%
G = 38.63%
B = 41.52%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376B73 (or 0x376B73) is known color: Ming. HEX triplet: 37, 6B and 73. RGB value is (55,107,115). Sum of RGB (Red+Green+Blue) = 55+107+115=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #376B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B73 is #C8948C. Grayscale: #5C5C5C. Windows color (decimal): -13145229 or 7564087. OLE color: 7564087.

HSL color Cylindrical-coordinate representation of color #376B73: hue angle of 188º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #376B73 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 107 115 -
CMYK 0.52 0.07 0 0.55
HSL 188º 0.35% 0.33% -
HSV(B) 188º 0.52% 0.45% -
XYZ 9.93 12.57 18.12 -
YUV 92.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 55 107 115 0.52 0.07 0 0.55 188 0.35 0.33
Hex 37 6B 73 34 7 0 37 BC 23 21
Octal 67 153 163 64 7 0 67 274 43 41
Binary 110111 1101011 1110011 110100 111 0 110111 10111100 100011 100001

Color Harmonies of #376B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B73

Black with #376B73

Text Example


Text Example

White with #376B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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