Sailor
#445780
Looking for the precise values behind Sailor (#445780)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #445780 | |
|---|---|---|
| RGB | rgb(68, 87, 128) | |
| HSL | hsl(221, 31%, 38%) | |
| CMYK | cmyk(47%, 32%, 0%, 50%) | |
| LAB | lab(37, 2, -26) | |
| OKLCH | oklch(0.46 0.071 265) |
Color harmonies
Tints & shades
Code snippets
color: #445780;
background-color: #445780;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF445780)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.34, blue: 0.50, alpha: 1.0)