Maniac Mansion
#004058
Maniac Mansion, represented by the hex value #004058, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #004058 | |
|---|---|---|
| RGB | rgb(0, 64, 88) | |
| HSL | hsl(196, 100%, 17%) | |
| CMYK | cmyk(100%, 27%, 0%, 65%) | |
| LAB | lab(25, -11, -20) | |
| OKLCH | oklch(0.35 0.07 231) |
Color harmonies
Tints & shades
Code snippets
color: #004058;
background-color: #004058;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF004058)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.25, blue: 0.35, alpha: 1.0)