Shades of Persian Blue #172CE4
Tints of Persian Blue #172CE4
RGB
CMYK
RGB Variations
Color information
#172CE4 (or 0x172CE4) is known color: Persian Blue. HEX triplet: 17, 2C and E4. RGB value is (23,44,228). Sum of RGB (Red+Green+Blue) = 23+44+228=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 228 (89.45% from 255 or 77.29% from 295); Max value from RGB is 228 - color contains mainly: blue. Hex color #172CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CE4 is #E8D31B. Grayscale: #393939. Windows color (decimal): -15258396 or 14953495. OLE color: 14953495.
HSL color Cylindrical-coordinate representation of color #172CE4: hue angle of 233.85º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172CE4 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 44 | 228 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.11 |
| HSL | 233.85º | 0.82% | 0.49% | - |
| HSV(B) | 233.85º | 0.9% | 0.89% | - |
| XYZ | 15.26 | 7.58 | 74.06 | - |
| YUV | 58.7 | 223.54 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 228 | 0.90 | 0.81 | 0 | 0.11 | 233.85 | 0.82 | 0.49 |
| Hex | 17 | 2C | E4 | 5A | 51 | 0 | B | EA | 52 | 31 |
| Octal | 27 | 54 | 344 | 132 | 121 | 0 | 13 | 352 | 122 | 61 |
| Binary | 10111 | 101100 | 11100100 | 1011010 | 1010001 | 0 | 1011 | 11101010 | 1010010 | 110001 |
Color Harmonies of #172CE4
Complementary color
Monochromatic Colors of #172CE4
Black with #172CE4
Text Example
Text Example
White with #172CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172CE4; }
p { color: rgb(23,44,228); }
H1.HeaderClassName
{
color: #172CE4;
}
.AnyTagClassName
{
color: #172CE4;
}
</style>
background-color css
<style>
a { background-color: #172CE4; }
a { background-color: rgb(23,44,228); }
div.DivClassName
{
background-color: #172CE4;
}
.BgClassName
{
background-color: #172CE4;
}
</style>
border-color css
<style>
span { border-color: #172CE4; }
span { border-color: rgb(23,44,228); }
td.TdClassName
{
border-color: #172CE4;
}
.TagClassName
{
border-color: #172CE4;
}
</style>