Mysterious Blue
#3e7a85
Mysterious Blue is a color with the hex code #3e7a85. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #3e7a85 | |
|---|---|---|
| RGB | rgb(62, 122, 133) | |
| HSL | hsl(189, 36%, 38%) | |
| CMYK | cmyk(53%, 8%, 0%, 48%) | |
| LAB | lab(48, -18, -12) | |
| OKLCH | oklch(0.54 0.064 211) |
Color harmonies
Tints & shades
Code snippets
color: #3e7a85;
background-color: #3e7a85;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF3E7A85)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.48, blue: 0.52, alpha: 1.0)