Shades of Persian Blue #172EB2
Tints of Persian Blue #172EB2
RGB
CMYK
RGB Variations
Color information
#172EB2 (or 0x172EB2) is known color: Persian Blue. HEX triplet: 17, 2E and B2. RGB value is (23,46,178). Sum of RGB (Red+Green+Blue) = 23+46+178=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 178 (69.92% from 255 or 72.06% from 247); Max value from RGB is 178 - color contains mainly: blue. Hex color #172EB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172EB2 is #E8D14D. Grayscale: #353535. Windows color (decimal): -15257934 or 11677207. OLE color: 11677207.
HSL color Cylindrical-coordinate representation of color #172EB2: hue angle of 231.1º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #172EB2 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 46 | 178 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.30 |
| HSL | 231.1º | 0.77% | 0.39% | - |
| HSV(B) | 231.1º | 0.87% | 0.7% | - |
| XYZ | 9.37 | 5.35 | 42.66 | - |
| YUV | 54.17 | 197.88 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 178 | 0.87 | 0.74 | 0 | 0.30 | 231.1 | 0.77 | 0.39 |
| Hex | 17 | 2E | B2 | 57 | 4A | 0 | 1E | E7 | 4D | 27 |
| Octal | 27 | 56 | 262 | 127 | 112 | 0 | 36 | 347 | 115 | 47 |
| Binary | 10111 | 101110 | 10110010 | 1010111 | 1001010 | 0 | 11110 | 11100111 | 1001101 | 100111 |
Color Harmonies of #172EB2
Complementary color
Monochromatic Colors of #172EB2
Black with #172EB2
Text Example
Text Example
White with #172EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172EB2; }
p { color: rgb(23,46,178); }
H1.HeaderClassName
{
color: #172EB2;
}
.AnyTagClassName
{
color: #172EB2;
}
</style>
background-color css
<style>
a { background-color: #172EB2; }
a { background-color: rgb(23,46,178); }
div.DivClassName
{
background-color: #172EB2;
}
.BgClassName
{
background-color: #172EB2;
}
</style>
border-color css
<style>
span { border-color: #172EB2; }
span { border-color: rgb(23,46,178); }
td.TdClassName
{
border-color: #172EB2;
}
.TagClassName
{
border-color: #172EB2;
}
</style>