Shades of Persian Blue #171EC3
Tints of Persian Blue #171EC3
RGB
CMYK
RGB Variations
Color information
#171EC3 (or 0x171EC3) is known color: Persian Blue. HEX triplet: 17, 1E and C3. RGB value is (23,30,195). Sum of RGB (Red+Green+Blue) = 23+30+195=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 195 (76.56% from 255 or 78.63% from 248); Max value from RGB is 195 - color contains mainly: blue. Hex color #171EC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171EC3 is #E8E13C. Grayscale: #2E2E2E. Windows color (decimal): -15262013 or 12787223. OLE color: 12787223.
HSL color Cylindrical-coordinate representation of color #171EC3: hue angle of 237.56º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #171EC3 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 30 | 195 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.24 |
| HSL | 237.56º | 0.79% | 0.43% | - |
| HSV(B) | 237.56º | 0.88% | 0.76% | - |
| XYZ | 10.67 | 5.05 | 52.04 | - |
| YUV | 46.72 | 211.68 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 195 | 0.88 | 0.85 | 0 | 0.24 | 237.56 | 0.79 | 0.43 |
| Hex | 17 | 1E | C3 | 58 | 55 | 0 | 18 | EE | 4F | 2B |
| Octal | 27 | 36 | 303 | 130 | 125 | 0 | 30 | 356 | 117 | 53 |
| Binary | 10111 | 11110 | 11000011 | 1011000 | 1010101 | 0 | 11000 | 11101110 | 1001111 | 101011 |
Color Harmonies of #171EC3
Complementary color
Monochromatic Colors of #171EC3
Black with #171EC3
Text Example
Text Example
White with #171EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171EC3; }
p { color: rgb(23,30,195); }
H1.HeaderClassName
{
color: #171EC3;
}
.AnyTagClassName
{
color: #171EC3;
}
</style>
background-color css
<style>
a { background-color: #171EC3; }
a { background-color: rgb(23,30,195); }
div.DivClassName
{
background-color: #171EC3;
}
.BgClassName
{
background-color: #171EC3;
}
</style>
border-color css
<style>
span { border-color: #171EC3; }
span { border-color: rgb(23,30,195); }
td.TdClassName
{
border-color: #171EC3;
}
.TagClassName
{
border-color: #171EC3;
}
</style>