Shades of Persian Blue #1734E7
Tints of Persian Blue #1734E7
RGB
CMYK
RGB Variations
Color information
#1734E7 (or 0x1734E7) is known color: Persian Blue. HEX triplet: 17, 34 and E7. RGB value is (23,52,231). Sum of RGB (Red+Green+Blue) = 23+52+231=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 231 (90.62% from 255 or 75.49% from 306); Max value from RGB is 231 - color contains mainly: blue. Hex color #1734E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1734E7 is #E8CB18. Grayscale: #3E3E3E. Windows color (decimal): -15256345 or 15152151. OLE color: 15152151.
HSL color Cylindrical-coordinate representation of color #1734E7: hue angle of 231.63º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1734E7 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 52 | 231 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.09 |
| HSL | 231.63º | 0.82% | 0.5% | - |
| HSV(B) | 231.63º | 0.9% | 0.91% | - |
| XYZ | 16.01 | 8.41 | 76.38 | - |
| YUV | 63.74 | 222.39 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 231 | 0.90 | 0.77 | 0 | 0.09 | 231.63 | 0.82 | 0.5 |
| Hex | 17 | 34 | E7 | 5A | 4D | 0 | 9 | E8 | 52 | 32 |
| Octal | 27 | 64 | 347 | 132 | 115 | 0 | 11 | 350 | 122 | 62 |
| Binary | 10111 | 110100 | 11100111 | 1011010 | 1001101 | 0 | 1001 | 11101000 | 1010010 | 110010 |
Color Harmonies of #1734E7
Complementary color
Monochromatic Colors of #1734E7
Black with #1734E7
Text Example
Text Example
White with #1734E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1734E7; }
p { color: rgb(23,52,231); }
H1.HeaderClassName
{
color: #1734E7;
}
.AnyTagClassName
{
color: #1734E7;
}
</style>
background-color css
<style>
a { background-color: #1734E7; }
a { background-color: rgb(23,52,231); }
div.DivClassName
{
background-color: #1734E7;
}
.BgClassName
{
background-color: #1734E7;
}
</style>
border-color css
<style>
span { border-color: #1734E7; }
span { border-color: rgb(23,52,231); }
td.TdClassName
{
border-color: #1734E7;
}
.TagClassName
{
border-color: #1734E7;
}
</style>