Shades of Persian Blue #173BD3
Tints of Persian Blue #173BD3
RGB
CMYK
RGB Variations
Color information
#173BD3 (or 0x173BD3) is known color: Persian Blue. HEX triplet: 17, 3B and D3. RGB value is (23,59,211). Sum of RGB (Red+Green+Blue) = 23+59+211=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 211 (82.81% from 255 or 72.01% from 293); Max value from RGB is 211 - color contains mainly: blue. Hex color #173BD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173BD3 is #E8C42C. Grayscale: #404040. Windows color (decimal): -15254573 or 13843223. OLE color: 13843223.
HSL color Cylindrical-coordinate representation of color #173BD3: hue angle of 228.51º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173BD3 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 23 | 59 | 211 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.17 |
| HSL | 228.51º | 0.8% | 0.46% | - |
| HSV(B) | 228.51º | 0.89% | 0.83% | - |
| XYZ | 13.68 | 8.01 | 62.45 | - |
| YUV | 65.56 | 210.07 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 211 | 0.89 | 0.72 | 0 | 0.17 | 228.51 | 0.8 | 0.46 |
| Hex | 17 | 3B | D3 | 59 | 48 | 0 | 11 | E5 | 50 | 2E |
| Octal | 27 | 73 | 323 | 131 | 110 | 0 | 21 | 345 | 120 | 56 |
| Binary | 10111 | 111011 | 11010011 | 1011001 | 1001000 | 0 | 10001 | 11100101 | 1010000 | 101110 |
Color Harmonies of #173BD3
Complementary color
Monochromatic Colors of #173BD3
Black with #173BD3
Text Example
Text Example
White with #173BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173BD3; }
p { color: rgb(23,59,211); }
H1.HeaderClassName
{
color: #173BD3;
}
.AnyTagClassName
{
color: #173BD3;
}
</style>
background-color css
<style>
a { background-color: #173BD3; }
a { background-color: rgb(23,59,211); }
div.DivClassName
{
background-color: #173BD3;
}
.BgClassName
{
background-color: #173BD3;
}
</style>
border-color css
<style>
span { border-color: #173BD3; }
span { border-color: rgb(23,59,211); }
td.TdClassName
{
border-color: #173BD3;
}
.TagClassName
{
border-color: #173BD3;
}
</style>