Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
steelblue | 337EAF | #337EAF | 51, 126, 175 | 20, 49.41, 68.63 | 70.86, 28, 0, 31.37 | 203.70967741935, 70.857142857143, 68.627450980392 |
Color #337eaf is steelblue. In RGB: 20, 49.41, 68.63. In CMYK: 70.86, 28, 0, 31.37.
div { background: #337eaf; color: #000; }
div { background: #337eaf; color: #fff; }
div { background: linear-gradient(to bottom, #006594 0%, #5398CB 100%); color: #000; }
div { background: linear-gradient(to bottom, #5398CB 0%, #006594 100%); color: #000; }
div { background: linear-gradient(to bottom, #006594 0%, #5398CB 100%); color: #fff; }
div { background: linear-gradient(to bottom, #5398CB 0%, #006594 100%); color: #fff; }
div { border: 1px solid #337eaf; }
div { border: 5px solid #337eaf; }
div { border: 1px dashed #337eaf; }
div { border: 5px dashed #337eaf; }
div { border: 1px dotted #337eaf; }
div { border: 5px dotted #337eaf; }