Shades of Persian Blue #1735DE
Tints of Persian Blue #1735DE
RGB
CMYK
RGB Variations
Color information
#1735DE (or 0x1735DE) is known color: Persian Blue. HEX triplet: 17, 35 and DE. RGB value is (23,53,222). Sum of RGB (Red+Green+Blue) = 23+53+222=298 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.72% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 222 (87.11% from 255 or 74.50% from 298); Max value from RGB is 222 - color contains mainly: blue. Hex color #1735DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1735DE is #E8CA21. Grayscale: #3E3E3E. Windows color (decimal): -15256098 or 14562583. OLE color: 14562583.
HSL color Cylindrical-coordinate representation of color #1735DE: hue angle of 230.95º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1735DE is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 53 | 222 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.13 |
| HSL | 230.95º | 0.81% | 0.48% | - |
| HSV(B) | 230.95º | 0.9% | 0.87% | - |
| XYZ | 14.81 | 8 | 69.87 | - |
| YUV | 63.3 | 217.56 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 222 | 0.90 | 0.76 | 0 | 0.13 | 230.95 | 0.81 | 0.48 |
| Hex | 17 | 35 | DE | 5A | 4C | 0 | D | E7 | 51 | 30 |
| Octal | 27 | 65 | 336 | 132 | 114 | 0 | 15 | 347 | 121 | 60 |
| Binary | 10111 | 110101 | 11011110 | 1011010 | 1001100 | 0 | 1101 | 11100111 | 1010001 | 110000 |
Color Harmonies of #1735DE
Complementary color
Monochromatic Colors of #1735DE
Black with #1735DE
Text Example
Text Example
White with #1735DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1735DE; }
p { color: rgb(23,53,222); }
H1.HeaderClassName
{
color: #1735DE;
}
.AnyTagClassName
{
color: #1735DE;
}
</style>
background-color css
<style>
a { background-color: #1735DE; }
a { background-color: rgb(23,53,222); }
div.DivClassName
{
background-color: #1735DE;
}
.BgClassName
{
background-color: #1735DE;
}
</style>
border-color css
<style>
span { border-color: #1735DE; }
span { border-color: rgb(23,53,222); }
td.TdClassName
{
border-color: #1735DE;
}
.TagClassName
{
border-color: #1735DE;
}
</style>