Shades of Persian Blue #2320DB
Tints of Persian Blue #2320DB
RGB
CMYK
RGB Variations
Color information
#2320DB (or 0x2320DB) is known color: Persian Blue. HEX triplet: 23, 20 and DB. RGB value is (35,32,219). Sum of RGB (Red+Green+Blue) = 35+32+219=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #2320DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2320DB is #DCDF24. Grayscale: #353535. Windows color (decimal): -14475045 or 14360611. OLE color: 14360611.
HSL color Cylindrical-coordinate representation of color #2320DB: hue angle of 240.96º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2320DB is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 32 | 219 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.14 |
| HSL | 240.96º | 0.75% | 0.49% | - |
| HSV(B) | 240.96º | 0.85% | 0.86% | - |
| XYZ | 14 | 6.5 | 67.54 | - |
| YUV | 54.22 | 220.99 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 219 | 0.84 | 0.85 | 0 | 0.14 | 240.96 | 0.75 | 0.49 |
| Hex | 23 | 20 | DB | 54 | 55 | 0 | E | F1 | 4B | 31 |
| Octal | 43 | 40 | 333 | 124 | 125 | 0 | 16 | 361 | 113 | 61 |
| Binary | 100011 | 100000 | 11011011 | 1010100 | 1010101 | 0 | 1110 | 11110001 | 1001011 | 110001 |
Color Harmonies of #2320DB
Complementary color
Monochromatic Colors of #2320DB
Black with #2320DB
Text Example
Text Example
White with #2320DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2320DB; }
p { color: rgb(35,32,219); }
H1.HeaderClassName
{
color: #2320DB;
}
.AnyTagClassName
{
color: #2320DB;
}
</style>
background-color css
<style>
a { background-color: #2320DB; }
a { background-color: rgb(35,32,219); }
div.DivClassName
{
background-color: #2320DB;
}
.BgClassName
{
background-color: #2320DB;
}
</style>
border-color css
<style>
span { border-color: #2320DB; }
span { border-color: rgb(35,32,219); }
td.TdClassName
{
border-color: #2320DB;
}
.TagClassName
{
border-color: #2320DB;
}
</style>