Shades of Persian Blue #173DEC
Tints of Persian Blue #173DEC
RGB
CMYK
RGB Variations
Color information
#173DEC (or 0x173DEC) is known color: Persian Blue. HEX triplet: 17, 3D and EC. RGB value is (23,61,236). Sum of RGB (Red+Green+Blue) = 23+61+236=320 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.19% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #173DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173DEC is #E8C213. Grayscale: #444444. Windows color (decimal): -15254036 or 15482135. OLE color: 15482135.
HSL color Cylindrical-coordinate representation of color #173DEC: hue angle of 229.3º 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 #173DEC is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 61 | 236 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.07 |
| HSL | 229.3º | 0.85% | 0.51% | - |
| HSV(B) | 229.3º | 0.9% | 0.93% | - |
| XYZ | 17.16 | 9.58 | 80.3 | - |
| YUV | 69.59 | 221.91 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 236 | 0.90 | 0.74 | 0 | 0.07 | 229.3 | 0.85 | 0.51 |
| Hex | 17 | 3D | EC | 5A | 4A | 0 | 7 | E5 | 55 | 33 |
| Octal | 27 | 75 | 354 | 132 | 112 | 0 | 7 | 345 | 125 | 63 |
| Binary | 10111 | 111101 | 11101100 | 1011010 | 1001010 | 0 | 111 | 11100101 | 1010101 | 110011 |
Color Harmonies of #173DEC
Complementary color
Monochromatic Colors of #173DEC
Black with #173DEC
Text Example
Text Example
White with #173DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173DEC; }
p { color: rgb(23,61,236); }
H1.HeaderClassName
{
color: #173DEC;
}
.AnyTagClassName
{
color: #173DEC;
}
</style>
background-color css
<style>
a { background-color: #173DEC; }
a { background-color: rgb(23,61,236); }
div.DivClassName
{
background-color: #173DEC;
}
.BgClassName
{
background-color: #173DEC;
}
</style>
border-color css
<style>
span { border-color: #173DEC; }
span { border-color: rgb(23,61,236); }
td.TdClassName
{
border-color: #173DEC;
}
.TagClassName
{
border-color: #173DEC;
}
</style>