Shades of Persian Blue #172BBC
Tints of Persian Blue #172BBC
RGB
CMYK
RGB Variations
Color information
#172BBC (or 0x172BBC) is known color: Persian Blue. HEX triplet: 17, 2B and BC. RGB value is (23,43,188). Sum of RGB (Red+Green+Blue) = 23+43+188=254 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.06% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #172BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BBC is #E8D443. Grayscale: #343434. Windows color (decimal): -15258692 or 12331799. OLE color: 12331799.
HSL color Cylindrical-coordinate representation of color #172BBC: hue angle of 232.73º 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 #172BBC is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 43 | 188 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.26 |
| HSL | 232.73º | 0.78% | 0.41% | - |
| HSV(B) | 232.73º | 0.88% | 0.74% | - |
| XYZ | 10.29 | 5.54 | 48.1 | - |
| YUV | 53.55 | 203.87 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 188 | 0.88 | 0.77 | 0 | 0.26 | 232.73 | 0.78 | 0.41 |
| Hex | 17 | 2B | BC | 58 | 4D | 0 | 1A | E9 | 4E | 29 |
| Octal | 27 | 53 | 274 | 130 | 115 | 0 | 32 | 351 | 116 | 51 |
| Binary | 10111 | 101011 | 10111100 | 1011000 | 1001101 | 0 | 11010 | 11101001 | 1001110 | 101001 |
Color Harmonies of #172BBC
Complementary color
Monochromatic Colors of #172BBC
Black with #172BBC
Text Example
Text Example
White with #172BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BBC; }
p { color: rgb(23,43,188); }
H1.HeaderClassName
{
color: #172BBC;
}
.AnyTagClassName
{
color: #172BBC;
}
</style>
background-color css
<style>
a { background-color: #172BBC; }
a { background-color: rgb(23,43,188); }
div.DivClassName
{
background-color: #172BBC;
}
.BgClassName
{
background-color: #172BBC;
}
</style>
border-color css
<style>
span { border-color: #172BBC; }
span { border-color: rgb(23,43,188); }
td.TdClassName
{
border-color: #172BBC;
}
.TagClassName
{
border-color: #172BBC;
}
</style>