Html Css Color HEX #37747C Ming

📋 copy color: '#37747C'

red 55 ◦ green 116 ◦ blue 124

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

Shades of Ming #37747C

Tints of Ming #37747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 18.64%
G = 39.32%
B = 42.03%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37747C (or 0x37747C) is known color: Ming. HEX triplet: 37, 74 and 7C. RGB value is (55,116,124). Sum of RGB (Red+Green+Blue) = 55+116+124=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #37747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37747C is #C88B83. Grayscale: #626262. Windows color (decimal): -13142916 or 8156215. OLE color: 8156215.

HSL color Cylindrical-coordinate representation of color #37747C: hue angle of 186.96º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37747C is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 116 124 -
CMYK 0.56 0.06 0 0.51
HSL 186.96º 0.39% 0.35% -
HSV(B) 186.96º 0.56% 0.49% -
XYZ 11.46 14.76 21.31 -
YUV 98.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 55 116 124 0.56 0.06 0 0.51 186.96 0.39 0.35
Hex 37 74 7C 38 6 0 33 BB 27 23
Octal 67 164 174 70 6 0 63 273 47 43
Binary 110111 1110100 1111100 111000 110 0 110011 10111011 100111 100011

Color Harmonies of #37747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37747C

Black with #37747C

Text Example


Text Example

White with #37747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37747C; }

 p { color: rgb(55,116,124); }

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

background-color css

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

 a { background-color: rgb(55,116,124); }

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

border-color css

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

 span { border-color: rgb(55,116,124); }

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