Html Css Color HEX #37747F Ming

📋 copy color: '#37747F'

red 55 ◦ green 116 ◦ blue 127

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

Shades of Ming #37747F

Tints of Ming #37747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.62%

R = 18.46%
G = 38.93%
B = 42.62%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37747F (or 0x37747F) is known color: Ming. HEX triplet: 37, 74 and 7F. RGB value is (55,116,127). Sum of RGB (Red+Green+Blue) = 55+116+127=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #37747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37747F is #C88B80. Grayscale: #626262. Windows color (decimal): -13142913 or 8352823. OLE color: 8352823.

HSL color Cylindrical-coordinate representation of color #37747F: hue angle of 189.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37747F is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 116 127 -
CMYK 0.57 0.09 0 0.50
HSL 189.17º 0.4% 0.36% -
HSV(B) 189.17º 0.57% 0.5% -
XYZ 11.65 14.84 22.33 -
YUV 99.02 143.79 96.61 -
System Red Green Blue C M Y K H S L
Decimal 55 116 127 0.57 0.09 0 0.50 189.17 0.4 0.36
Hex 37 74 7F 39 9 0 32 BD 28 24
Octal 67 164 177 71 11 0 62 275 50 44
Binary 110111 1110100 1111111 111001 1001 0 110010 10111101 101000 100100

Color Harmonies of #37747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37747F

Black with #37747F

Text Example


Text Example

White with #37747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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