Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Elephant | 203244 | #203244 | 32, 50, 68 | 12.55, 19.61, 26.67 | 52.94, 26.47, 0, 73.33 | 210, 52.941176470588, 26.666666666667 |
Color #203244 is Elephant. In RGB: 12.55, 19.61, 26.67. In CMYK: 52.94, 26.47, 0, 73.33.
div { background: #203244; color: #000; }
div { background: #203244; color: #fff; }
div { background: linear-gradient(to bottom, #091D2E 0%, #37485C 100%); color: #000; }
div { background: linear-gradient(to bottom, #37485C 0%, #091D2E 100%); color: #000; }
div { background: linear-gradient(to bottom, #091D2E 0%, #37485C 100%); color: #fff; }
div { background: linear-gradient(to bottom, #37485C 0%, #091D2E 100%); color: #fff; }
div { border: 1px solid #203244; }
div { border: 5px solid #203244; }
div { border: 1px dashed #203244; }
div { border: 5px dashed #203244; }
div { border: 1px dotted #203244; }
div { border: 5px dotted #203244; }