Shades of Persian Blue #173AB3
Tints of Persian Blue #173AB3
RGB
CMYK
RGB Variations
Color information
#173AB3 (or 0x173AB3) is known color: Persian Blue. HEX triplet: 17, 3A and B3. RGB value is (23,58,179). Sum of RGB (Red+Green+Blue) = 23+58+179=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 179 (70.31% from 255 or 68.85% from 260); Max value from RGB is 179 - color contains mainly: blue. Hex color #173AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173AB3 is #E8C54C. Grayscale: #3C3C3C. Windows color (decimal): -15254861 or 11745815. OLE color: 11745815.
HSL color Cylindrical-coordinate representation of color #173AB3: hue angle of 226.54º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #173AB3 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 58 | 179 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.30 |
| HSL | 226.54º | 0.77% | 0.4% | - |
| HSV(B) | 226.54º | 0.87% | 0.7% | - |
| XYZ | 10 | 6.46 | 43.37 | - |
| YUV | 61.33 | 194.4 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 179 | 0.87 | 0.68 | 0 | 0.30 | 226.54 | 0.77 | 0.4 |
| Hex | 17 | 3A | B3 | 57 | 44 | 0 | 1E | E3 | 4D | 28 |
| Octal | 27 | 72 | 263 | 127 | 104 | 0 | 36 | 343 | 115 | 50 |
| Binary | 10111 | 111010 | 10110011 | 1010111 | 1000100 | 0 | 11110 | 11100011 | 1001101 | 101000 |
Color Harmonies of #173AB3
Complementary color
Monochromatic Colors of #173AB3
Black with #173AB3
Text Example
Text Example
White with #173AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173AB3; }
p { color: rgb(23,58,179); }
H1.HeaderClassName
{
color: #173AB3;
}
.AnyTagClassName
{
color: #173AB3;
}
</style>
background-color css
<style>
a { background-color: #173AB3; }
a { background-color: rgb(23,58,179); }
div.DivClassName
{
background-color: #173AB3;
}
.BgClassName
{
background-color: #173AB3;
}
</style>
border-color css
<style>
span { border-color: #173AB3; }
span { border-color: rgb(23,58,179); }
td.TdClassName
{
border-color: #173AB3;
}
.TagClassName
{
border-color: #173AB3;
}
</style>