Shades of Persian Blue #173BC2
Tints of Persian Blue #173BC2
RGB
CMYK
RGB Variations
Color information
#173BC2 (or 0x173BC2) is known color: Persian Blue. HEX triplet: 17, 3B and C2. RGB value is (23,59,194). Sum of RGB (Red+Green+Blue) = 23+59+194=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 194 (76.17% from 255 or 70.29% from 276); Max value from RGB is 194 - color contains mainly: blue. Hex color #173BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173BC2 is #E8C43D. Grayscale: #3F3F3F. Windows color (decimal): -15254590 or 12729111. OLE color: 12729111.
HSL color Cylindrical-coordinate representation of color #173BC2: hue angle of 227.37º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173BC2 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 59 | 194 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.24 |
| HSL | 227.37º | 0.79% | 0.43% | - |
| HSV(B) | 227.37º | 0.88% | 0.76% | - |
| XYZ | 11.65 | 7.21 | 51.82 | - |
| YUV | 63.63 | 201.57 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 194 | 0.88 | 0.70 | 0 | 0.24 | 227.37 | 0.79 | 0.43 |
| Hex | 17 | 3B | C2 | 58 | 46 | 0 | 18 | E3 | 4F | 2B |
| Octal | 27 | 73 | 302 | 130 | 106 | 0 | 30 | 343 | 117 | 53 |
| Binary | 10111 | 111011 | 11000010 | 1011000 | 1000110 | 0 | 11000 | 11100011 | 1001111 | 101011 |
Color Harmonies of #173BC2
Complementary color
Monochromatic Colors of #173BC2
Black with #173BC2
Text Example
Text Example
White with #173BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173BC2; }
p { color: rgb(23,59,194); }
H1.HeaderClassName
{
color: #173BC2;
}
.AnyTagClassName
{
color: #173BC2;
}
</style>
background-color css
<style>
a { background-color: #173BC2; }
a { background-color: rgb(23,59,194); }
div.DivClassName
{
background-color: #173BC2;
}
.BgClassName
{
background-color: #173BC2;
}
</style>
border-color css
<style>
span { border-color: #173BC2; }
span { border-color: rgb(23,59,194); }
td.TdClassName
{
border-color: #173BC2;
}
.TagClassName
{
border-color: #173BC2;
}
</style>