Html Css Color HEX #376A71 Ming

📋 copy color: '#376A71'

red 55 ◦ green 106 ◦ blue 113

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

Shades of Ming #376A71

Tints of Ming #376A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

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

R = 20.07%
G = 38.69%
B = 41.24%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376A71 (or 0x376A71) is known color: Ming. HEX triplet: 37, 6A and 71. RGB value is (55,106,113). Sum of RGB (Red+Green+Blue) = 55+106+113=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #376A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A71 is #C8958E. Grayscale: #5B5B5B. Windows color (decimal): -13145487 or 7432759. OLE color: 7432759.

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

Color convert

RGB 55 106 113 -
CMYK 0.51 0.06 0 0.56
HSL 187.24º 0.35% 0.33% -
HSV(B) 187.24º 0.51% 0.44% -
XYZ 9.71 12.31 17.49 -
YUV 91.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 55 106 113 0.51 0.06 0 0.56 187.24 0.35 0.33
Hex 37 6A 71 33 6 0 38 BB 23 21
Octal 67 152 161 63 6 0 70 273 43 41
Binary 110111 1101010 1110001 110011 110 0 111000 10111011 100011 100001

Color Harmonies of #376A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A71

Black with #376A71

Text Example


Text Example

White with #376A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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