Shades of Persian Blue #173BBC
Tints of Persian Blue #173BBC
RGB
CMYK
RGB Variations
Color information
#173BBC (or 0x173BBC) is known color: Persian Blue. HEX triplet: 17, 3B and BC. RGB value is (23,59,188). Sum of RGB (Red+Green+Blue) = 23+59+188=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #173BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173BBC is #E8C443. Grayscale: #3E3E3E. Windows color (decimal): -15254596 or 12335895. OLE color: 12335895.
HSL color Cylindrical-coordinate representation of color #173BBC: hue angle of 226.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173BBC is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 59 | 188 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.26 |
| HSL | 226.91º | 0.78% | 0.41% | - |
| HSV(B) | 226.91º | 0.88% | 0.74% | - |
| XYZ | 10.99 | 6.94 | 48.34 | - |
| YUV | 62.94 | 198.57 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 188 | 0.88 | 0.69 | 0 | 0.26 | 226.91 | 0.78 | 0.41 |
| Hex | 17 | 3B | BC | 58 | 45 | 0 | 1A | E3 | 4E | 29 |
| Octal | 27 | 73 | 274 | 130 | 105 | 0 | 32 | 343 | 116 | 51 |
| Binary | 10111 | 111011 | 10111100 | 1011000 | 1000101 | 0 | 11010 | 11100011 | 1001110 | 101001 |
Color Harmonies of #173BBC
Complementary color
Monochromatic Colors of #173BBC
Black with #173BBC
Text Example
Text Example
White with #173BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173BBC; }
p { color: rgb(23,59,188); }
H1.HeaderClassName
{
color: #173BBC;
}
.AnyTagClassName
{
color: #173BBC;
}
</style>
background-color css
<style>
a { background-color: #173BBC; }
a { background-color: rgb(23,59,188); }
div.DivClassName
{
background-color: #173BBC;
}
.BgClassName
{
background-color: #173BBC;
}
</style>
border-color css
<style>
span { border-color: #173BBC; }
span { border-color: rgb(23,59,188); }
td.TdClassName
{
border-color: #173BBC;
}
.TagClassName
{
border-color: #173BBC;
}
</style>