Shades of Regal Blue #173250
Tints of Regal Blue #173250
RGB
CMYK
RGB Variations
Color information
#173250 (or 0x173250) is known color: Regal Blue. HEX triplet: 17, 32 and 50. RGB value is (23,50,80). Sum of RGB (Red+Green+Blue) = 23+50+80=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #173250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173250 is #E8CDAF. Grayscale: #2D2D2D. Windows color (decimal): -15257008 or 5255703. OLE color: 5255703.
HSL color Cylindrical-coordinate representation of color #173250: hue angle of 211.58º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #173250 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 50 | 80 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.69 |
| HSL | 211.58º | 0.55% | 0.2% | - |
| HSV(B) | 211.58º | 0.71% | 0.31% | - |
| XYZ | 2.94 | 3.04 | 8.02 | - |
| YUV | 45.35 | 147.55 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 80 | 0.71 | 0.37 | 0 | 0.69 | 211.58 | 0.55 | 0.2 |
| Hex | 17 | 32 | 50 | 47 | 25 | 0 | 45 | D4 | 37 | 14 |
| Octal | 27 | 62 | 120 | 107 | 45 | 0 | 105 | 324 | 67 | 24 |
| Binary | 10111 | 110010 | 1010000 | 1000111 | 100101 | 0 | 1000101 | 11010100 | 110111 | 10100 |
Color Harmonies of #173250
Complementary color
Monochromatic Colors of #173250
Black with #173250
Text Example
Text Example
White with #173250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173250; }
p { color: rgb(23,50,80); }
H1.HeaderClassName
{
color: #173250;
}
.AnyTagClassName
{
color: #173250;
}
</style>
background-color css
<style>
a { background-color: #173250; }
a { background-color: rgb(23,50,80); }
div.DivClassName
{
background-color: #173250;
}
.BgClassName
{
background-color: #173250;
}
</style>
border-color css
<style>
span { border-color: #173250; }
span { border-color: rgb(23,50,80); }
td.TdClassName
{
border-color: #173250;
}
.TagClassName
{
border-color: #173250;
}
</style>