Harbour Blue
#417491
Looking for the precise values behind Harbour Blue (#417491)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #417491 | |
|---|---|---|
| RGB | rgb(65, 116, 145) | |
| HSL | hsl(202, 38%, 41%) | |
| CMYK | cmyk(55%, 20%, 0%, 43%) | |
| LAB | lab(46, -11, -21) | |
| OKLCH | oklch(0.54 0.071 235) |
Color harmonies
Tints & shades
Code snippets
color: #417491;
background-color: #417491;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF417491)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.45, blue: 0.57, alpha: 1.0)