Shades of Persian Blue #173DC0
Tints of Persian Blue #173DC0
RGB
CMYK
RGB Variations
Color information
#173DC0 (or 0x173DC0) is known color: Persian Blue. HEX triplet: 17, 3D and C0. RGB value is (23,61,192). Sum of RGB (Red+Green+Blue) = 23+61+192=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 192 (75.39% from 255 or 69.57% from 276); Max value from RGB is 192 - color contains mainly: blue. Hex color #173DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DC0 is #E8C23F. Grayscale: #404040. Windows color (decimal): -15254080 or 12598551. OLE color: 12598551.
HSL color Cylindrical-coordinate representation of color #173DC0: hue angle of 226.51º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173DC0 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 61 | 192 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.25 |
| HSL | 226.51º | 0.79% | 0.42% | - |
| HSV(B) | 226.51º | 0.88% | 0.75% | - |
| XYZ | 11.54 | 7.33 | 50.68 | - |
| YUV | 64.57 | 199.91 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 192 | 0.88 | 0.68 | 0 | 0.25 | 226.51 | 0.79 | 0.42 |
| Hex | 17 | 3D | C0 | 58 | 44 | 0 | 19 | E3 | 4F | 2A |
| Octal | 27 | 75 | 300 | 130 | 104 | 0 | 31 | 343 | 117 | 52 |
| Binary | 10111 | 111101 | 11000000 | 1011000 | 1000100 | 0 | 11001 | 11100011 | 1001111 | 101010 |
Color Harmonies of #173DC0
Complementary color
Monochromatic Colors of #173DC0
Black with #173DC0
Text Example
Text Example
White with #173DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173DC0; }
p { color: rgb(23,61,192); }
H1.HeaderClassName
{
color: #173DC0;
}
.AnyTagClassName
{
color: #173DC0;
}
</style>
background-color css
<style>
a { background-color: #173DC0; }
a { background-color: rgb(23,61,192); }
div.DivClassName
{
background-color: #173DC0;
}
.BgClassName
{
background-color: #173DC0;
}
</style>
border-color css
<style>
span { border-color: #173DC0; }
span { border-color: rgb(23,61,192); }
td.TdClassName
{
border-color: #173DC0;
}
.TagClassName
{
border-color: #173DC0;
}
</style>