Shades of Persian Blue #2319CE
Tints of Persian Blue #2319CE
RGB
CMYK
RGB Variations
Color information
#2319CE (or 0x2319CE) is known color: Persian Blue. HEX triplet: 23, 19 and CE. RGB value is (35,25,206). Sum of RGB (Red+Green+Blue) = 35+25+206=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #2319CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2319CE is #DCE631. Grayscale: #2F2F2F. Windows color (decimal): -14476850 or 13506851. OLE color: 13506851.
HSL color Cylindrical-coordinate representation of color #2319CE: hue angle of 243.31º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2319CE is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 25 | 206 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.19 |
| HSL | 243.31º | 0.78% | 0.45% | - |
| HSV(B) | 243.31º | 0.88% | 0.81% | - |
| XYZ | 12.18 | 5.51 | 58.81 | - |
| YUV | 48.62 | 216.81 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 206 | 0.83 | 0.88 | 0 | 0.19 | 243.31 | 0.78 | 0.45 |
| Hex | 23 | 19 | CE | 53 | 58 | 0 | 13 | F3 | 4E | 2D |
| Octal | 43 | 31 | 316 | 123 | 130 | 0 | 23 | 363 | 116 | 55 |
| Binary | 100011 | 11001 | 11001110 | 1010011 | 1011000 | 0 | 10011 | 11110011 | 1001110 | 101101 |
Color Harmonies of #2319CE
Complementary color
Monochromatic Colors of #2319CE
Black with #2319CE
Text Example
Text Example
White with #2319CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2319CE; }
p { color: rgb(35,25,206); }
H1.HeaderClassName
{
color: #2319CE;
}
.AnyTagClassName
{
color: #2319CE;
}
</style>
background-color css
<style>
a { background-color: #2319CE; }
a { background-color: rgb(35,25,206); }
div.DivClassName
{
background-color: #2319CE;
}
.BgClassName
{
background-color: #2319CE;
}
</style>
border-color css
<style>
span { border-color: #2319CE; }
span { border-color: rgb(35,25,206); }
td.TdClassName
{
border-color: #2319CE;
}
.TagClassName
{
border-color: #2319CE;
}
</style>