Html Css Color HEX #377073 Ming

📋 copy color: '#377073'

red 55 ◦ green 112 ◦ blue 115

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

Shades of Ming #377073

Tints of Ming #377073

RGB

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

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

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

R = 19.5%
G = 39.72%
B = 40.78%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#377073 (or 0x377073) is known color: Ming. HEX triplet: 37, 70 and 73. RGB value is (55,112,115). Sum of RGB (Red+Green+Blue) = 55+112+115=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #377073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377073 is #C88F8C. Grayscale: #5F5F5F. Windows color (decimal): -13143949 or 7565367. OLE color: 7565367.

HSL color Cylindrical-coordinate representation of color #377073: hue angle of 183º 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 #377073 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 112 115 -
CMYK 0.52 0.03 0 0.55
HSL 183º 0.35% 0.33% -
HSV(B) 183º 0.52% 0.45% -
XYZ 10.46 13.64 18.3 -
YUV 95.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 55 112 115 0.52 0.03 0 0.55 183 0.35 0.33
Hex 37 70 73 34 3 0 37 B7 23 21
Octal 67 160 163 64 3 0 67 267 43 41
Binary 110111 1110000 1110011 110100 11 0 110111 10110111 100011 100001

Color Harmonies of #377073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377073

Black with #377073

Text Example


Text Example

White with #377073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377073; }

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

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

background-color css

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

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

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

border-color css

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

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

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