Shades of Persian Blue #2319CB
Tints of Persian Blue #2319CB
RGB
CMYK
RGB Variations
Color information
#2319CB (or 0x2319CB) is known color: Persian Blue. HEX triplet: 23, 19 and CB. RGB value is (35,25,203). Sum of RGB (Red+Green+Blue) = 35+25+203=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #2319CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2319CB is #DCE634. Grayscale: #2F2F2F. Windows color (decimal): -14476853 or 13310243. OLE color: 13310243.
HSL color Cylindrical-coordinate representation of color #2319CB: hue angle of 243.37º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2319CB is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 25 | 203 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.20 |
| HSL | 243.37º | 0.78% | 0.45% | - |
| HSV(B) | 243.37º | 0.88% | 0.8% | - |
| XYZ | 11.82 | 5.36 | 56.91 | - |
| YUV | 48.28 | 215.31 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 203 | 0.83 | 0.88 | 0 | 0.20 | 243.37 | 0.78 | 0.45 |
| Hex | 23 | 19 | CB | 53 | 58 | 0 | 14 | F3 | 4E | 2D |
| Octal | 43 | 31 | 313 | 123 | 130 | 0 | 24 | 363 | 116 | 55 |
| Binary | 100011 | 11001 | 11001011 | 1010011 | 1011000 | 0 | 10100 | 11110011 | 1001110 | 101101 |
Color Harmonies of #2319CB
Complementary color
Monochromatic Colors of #2319CB
Black with #2319CB
Text Example
Text Example
White with #2319CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2319CB; }
p { color: rgb(35,25,203); }
H1.HeaderClassName
{
color: #2319CB;
}
.AnyTagClassName
{
color: #2319CB;
}
</style>
background-color css
<style>
a { background-color: #2319CB; }
a { background-color: rgb(35,25,203); }
div.DivClassName
{
background-color: #2319CB;
}
.BgClassName
{
background-color: #2319CB;
}
</style>
border-color css
<style>
span { border-color: #2319CB; }
span { border-color: rgb(35,25,203); }
td.TdClassName
{
border-color: #2319CB;
}
.TagClassName
{
border-color: #2319CB;
}
</style>