Shades of Persian Blue #173CE4
Tints of Persian Blue #173CE4
RGB
CMYK
RGB Variations
Color information
#173CE4 (or 0x173CE4) is known color: Persian Blue. HEX triplet: 17, 3C and E4. RGB value is (23,60,228). Sum of RGB (Red+Green+Blue) = 23+60+228=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 228 (89.45% from 255 or 73.31% from 311); Max value from RGB is 228 - color contains mainly: blue. Hex color #173CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CE4 is #E8C31B. Grayscale: #434343. Windows color (decimal): -15254300 or 14957591. OLE color: 14957591.
HSL color Cylindrical-coordinate representation of color #173CE4: hue angle of 229.17º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173CE4 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 60 | 228 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.11 |
| HSL | 229.17º | 0.82% | 0.49% | - |
| HSV(B) | 229.17º | 0.9% | 0.89% | - |
| XYZ | 15.97 | 9.02 | 74.3 | - |
| YUV | 68.09 | 218.24 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 228 | 0.90 | 0.74 | 0 | 0.11 | 229.17 | 0.82 | 0.49 |
| Hex | 17 | 3C | E4 | 5A | 4A | 0 | B | E5 | 52 | 31 |
| Octal | 27 | 74 | 344 | 132 | 112 | 0 | 13 | 345 | 122 | 61 |
| Binary | 10111 | 111100 | 11100100 | 1011010 | 1001010 | 0 | 1011 | 11100101 | 1010010 | 110001 |
Color Harmonies of #173CE4
Complementary color
Monochromatic Colors of #173CE4
Black with #173CE4
Text Example
Text Example
White with #173CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CE4; }
p { color: rgb(23,60,228); }
H1.HeaderClassName
{
color: #173CE4;
}
.AnyTagClassName
{
color: #173CE4;
}
</style>
background-color css
<style>
a { background-color: #173CE4; }
a { background-color: rgb(23,60,228); }
div.DivClassName
{
background-color: #173CE4;
}
.BgClassName
{
background-color: #173CE4;
}
</style>
border-color css
<style>
span { border-color: #173CE4; }
span { border-color: rgb(23,60,228); }
td.TdClassName
{
border-color: #173CE4;
}
.TagClassName
{
border-color: #173CE4;
}
</style>