Shades of Persian Blue #1734BC
Tints of Persian Blue #1734BC
RGB
CMYK
RGB Variations
Color information
#1734BC (or 0x1734BC) is known color: Persian Blue. HEX triplet: 17, 34 and BC. RGB value is (23,52,188). Sum of RGB (Red+Green+Blue) = 23+52+188=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #1734BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1734BC is #E8CB43. Grayscale: #3A3A3A. Windows color (decimal): -15256388 or 12334103. OLE color: 12334103.
HSL color Cylindrical-coordinate representation of color #1734BC: hue angle of 229.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1734BC is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 52 | 188 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.26 |
| HSL | 229.45º | 0.78% | 0.41% | - |
| HSV(B) | 229.45º | 0.88% | 0.74% | - |
| XYZ | 10.66 | 6.27 | 48.23 | - |
| YUV | 58.83 | 200.89 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 188 | 0.88 | 0.72 | 0 | 0.26 | 229.45 | 0.78 | 0.41 |
| Hex | 17 | 34 | BC | 58 | 48 | 0 | 1A | E5 | 4E | 29 |
| Octal | 27 | 64 | 274 | 130 | 110 | 0 | 32 | 345 | 116 | 51 |
| Binary | 10111 | 110100 | 10111100 | 1011000 | 1001000 | 0 | 11010 | 11100101 | 1001110 | 101001 |
Color Harmonies of #1734BC
Complementary color
Monochromatic Colors of #1734BC
Black with #1734BC
Text Example
Text Example
White with #1734BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1734BC; }
p { color: rgb(23,52,188); }
H1.HeaderClassName
{
color: #1734BC;
}
.AnyTagClassName
{
color: #1734BC;
}
</style>
background-color css
<style>
a { background-color: #1734BC; }
a { background-color: rgb(23,52,188); }
div.DivClassName
{
background-color: #1734BC;
}
.BgClassName
{
background-color: #1734BC;
}
</style>
border-color css
<style>
span { border-color: #1734BC; }
span { border-color: rgb(23,52,188); }
td.TdClassName
{
border-color: #1734BC;
}
.TagClassName
{
border-color: #1734BC;
}
</style>