Shades of Persian Blue #173CDD
Tints of Persian Blue #173CDD
RGB
CMYK
RGB Variations
Color information
#173CDD (or 0x173CDD) is known color: Persian Blue. HEX triplet: 17, 3C and DD. RGB value is (23,60,221). Sum of RGB (Red+Green+Blue) = 23+60+221=304 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.57% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #173CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CDD is #E8C322. Grayscale: #424242. Windows color (decimal): -15254307 or 14498839. OLE color: 14498839.
HSL color Cylindrical-coordinate representation of color #173CDD: hue angle of 228.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173CDD is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 60 | 221 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.13 |
| HSL | 228.79º | 0.81% | 0.48% | - |
| HSV(B) | 228.79º | 0.9% | 0.87% | - |
| XYZ | 15.02 | 8.63 | 69.28 | - |
| YUV | 67.29 | 214.74 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 221 | 0.90 | 0.73 | 0 | 0.13 | 228.79 | 0.81 | 0.48 |
| Hex | 17 | 3C | DD | 5A | 49 | 0 | D | E5 | 51 | 30 |
| Octal | 27 | 74 | 335 | 132 | 111 | 0 | 15 | 345 | 121 | 60 |
| Binary | 10111 | 111100 | 11011101 | 1011010 | 1001001 | 0 | 1101 | 11100101 | 1010001 | 110000 |
Color Harmonies of #173CDD
Complementary color
Monochromatic Colors of #173CDD
Black with #173CDD
Text Example
Text Example
White with #173CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CDD; }
p { color: rgb(23,60,221); }
H1.HeaderClassName
{
color: #173CDD;
}
.AnyTagClassName
{
color: #173CDD;
}
</style>
background-color css
<style>
a { background-color: #173CDD; }
a { background-color: rgb(23,60,221); }
div.DivClassName
{
background-color: #173CDD;
}
.BgClassName
{
background-color: #173CDD;
}
</style>
border-color css
<style>
span { border-color: #173CDD; }
span { border-color: rgb(23,60,221); }
td.TdClassName
{
border-color: #173CDD;
}
.TagClassName
{
border-color: #173CDD;
}
</style>