Ming (#36747D)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 5.31:1 — vs black: 3.95:1

Color values

  • HEX #36747D
  • RGB rgb(54, 116, 125)
  • HSL hsl(187, 56%, 49%)
  • CMYK cmyk( 56.8, 7.2, 0, 50.98 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #36747D based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Ming
#36747D Base
#7D3F36
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Ming
#36747D Base
#367D62
#36507D
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Ming
#36747D Base
#7D3674
#747D36
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Ming
#36747D Base
#7D3650
#7D6236
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Ming
#36747D Base
#62367D
#7D3F36
#507D36
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Ming
#36747D Base
#081112
#1F4248
#2A5A61
#428E99
#4DA5B2
#83C0C9
Shades & Tints

Darker shades and lighter tints of Ming, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#081112
#112427
#1A383D
#234C52
#2D6068
Ming #36747D Base
#489CA8
#6DB6C0
#98CBD2
#C3E1E5
#EDF6F7
CSS & SCSS Snippets

Ready-to-use code snippets for #36747D. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #36747D;
}

/* Text */
.element {
    color: #36747D;
}

/* Border */
.element {
    border: 1px solid #36747D;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #36747D,
        #C44836
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #36747D,
        #C44836
    );
}
SCSS Variable
// SCSS variable
$ming: #36747D;

// With RGB channels (useful for rgba() usage)
$ming-r: 54;
$ming-g: 116;
$ming-b: 125;

// Usage
.element {
    background-color: $ming;
    color: rgba($ming-r, $ming-g, $ming-b, 0.8);
}
Color Blindness Simulation

How Ming appears to people with different types of color vision deficiency.

Normal Vision #36747D How the color appears with full color vision.
Deuteranopia #67677E Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #6F6F7D Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #337575 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #6B6B6B Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Ming ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Ming #36747D Base
Teal Blue #367588 ΔE 4.48
Metallic Seaweed #0A7E8C ΔE 4.74
Skobeloff #007474 ΔE 6.58
Myrtle Green #317873 ΔE 6.93

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.