Shades of Persian Blue #1735CE
Tints of Persian Blue #1735CE
RGB
CMYK
RGB Variations
Color information
#1735CE (or 0x1735CE) is known color: Persian Blue. HEX triplet: 17, 35 and CE. RGB value is (23,53,206). Sum of RGB (Red+Green+Blue) = 23+53+206=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #1735CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1735CE is #E8CA31. Grayscale: #3C3C3C. Windows color (decimal): -15256114 or 13514007. OLE color: 13514007.
HSL color Cylindrical-coordinate representation of color #1735CE: hue angle of 230.16º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1735CE is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 53 | 206 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.19 |
| HSL | 230.16º | 0.8% | 0.45% | - |
| HSV(B) | 230.16º | 0.89% | 0.81% | - |
| XYZ | 12.77 | 7.18 | 59.11 | - |
| YUV | 61.47 | 209.56 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 206 | 0.89 | 0.74 | 0 | 0.19 | 230.16 | 0.8 | 0.45 |
| Hex | 17 | 35 | CE | 59 | 4A | 0 | 13 | E6 | 50 | 2D |
| Octal | 27 | 65 | 316 | 131 | 112 | 0 | 23 | 346 | 120 | 55 |
| Binary | 10111 | 110101 | 11001110 | 1011001 | 1001010 | 0 | 10011 | 11100110 | 1010000 | 101101 |
Color Harmonies of #1735CE
Complementary color
Monochromatic Colors of #1735CE
Black with #1735CE
Text Example
Text Example
White with #1735CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1735CE; }
p { color: rgb(23,53,206); }
H1.HeaderClassName
{
color: #1735CE;
}
.AnyTagClassName
{
color: #1735CE;
}
</style>
background-color css
<style>
a { background-color: #1735CE; }
a { background-color: rgb(23,53,206); }
div.DivClassName
{
background-color: #1735CE;
}
.BgClassName
{
background-color: #1735CE;
}
</style>
border-color css
<style>
span { border-color: #1735CE; }
span { border-color: rgb(23,53,206); }
td.TdClassName
{
border-color: #1735CE;
}
.TagClassName
{
border-color: #1735CE;
}
</style>