Html Css Color HEX #377071 Ming

📋 copy color: '#377071'

red 55 ◦ green 112 ◦ blue 113

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

Shades of Ming #377071

Tints of Ming #377071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40%

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

R = 19.64%
G = 40%
B = 40.36%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#377071 (or 0x377071) is known color: Ming. HEX triplet: 37, 70 and 71. RGB value is (55,112,113). Sum of RGB (Red+Green+Blue) = 55+112+113=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #377071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377071 is #C88F8E. Grayscale: #5F5F5F. Windows color (decimal): -13143951 or 7434295. OLE color: 7434295.

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

Color convert

RGB 55 112 113 -
CMYK 0.51 0.01 0 0.56
HSL 181.03º 0.35% 0.33% -
HSV(B) 181.03º 0.51% 0.44% -
XYZ 10.35 13.59 17.7 -
YUV 95.07 138.12 99.42 -
System Red Green Blue C M Y K H S L
Decimal 55 112 113 0.51 0.01 0 0.56 181.03 0.35 0.33
Hex 37 70 71 33 1 0 38 B5 23 21
Octal 67 160 161 63 1 0 70 265 43 41
Binary 110111 1110000 1110001 110011 1 0 111000 10110101 100011 100001

Color Harmonies of #377071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377071

Black with #377071

Text Example


Text Example

White with #377071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377071; }

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

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

background-color css

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

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

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

border-color css

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

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

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