Shades of Persian Blue #1734E8
Tints of Persian Blue #1734E8
RGB
CMYK
RGB Variations
Color information
#1734E8 (or 0x1734E8) is known color: Persian Blue. HEX triplet: 17, 34 and E8. RGB value is (23,52,232). Sum of RGB (Red+Green+Blue) = 23+52+232=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 232 (91.02% from 255 or 75.57% from 307); Max value from RGB is 232 - color contains mainly: blue. Hex color #1734E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1734E8 is #E8CB17. Grayscale: #3F3F3F. Windows color (decimal): -15256344 or 15217687. OLE color: 15217687.
HSL color Cylindrical-coordinate representation of color #1734E8: hue angle of 231.67º 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 #1734E8 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 52 | 232 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.09 |
| HSL | 231.67º | 0.82% | 0.5% | - |
| HSV(B) | 231.67º | 0.9% | 0.91% | - |
| XYZ | 16.15 | 8.46 | 77.13 | - |
| YUV | 63.85 | 222.89 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 232 | 0.90 | 0.78 | 0 | 0.09 | 231.67 | 0.82 | 0.5 |
| Hex | 17 | 34 | E8 | 5A | 4E | 0 | 9 | E8 | 52 | 32 |
| Octal | 27 | 64 | 350 | 132 | 116 | 0 | 11 | 350 | 122 | 62 |
| Binary | 10111 | 110100 | 11101000 | 1011010 | 1001110 | 0 | 1001 | 11101000 | 1010010 | 110010 |
Color Harmonies of #1734E8
Complementary color
Monochromatic Colors of #1734E8
Black with #1734E8
Text Example
Text Example
White with #1734E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1734E8; }
p { color: rgb(23,52,232); }
H1.HeaderClassName
{
color: #1734E8;
}
.AnyTagClassName
{
color: #1734E8;
}
</style>
background-color css
<style>
a { background-color: #1734E8; }
a { background-color: rgb(23,52,232); }
div.DivClassName
{
background-color: #1734E8;
}
.BgClassName
{
background-color: #1734E8;
}
</style>
border-color css
<style>
span { border-color: #1734E8; }
span { border-color: rgb(23,52,232); }
td.TdClassName
{
border-color: #1734E8;
}
.TagClassName
{
border-color: #1734E8;
}
</style>