Shades of Persian Blue #1735CA
Tints of Persian Blue #1735CA
RGB
CMYK
RGB Variations
Color information
#1735CA (or 0x1735CA) is known color: Persian Blue. HEX triplet: 17, 35 and CA. RGB value is (23,53,202). Sum of RGB (Red+Green+Blue) = 23+53+202=278 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.27% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #1735CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1735CA is #E8CA35. Grayscale: #3C3C3C. Windows color (decimal): -15256118 or 13251863. OLE color: 13251863.
HSL color Cylindrical-coordinate representation of color #1735CA: hue angle of 229.94º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1735CA is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 53 | 202 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.21 |
| HSL | 229.94º | 0.8% | 0.44% | - |
| HSV(B) | 229.94º | 0.89% | 0.79% | - |
| XYZ | 12.29 | 6.99 | 56.58 | - |
| YUV | 61.02 | 207.56 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 202 | 0.89 | 0.74 | 0 | 0.21 | 229.94 | 0.8 | 0.44 |
| Hex | 17 | 35 | CA | 59 | 4A | 0 | 15 | E6 | 50 | 2C |
| Octal | 27 | 65 | 312 | 131 | 112 | 0 | 25 | 346 | 120 | 54 |
| Binary | 10111 | 110101 | 11001010 | 1011001 | 1001010 | 0 | 10101 | 11100110 | 1010000 | 101100 |
Color Harmonies of #1735CA
Complementary color
Monochromatic Colors of #1735CA
Black with #1735CA
Text Example
Text Example
White with #1735CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1735CA; }
p { color: rgb(23,53,202); }
H1.HeaderClassName
{
color: #1735CA;
}
.AnyTagClassName
{
color: #1735CA;
}
</style>
background-color css
<style>
a { background-color: #1735CA; }
a { background-color: rgb(23,53,202); }
div.DivClassName
{
background-color: #1735CA;
}
.BgClassName
{
background-color: #1735CA;
}
</style>
border-color css
<style>
span { border-color: #1735CA; }
span { border-color: rgb(23,53,202); }
td.TdClassName
{
border-color: #1735CA;
}
.TagClassName
{
border-color: #1735CA;
}
</style>