Shades of Persian Blue #173EEC
Tints of Persian Blue #173EEC
RGB
CMYK
RGB Variations
Color information
#173EEC (or 0x173EEC) is known color: Persian Blue. HEX triplet: 17, 3E and EC. RGB value is (23,62,236). Sum of RGB (Red+Green+Blue) = 23+62+236=321 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.17% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #173EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173EEC is #E8C113. Grayscale: #454545. Windows color (decimal): -15253780 or 15482391. OLE color: 15482391.
HSL color Cylindrical-coordinate representation of color #173EEC: hue angle of 229.01º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173EEC is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 62 | 236 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.07 |
| HSL | 229.01º | 0.85% | 0.51% | - |
| HSV(B) | 229.01º | 0.9% | 0.93% | - |
| XYZ | 17.22 | 9.68 | 80.32 | - |
| YUV | 70.18 | 221.58 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 236 | 0.90 | 0.74 | 0 | 0.07 | 229.01 | 0.85 | 0.51 |
| Hex | 17 | 3E | EC | 5A | 4A | 0 | 7 | E5 | 55 | 33 |
| Octal | 27 | 76 | 354 | 132 | 112 | 0 | 7 | 345 | 125 | 63 |
| Binary | 10111 | 111110 | 11101100 | 1011010 | 1001010 | 0 | 111 | 11100101 | 1010101 | 110011 |
Color Harmonies of #173EEC
Complementary color
Monochromatic Colors of #173EEC
Black with #173EEC
Text Example
Text Example
White with #173EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173EEC; }
p { color: rgb(23,62,236); }
H1.HeaderClassName
{
color: #173EEC;
}
.AnyTagClassName
{
color: #173EEC;
}
</style>
background-color css
<style>
a { background-color: #173EEC; }
a { background-color: rgb(23,62,236); }
div.DivClassName
{
background-color: #173EEC;
}
.BgClassName
{
background-color: #173EEC;
}
</style>
border-color css
<style>
span { border-color: #173EEC; }
span { border-color: rgb(23,62,236); }
td.TdClassName
{
border-color: #173EEC;
}
.TagClassName
{
border-color: #173EEC;
}
</style>