Shades of Persian Blue #173DBD
Tints of Persian Blue #173DBD
RGB
CMYK
RGB Variations
Color information
#173DBD (or 0x173DBD) is known color: Persian Blue. HEX triplet: 17, 3D and BD. RGB value is (23,61,189). Sum of RGB (Red+Green+Blue) = 23+61+189=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #173DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DBD is #E8C242. Grayscale: #3F3F3F. Windows color (decimal): -15254083 or 12401943. OLE color: 12401943.
HSL color Cylindrical-coordinate representation of color #173DBD: hue angle of 226.27º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173DBD is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 61 | 189 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.26 |
| HSL | 226.27º | 0.78% | 0.42% | - |
| HSV(B) | 226.27º | 0.88% | 0.74% | - |
| XYZ | 11.21 | 7.19 | 48.94 | - |
| YUV | 64.23 | 198.41 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 189 | 0.88 | 0.68 | 0 | 0.26 | 226.27 | 0.78 | 0.42 |
| Hex | 17 | 3D | BD | 58 | 44 | 0 | 1A | E2 | 4E | 2A |
| Octal | 27 | 75 | 275 | 130 | 104 | 0 | 32 | 342 | 116 | 52 |
| Binary | 10111 | 111101 | 10111101 | 1011000 | 1000100 | 0 | 11010 | 11100010 | 1001110 | 101010 |
Color Harmonies of #173DBD
Complementary color
Monochromatic Colors of #173DBD
Black with #173DBD
Text Example
Text Example
White with #173DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173DBD; }
p { color: rgb(23,61,189); }
H1.HeaderClassName
{
color: #173DBD;
}
.AnyTagClassName
{
color: #173DBD;
}
</style>
background-color css
<style>
a { background-color: #173DBD; }
a { background-color: rgb(23,61,189); }
div.DivClassName
{
background-color: #173DBD;
}
.BgClassName
{
background-color: #173DBD;
}
</style>
border-color css
<style>
span { border-color: #173DBD; }
span { border-color: rgb(23,61,189); }
td.TdClassName
{
border-color: #173DBD;
}
.TagClassName
{
border-color: #173DBD;
}
</style>