Html Css Color HEX #376971 Ming

📋 copy color: '#376971'

red 55 ◦ green 105 ◦ blue 113

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

Shades of Ming #376971

Tints of Ming #376971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

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

R = 20.15%
G = 38.46%
B = 41.39%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376971 (or 0x376971) is known color: Ming. HEX triplet: 37, 69 and 71. RGB value is (55,105,113). Sum of RGB (Red+Green+Blue) = 55+105+113=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #376971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376971 is #C8968E. Grayscale: #5A5A5A. Windows color (decimal): -13145743 or 7432503. OLE color: 7432503.

HSL color Cylindrical-coordinate representation of color #376971: hue angle of 188.28º 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 #376971 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 105 113 -
CMYK 0.51 0.07 0 0.56
HSL 188.28º 0.35% 0.33% -
HSV(B) 188.28º 0.51% 0.44% -
XYZ 9.61 12.11 17.45 -
YUV 90.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 55 105 113 0.51 0.07 0 0.56 188.28 0.35 0.33
Hex 37 69 71 33 7 0 38 BC 23 21
Octal 67 151 161 63 7 0 70 274 43 41
Binary 110111 1101001 1110001 110011 111 0 111000 10111100 100011 100001

Color Harmonies of #376971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376971

Black with #376971

Text Example


Text Example

White with #376971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376971; }

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

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

background-color css

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

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

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

border-color css

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

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

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