Shades of Persian Blue #2321DB
Tints of Persian Blue #2321DB
RGB
CMYK
RGB Variations
Color information
#2321DB (or 0x2321DB) is known color: Persian Blue. HEX triplet: 23, 21 and DB. RGB value is (35,33,219). Sum of RGB (Red+Green+Blue) = 35+33+219=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #2321DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2321DB is #DCDE24. Grayscale: #363636. Windows color (decimal): -14474789 or 14360867. OLE color: 14360867.
HSL color Cylindrical-coordinate representation of color #2321DB: hue angle of 240.65º degrees, saturation: 0.74, 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 #2321DB is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 33 | 219 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.14 |
| HSL | 240.65º | 0.74% | 0.49% | - |
| HSV(B) | 240.65º | 0.85% | 0.86% | - |
| XYZ | 14.02 | 6.56 | 67.54 | - |
| YUV | 54.8 | 220.66 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 219 | 0.84 | 0.85 | 0 | 0.14 | 240.65 | 0.74 | 0.49 |
| Hex | 23 | 21 | DB | 54 | 55 | 0 | E | F1 | 4A | 31 |
| Octal | 43 | 41 | 333 | 124 | 125 | 0 | 16 | 361 | 112 | 61 |
| Binary | 100011 | 100001 | 11011011 | 1010100 | 1010101 | 0 | 1110 | 11110001 | 1001010 | 110001 |
Color Harmonies of #2321DB
Complementary color
Monochromatic Colors of #2321DB
Black with #2321DB
Text Example
Text Example
White with #2321DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2321DB; }
p { color: rgb(35,33,219); }
H1.HeaderClassName
{
color: #2321DB;
}
.AnyTagClassName
{
color: #2321DB;
}
</style>
background-color css
<style>
a { background-color: #2321DB; }
a { background-color: rgb(35,33,219); }
div.DivClassName
{
background-color: #2321DB;
}
.BgClassName
{
background-color: #2321DB;
}
</style>
border-color css
<style>
span { border-color: #2321DB; }
span { border-color: rgb(35,33,219); }
td.TdClassName
{
border-color: #2321DB;
}
.TagClassName
{
border-color: #2321DB;
}
</style>