Html Css Color HEX #37737A Ming

📋 copy color: '#37737A'

red 55 ◦ green 115 ◦ blue 122

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

Shades of Ming #37737A

Tints of Ming #37737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.38%

 BLUE value IS 122 (48.05% from 255) = 41.78%

R = 18.84%
G = 39.38%
B = 41.78%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37737A (or 0x37737A) is known color: Ming. HEX triplet: 37, 73 and 7A. RGB value is (55,115,122). Sum of RGB (Red+Green+Blue) = 55+115+122=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #37737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37737A is #C88C85. Grayscale: #616161. Windows color (decimal): -13143174 or 8024887. OLE color: 8024887.

HSL color Cylindrical-coordinate representation of color #37737A: hue angle of 186.27º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37737A is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 115 122 -
CMYK 0.55 0.06 0 0.52
HSL 186.27º 0.38% 0.35% -
HSV(B) 186.27º 0.55% 0.48% -
XYZ 11.22 14.48 20.62 -
YUV 97.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 55 115 122 0.55 0.06 0 0.52 186.27 0.38 0.35
Hex 37 73 7A 37 6 0 34 BA 26 23
Octal 67 163 172 67 6 0 64 272 46 43
Binary 110111 1110011 1111010 110111 110 0 110100 10111010 100110 100011

Color Harmonies of #37737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37737A

Black with #37737A

Text Example


Text Example

White with #37737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37737A; }

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

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

background-color css

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

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

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

border-color css

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

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

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