Shades of Persian Blue #172CE0
Tints of Persian Blue #172CE0
RGB
CMYK
RGB Variations
Color information
#172CE0 (or 0x172CE0) is known color: Persian Blue. HEX triplet: 17, 2C and E0. RGB value is (23,44,224). Sum of RGB (Red+Green+Blue) = 23+44+224=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 224 (87.89% from 255 or 76.98% from 291); Max value from RGB is 224 - color contains mainly: blue. Hex color #172CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CE0 is #E8D31F. Grayscale: #393939. Windows color (decimal): -15258400 or 14691351. OLE color: 14691351.
HSL color Cylindrical-coordinate representation of color #172CE0: hue angle of 233.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172CE0 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 44 | 224 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.12 |
| HSL | 233.73º | 0.81% | 0.48% | - |
| HSV(B) | 233.73º | 0.9% | 0.88% | - |
| XYZ | 14.71 | 7.37 | 71.17 | - |
| YUV | 58.24 | 221.54 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 224 | 0.90 | 0.80 | 0 | 0.12 | 233.73 | 0.81 | 0.48 |
| Hex | 17 | 2C | E0 | 5A | 50 | 0 | C | EA | 51 | 30 |
| Octal | 27 | 54 | 340 | 132 | 120 | 0 | 14 | 352 | 121 | 60 |
| Binary | 10111 | 101100 | 11100000 | 1011010 | 1010000 | 0 | 1100 | 11101010 | 1010001 | 110000 |
Color Harmonies of #172CE0
Complementary color
Monochromatic Colors of #172CE0
Black with #172CE0
Text Example
Text Example
White with #172CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172CE0; }
p { color: rgb(23,44,224); }
H1.HeaderClassName
{
color: #172CE0;
}
.AnyTagClassName
{
color: #172CE0;
}
</style>
background-color css
<style>
a { background-color: #172CE0; }
a { background-color: rgb(23,44,224); }
div.DivClassName
{
background-color: #172CE0;
}
.BgClassName
{
background-color: #172CE0;
}
</style>
border-color css
<style>
span { border-color: #172CE0; }
span { border-color: rgb(23,44,224); }
td.TdClassName
{
border-color: #172CE0;
}
.TagClassName
{
border-color: #172CE0;
}
</style>