Le Grand Bleu
#244e94
Looking for the precise values behind Le Grand Bleu (#244e94)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #244e94 | |
|---|---|---|
| RGB | rgb(36, 78, 148) | |
| HSL | hsl(218, 61%, 36%) | |
| CMYK | cmyk(76%, 47%, 0%, 42%) | |
| LAB | lab(33, 5, -44) | |
| OKLCH | oklch(0.43 0.125 260) |
Color harmonies
Tints & shades
Code snippets
color: #244e94;
background-color: #244e94;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF244E94)
/* Swift / UIKit */
UIColor(red: 0.14, green: 0.31, blue: 0.58, alpha: 1.0)