Shades of Persian Blue #172ECC
Tints of Persian Blue #172ECC
RGB
CMYK
RGB Variations
Color information
#172ECC (or 0x172ECC) is known color: Persian Blue. HEX triplet: 17, 2E and CC. RGB value is (23,46,204). Sum of RGB (Red+Green+Blue) = 23+46+204=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #172ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172ECC is #E8D133. Grayscale: #383838. Windows color (decimal): -15257908 or 13381143. OLE color: 13381143.
HSL color Cylindrical-coordinate representation of color #172ECC: hue angle of 232.38º 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 #172ECC is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 46 | 204 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.2 |
| HSL | 232.38º | 0.8% | 0.45% | - |
| HSV(B) | 232.38º | 0.89% | 0.8% | - |
| XYZ | 12.23 | 6.5 | 57.74 | - |
| YUV | 57.14 | 210.88 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 204 | 0.89 | 0.77 | 0 | 0.2 | 232.38 | 0.8 | 0.45 |
| Hex | 17 | 2E | CC | 59 | 4D | 0 | 14 | E8 | 50 | 2D |
| Octal | 27 | 56 | 314 | 131 | 115 | 0 | 24 | 350 | 120 | 55 |
| Binary | 10111 | 101110 | 11001100 | 1011001 | 1001101 | 0 | 10100 | 11101000 | 1010000 | 101101 |
Color Harmonies of #172ECC
Complementary color
Monochromatic Colors of #172ECC
Black with #172ECC
Text Example
Text Example
White with #172ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172ECC; }
p { color: rgb(23,46,204); }
H1.HeaderClassName
{
color: #172ECC;
}
.AnyTagClassName
{
color: #172ECC;
}
</style>
background-color css
<style>
a { background-color: #172ECC; }
a { background-color: rgb(23,46,204); }
div.DivClassName
{
background-color: #172ECC;
}
.BgClassName
{
background-color: #172ECC;
}
</style>
border-color css
<style>
span { border-color: #172ECC; }
span { border-color: rgb(23,46,204); }
td.TdClassName
{
border-color: #172ECC;
}
.TagClassName
{
border-color: #172ECC;
}
</style>