Shades of Persian Blue #172BCC
Tints of Persian Blue #172BCC
RGB
CMYK
RGB Variations
Color information
#172BCC (or 0x172BCC) is known color: Persian Blue. HEX triplet: 17, 2B and CC. RGB value is (23,43,204). Sum of RGB (Red+Green+Blue) = 23+43+204=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #172BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BCC is #E8D433. Grayscale: #363636. Windows color (decimal): -15258676 or 13380375. OLE color: 13380375.
HSL color Cylindrical-coordinate representation of color #172BCC: hue angle of 233.37º 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 #172BCC is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 43 | 204 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.2 |
| HSL | 233.37º | 0.8% | 0.45% | - |
| HSV(B) | 233.37º | 0.89% | 0.8% | - |
| XYZ | 12.12 | 6.27 | 57.7 | - |
| YUV | 55.37 | 211.87 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 204 | 0.89 | 0.79 | 0 | 0.2 | 233.37 | 0.8 | 0.45 |
| Hex | 17 | 2B | CC | 59 | 4F | 0 | 14 | E9 | 50 | 2D |
| Octal | 27 | 53 | 314 | 131 | 117 | 0 | 24 | 351 | 120 | 55 |
| Binary | 10111 | 101011 | 11001100 | 1011001 | 1001111 | 0 | 10100 | 11101001 | 1010000 | 101101 |
Color Harmonies of #172BCC
Complementary color
Monochromatic Colors of #172BCC
Black with #172BCC
Text Example
Text Example
White with #172BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BCC; }
p { color: rgb(23,43,204); }
H1.HeaderClassName
{
color: #172BCC;
}
.AnyTagClassName
{
color: #172BCC;
}
</style>
background-color css
<style>
a { background-color: #172BCC; }
a { background-color: rgb(23,43,204); }
div.DivClassName
{
background-color: #172BCC;
}
.BgClassName
{
background-color: #172BCC;
}
</style>
border-color css
<style>
span { border-color: #172BCC; }
span { border-color: rgb(23,43,204); }
td.TdClassName
{
border-color: #172BCC;
}
.TagClassName
{
border-color: #172BCC;
}
</style>