Shades of Persian Blue #2321E0
Tints of Persian Blue #2321E0
RGB
CMYK
RGB Variations
Color information
#2321E0 (or 0x2321E0) is known color: Persian Blue. HEX triplet: 23, 21 and E0. RGB value is (35,33,224). Sum of RGB (Red+Green+Blue) = 35+33+224=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 224 (87.89% from 255 or 76.71% from 292); Max value from RGB is 224 - color contains mainly: blue. Hex color #2321E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2321E0 is #DCDE1F. Grayscale: #363636. Windows color (decimal): -14474784 or 14688547. OLE color: 14688547.
HSL color Cylindrical-coordinate representation of color #2321E0: hue angle of 240.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2321E0 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 33 | 224 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.12 |
| HSL | 240.63º | 0.75% | 0.5% | - |
| HSV(B) | 240.63º | 0.85% | 0.88% | - |
| XYZ | 14.69 | 6.83 | 71.06 | - |
| YUV | 55.37 | 223.16 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 224 | 0.84 | 0.85 | 0 | 0.12 | 240.63 | 0.75 | 0.5 |
| Hex | 23 | 21 | E0 | 54 | 55 | 0 | C | F1 | 4B | 32 |
| Octal | 43 | 41 | 340 | 124 | 125 | 0 | 14 | 361 | 113 | 62 |
| Binary | 100011 | 100001 | 11100000 | 1010100 | 1010101 | 0 | 1100 | 11110001 | 1001011 | 110010 |
Color Harmonies of #2321E0
Complementary color
Monochromatic Colors of #2321E0
Black with #2321E0
Text Example
Text Example
White with #2321E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2321E0; }
p { color: rgb(35,33,224); }
H1.HeaderClassName
{
color: #2321E0;
}
.AnyTagClassName
{
color: #2321E0;
}
</style>
background-color css
<style>
a { background-color: #2321E0; }
a { background-color: rgb(35,33,224); }
div.DivClassName
{
background-color: #2321E0;
}
.BgClassName
{
background-color: #2321E0;
}
</style>
border-color css
<style>
span { border-color: #2321E0; }
span { border-color: rgb(35,33,224); }
td.TdClassName
{
border-color: #2321E0;
}
.TagClassName
{
border-color: #2321E0;
}
</style>