Html Css Color HEX #376871 Ming

📋 copy color: '#376871'

red 55 ◦ green 104 ◦ blue 113

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

Shades of Ming #376871

Tints of Ming #376871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 20.22%
G = 38.24%
B = 41.54%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376871 (or 0x376871) is known color: Ming. HEX triplet: 37, 68 and 71. RGB value is (55,104,113). Sum of RGB (Red+Green+Blue) = 55+104+113=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #376871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376871 is #C8978E. Grayscale: #5A5A5A. Windows color (decimal): -13145999 or 7432247. OLE color: 7432247.

HSL color Cylindrical-coordinate representation of color #376871: hue angle of 189.31º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #376871 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 104 113 -
CMYK 0.51 0.08 0 0.56
HSL 189.31º 0.35% 0.33% -
HSV(B) 189.31º 0.51% 0.44% -
XYZ 9.51 11.91 17.42 -
YUV 90.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 55 104 113 0.51 0.08 0 0.56 189.31 0.35 0.33
Hex 37 68 71 33 8 0 38 BD 23 21
Octal 67 150 161 63 10 0 70 275 43 41
Binary 110111 1101000 1110001 110011 1000 0 111000 10111101 100011 100001

Color Harmonies of #376871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376871

Black with #376871

Text Example


Text Example

White with #376871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376871; }

 p { color: rgb(55,104,113); }

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

background-color css

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

 a { background-color: rgb(55,104,113); }

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

border-color css

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

 span { border-color: rgb(55,104,113); }

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