Shades of Persian Blue #172DEC
Tints of Persian Blue #172DEC
RGB
CMYK
RGB Variations
Color information
#172DEC (or 0x172DEC) is known color: Persian Blue. HEX triplet: 17, 2D and EC. RGB value is (23,45,236). Sum of RGB (Red+Green+Blue) = 23+45+236=304 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.57% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #172DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172DEC is #E8D213. Grayscale: #3B3B3B. Windows color (decimal): -15258132 or 15478039. OLE color: 15478039.
HSL color Cylindrical-coordinate representation of color #172DEC: hue angle of 233.8º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172DEC is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 45 | 236 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.07 |
| HSL | 233.8º | 0.85% | 0.51% | - |
| HSV(B) | 233.8º | 0.9% | 0.93% | - |
| XYZ | 16.43 | 8.12 | 80.06 | - |
| YUV | 60.2 | 227.21 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 236 | 0.90 | 0.81 | 0 | 0.07 | 233.8 | 0.85 | 0.51 |
| Hex | 17 | 2D | EC | 5A | 51 | 0 | 7 | EA | 55 | 33 |
| Octal | 27 | 55 | 354 | 132 | 121 | 0 | 7 | 352 | 125 | 63 |
| Binary | 10111 | 101101 | 11101100 | 1011010 | 1010001 | 0 | 111 | 11101010 | 1010101 | 110011 |
Color Harmonies of #172DEC
Complementary color
Monochromatic Colors of #172DEC
Black with #172DEC
Text Example
Text Example
White with #172DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DEC; }
p { color: rgb(23,45,236); }
H1.HeaderClassName
{
color: #172DEC;
}
.AnyTagClassName
{
color: #172DEC;
}
</style>
background-color css
<style>
a { background-color: #172DEC; }
a { background-color: rgb(23,45,236); }
div.DivClassName
{
background-color: #172DEC;
}
.BgClassName
{
background-color: #172DEC;
}
</style>
border-color css
<style>
span { border-color: #172DEC; }
span { border-color: rgb(23,45,236); }
td.TdClassName
{
border-color: #172DEC;
}
.TagClassName
{
border-color: #172DEC;
}
</style>