Shades of Regal Blue #173556
Tints of Regal Blue #173556
RGB
CMYK
RGB Variations
Color information
#173556 (or 0x173556) is known color: Regal Blue. HEX triplet: 17, 35 and 56. RGB value is (23,53,86). Sum of RGB (Red+Green+Blue) = 23+53+86=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #173556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173556 is #E8CAA9. Grayscale: #2F2F2F. Windows color (decimal): -15256234 or 5649687. OLE color: 5649687.
HSL color Cylindrical-coordinate representation of color #173556: hue angle of 211.43º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173556 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 53 | 86 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.66 |
| HSL | 211.43º | 0.58% | 0.21% | - |
| HSV(B) | 211.43º | 0.73% | 0.34% | - |
| XYZ | 3.31 | 3.4 | 9.29 | - |
| YUV | 47.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 86 | 0.73 | 0.38 | 0 | 0.66 | 211.43 | 0.58 | 0.21 |
| Hex | 17 | 35 | 56 | 49 | 26 | 0 | 42 | D3 | 3A | 15 |
| Octal | 27 | 65 | 126 | 111 | 46 | 0 | 102 | 323 | 72 | 25 |
| Binary | 10111 | 110101 | 1010110 | 1001001 | 100110 | 0 | 1000010 | 11010011 | 111010 | 10101 |
Color Harmonies of #173556
Complementary color
Monochromatic Colors of #173556
Black with #173556
Text Example
Text Example
White with #173556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173556; }
p { color: rgb(23,53,86); }
H1.HeaderClassName
{
color: #173556;
}
.AnyTagClassName
{
color: #173556;
}
</style>
background-color css
<style>
a { background-color: #173556; }
a { background-color: rgb(23,53,86); }
div.DivClassName
{
background-color: #173556;
}
.BgClassName
{
background-color: #173556;
}
</style>
border-color css
<style>
span { border-color: #173556; }
span { border-color: rgb(23,53,86); }
td.TdClassName
{
border-color: #173556;
}
.TagClassName
{
border-color: #173556;
}
</style>