Fading Night
#3377cc
Here's everything about the color Fading Night (#3377cc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #3377cc | |
|---|---|---|
| RGB | rgb(51, 119, 204) | |
| HSL | hsl(213, 60%, 50%) | |
| CMYK | cmyk(75%, 42%, 0%, 20%) | |
| LAB | lab(49, 1, -51) | |
| OKLCH | oklch(0.57 0.148 256) |
Color harmonies
Tints & shades
Code snippets
color: #3377cc;
background-color: #3377cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-blue-500 /* ≈ #2b7fff */
/* Flutter */
Color(0xFF3377CC)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.47, blue: 0.80, alpha: 1.0)