Shades of Persian Blue #173DBE
Tints of Persian Blue #173DBE
RGB
CMYK
RGB Variations
Color information
#173DBE (or 0x173DBE) is known color: Persian Blue. HEX triplet: 17, 3D and BE. RGB value is (23,61,190). Sum of RGB (Red+Green+Blue) = 23+61+190=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #173DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DBE is #E8C241. Grayscale: #3F3F3F. Windows color (decimal): -15254082 or 12467479. OLE color: 12467479.
HSL color Cylindrical-coordinate representation of color #173DBE: hue angle of 226.35º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173DBE is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 61 | 190 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.25 |
| HSL | 226.35º | 0.78% | 0.42% | - |
| HSV(B) | 226.35º | 0.88% | 0.75% | - |
| XYZ | 11.32 | 7.24 | 49.52 | - |
| YUV | 64.34 | 198.91 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 190 | 0.88 | 0.68 | 0 | 0.25 | 226.35 | 0.78 | 0.42 |
| Hex | 17 | 3D | BE | 58 | 44 | 0 | 19 | E2 | 4E | 2A |
| Octal | 27 | 75 | 276 | 130 | 104 | 0 | 31 | 342 | 116 | 52 |
| Binary | 10111 | 111101 | 10111110 | 1011000 | 1000100 | 0 | 11001 | 11100010 | 1001110 | 101010 |
Color Harmonies of #173DBE
Complementary color
Monochromatic Colors of #173DBE
Black with #173DBE
Text Example
Text Example
White with #173DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173DBE; }
p { color: rgb(23,61,190); }
H1.HeaderClassName
{
color: #173DBE;
}
.AnyTagClassName
{
color: #173DBE;
}
</style>
background-color css
<style>
a { background-color: #173DBE; }
a { background-color: rgb(23,61,190); }
div.DivClassName
{
background-color: #173DBE;
}
.BgClassName
{
background-color: #173DBE;
}
</style>
border-color css
<style>
span { border-color: #173DBE; }
span { border-color: rgb(23,61,190); }
td.TdClassName
{
border-color: #173DBE;
}
.TagClassName
{
border-color: #173DBE;
}
</style>