Shades of Persian Blue #173FE2
Tints of Persian Blue #173FE2
RGB
CMYK
RGB Variations
Color information
#173FE2 (or 0x173FE2) is known color: Persian Blue. HEX triplet: 17, 3F and E2. RGB value is (23,63,226). Sum of RGB (Red+Green+Blue) = 23+63+226=312 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.37% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 226 (88.67% from 255 or 72.44% from 312); Max value from RGB is 226 - color contains mainly: blue. Hex color #173FE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FE2 is #E8C01D. Grayscale: #444444. Windows color (decimal): -15253534 or 14827287. OLE color: 14827287.
HSL color Cylindrical-coordinate representation of color #173FE2: hue angle of 228.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173FE2 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 63 | 226 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.11 |
| HSL | 228.18º | 0.82% | 0.49% | - |
| HSV(B) | 228.18º | 0.9% | 0.89% | - |
| XYZ | 15.86 | 9.23 | 72.9 | - |
| YUV | 69.62 | 216.25 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 226 | 0.90 | 0.72 | 0 | 0.11 | 228.18 | 0.82 | 0.49 |
| Hex | 17 | 3F | E2 | 5A | 48 | 0 | B | E4 | 52 | 31 |
| Octal | 27 | 77 | 342 | 132 | 110 | 0 | 13 | 344 | 122 | 61 |
| Binary | 10111 | 111111 | 11100010 | 1011010 | 1001000 | 0 | 1011 | 11100100 | 1010010 | 110001 |
Color Harmonies of #173FE2
Complementary color
Monochromatic Colors of #173FE2
Black with #173FE2
Text Example
Text Example
White with #173FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FE2; }
p { color: rgb(23,63,226); }
H1.HeaderClassName
{
color: #173FE2;
}
.AnyTagClassName
{
color: #173FE2;
}
</style>
background-color css
<style>
a { background-color: #173FE2; }
a { background-color: rgb(23,63,226); }
div.DivClassName
{
background-color: #173FE2;
}
.BgClassName
{
background-color: #173FE2;
}
</style>
border-color css
<style>
span { border-color: #173FE2; }
span { border-color: rgb(23,63,226); }
td.TdClassName
{
border-color: #173FE2;
}
.TagClassName
{
border-color: #173FE2;
}
</style>