Shades of Persian Blue #173CC8
Tints of Persian Blue #173CC8
RGB
CMYK
RGB Variations
Color information
#173CC8 (or 0x173CC8) is known color: Persian Blue. HEX triplet: 17, 3C and C8. RGB value is (23,60,200). Sum of RGB (Red+Green+Blue) = 23+60+200=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #173CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CC8 is #E8C337. Grayscale: #404040. Windows color (decimal): -15254328 or 13122583. OLE color: 13122583.
HSL color Cylindrical-coordinate representation of color #173CC8: hue angle of 227.46º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173CC8 is Cyan = 0.88, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 60 | 200 | - |
| CMYK | 0.88 | 0.7 | 0 | 0.22 |
| HSL | 227.46º | 0.79% | 0.44% | - |
| HSV(B) | 227.46º | 0.89% | 0.78% | - |
| XYZ | 12.39 | 7.58 | 55.45 | - |
| YUV | 64.9 | 204.24 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 200 | 0.88 | 0.7 | 0 | 0.22 | 227.46 | 0.79 | 0.44 |
| Hex | 17 | 3C | C8 | 58 | 46 | 0 | 16 | E3 | 4F | 2C |
| Octal | 27 | 74 | 310 | 130 | 106 | 0 | 26 | 343 | 117 | 54 |
| Binary | 10111 | 111100 | 11001000 | 1011000 | 1000110 | 0 | 10110 | 11100011 | 1001111 | 101100 |
Color Harmonies of #173CC8
Complementary color
Monochromatic Colors of #173CC8
Black with #173CC8
Text Example
Text Example
White with #173CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CC8; }
p { color: rgb(23,60,200); }
H1.HeaderClassName
{
color: #173CC8;
}
.AnyTagClassName
{
color: #173CC8;
}
</style>
background-color css
<style>
a { background-color: #173CC8; }
a { background-color: rgb(23,60,200); }
div.DivClassName
{
background-color: #173CC8;
}
.BgClassName
{
background-color: #173CC8;
}
</style>
border-color css
<style>
span { border-color: #173CC8; }
span { border-color: rgb(23,60,200); }
td.TdClassName
{
border-color: #173CC8;
}
.TagClassName
{
border-color: #173CC8;
}
</style>