Shades of Persian Blue #172DCC
Tints of Persian Blue #172DCC
RGB
CMYK
RGB Variations
Color information
#172DCC (or 0x172DCC) is known color: Persian Blue. HEX triplet: 17, 2D and CC. RGB value is (23,45,204). Sum of RGB (Red+Green+Blue) = 23+45+204=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #172DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172DCC is #E8D233. Grayscale: #373737. Windows color (decimal): -15258164 or 13380887. OLE color: 13380887.
HSL color Cylindrical-coordinate representation of color #172DCC: hue angle of 232.71º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172DCC is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 45 | 204 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.2 |
| HSL | 232.71º | 0.8% | 0.45% | - |
| HSV(B) | 232.71º | 0.89% | 0.8% | - |
| XYZ | 12.19 | 6.42 | 57.72 | - |
| YUV | 56.55 | 211.21 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 204 | 0.89 | 0.78 | 0 | 0.2 | 232.71 | 0.8 | 0.45 |
| Hex | 17 | 2D | CC | 59 | 4E | 0 | 14 | E9 | 50 | 2D |
| Octal | 27 | 55 | 314 | 131 | 116 | 0 | 24 | 351 | 120 | 55 |
| Binary | 10111 | 101101 | 11001100 | 1011001 | 1001110 | 0 | 10100 | 11101001 | 1010000 | 101101 |
Color Harmonies of #172DCC
Complementary color
Monochromatic Colors of #172DCC
Black with #172DCC
Text Example
Text Example
White with #172DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DCC; }
p { color: rgb(23,45,204); }
H1.HeaderClassName
{
color: #172DCC;
}
.AnyTagClassName
{
color: #172DCC;
}
</style>
background-color css
<style>
a { background-color: #172DCC; }
a { background-color: rgb(23,45,204); }
div.DivClassName
{
background-color: #172DCC;
}
.BgClassName
{
background-color: #172DCC;
}
</style>
border-color css
<style>
span { border-color: #172DCC; }
span { border-color: rgb(23,45,204); }
td.TdClassName
{
border-color: #172DCC;
}
.TagClassName
{
border-color: #172DCC;
}
</style>