Denim
#2243b6
Denim, represented by the hex value #2243b6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #2243b6 | |
|---|---|---|
| RGB | rgb(34, 67, 182) | |
| HSL | hsl(227, 69%, 42%) | |
| CMYK | cmyk(81%, 63%, 0%, 29%) | |
| LAB | lab(32, 23, -66) | |
| OKLCH | oklch(0.44 0.186 266) |
Color harmonies
Tints & shades
Code snippets
color: #2243b6;
background-color: #2243b6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF2243B6)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.26, blue: 0.71, alpha: 1.0)