Shades of Persian Blue #172CCD
Tints of Persian Blue #172CCD
RGB
CMYK
RGB Variations
Color information
#172CCD (or 0x172CCD) is known color: Persian Blue. HEX triplet: 17, 2C and CD. RGB value is (23,44,205). Sum of RGB (Red+Green+Blue) = 23+44+205=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #172CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CCD is #E8D332. Grayscale: #373737. Windows color (decimal): -15258419 or 13446167. OLE color: 13446167.
HSL color Cylindrical-coordinate representation of color #172CCD: hue angle of 233.08º 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 #172CCD is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 44 | 205 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.20 |
| HSL | 233.08º | 0.8% | 0.45% | - |
| HSV(B) | 233.08º | 0.89% | 0.8% | - |
| XYZ | 12.27 | 6.39 | 58.34 | - |
| YUV | 56.08 | 212.04 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 205 | 0.89 | 0.79 | 0 | 0.20 | 233.08 | 0.8 | 0.45 |
| Hex | 17 | 2C | CD | 59 | 4F | 0 | 14 | E9 | 50 | 2D |
| Octal | 27 | 54 | 315 | 131 | 117 | 0 | 24 | 351 | 120 | 55 |
| Binary | 10111 | 101100 | 11001101 | 1011001 | 1001111 | 0 | 10100 | 11101001 | 1010000 | 101101 |
Color Harmonies of #172CCD
Complementary color
Monochromatic Colors of #172CCD
Black with #172CCD
Text Example
Text Example
White with #172CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172CCD; }
p { color: rgb(23,44,205); }
H1.HeaderClassName
{
color: #172CCD;
}
.AnyTagClassName
{
color: #172CCD;
}
</style>
background-color css
<style>
a { background-color: #172CCD; }
a { background-color: rgb(23,44,205); }
div.DivClassName
{
background-color: #172CCD;
}
.BgClassName
{
background-color: #172CCD;
}
</style>
border-color css
<style>
span { border-color: #172CCD; }
span { border-color: rgb(23,44,205); }
td.TdClassName
{
border-color: #172CCD;
}
.TagClassName
{
border-color: #172CCD;
}
</style>