Shades of Persian Blue #2321D8
Tints of Persian Blue #2321D8
RGB
CMYK
RGB Variations
Color information
#2321D8 (or 0x2321D8) is known color: Persian Blue. HEX triplet: 23, 21 and D8. RGB value is (35,33,216). Sum of RGB (Red+Green+Blue) = 35+33+216=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 216 (84.77% from 255 or 76.06% from 284); Max value from RGB is 216 - color contains mainly: blue. Hex color #2321D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2321D8 is #DCDE27. Grayscale: #353535. Windows color (decimal): -14474792 or 14164259. OLE color: 14164259.
HSL color Cylindrical-coordinate representation of color #2321D8: hue angle of 240.66º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2321D8 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 33 | 216 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.15 |
| HSL | 240.66º | 0.73% | 0.49% | - |
| HSV(B) | 240.66º | 0.85% | 0.85% | - |
| XYZ | 13.63 | 6.4 | 65.48 | - |
| YUV | 54.46 | 219.16 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 216 | 0.84 | 0.85 | 0 | 0.15 | 240.66 | 0.73 | 0.49 |
| Hex | 23 | 21 | D8 | 54 | 55 | 0 | F | F1 | 49 | 31 |
| Octal | 43 | 41 | 330 | 124 | 125 | 0 | 17 | 361 | 111 | 61 |
| Binary | 100011 | 100001 | 11011000 | 1010100 | 1010101 | 0 | 1111 | 11110001 | 1001001 | 110001 |
Color Harmonies of #2321D8
Complementary color
Monochromatic Colors of #2321D8
Black with #2321D8
Text Example
Text Example
White with #2321D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2321D8; }
p { color: rgb(35,33,216); }
H1.HeaderClassName
{
color: #2321D8;
}
.AnyTagClassName
{
color: #2321D8;
}
</style>
background-color css
<style>
a { background-color: #2321D8; }
a { background-color: rgb(35,33,216); }
div.DivClassName
{
background-color: #2321D8;
}
.BgClassName
{
background-color: #2321D8;
}
</style>
border-color css
<style>
span { border-color: #2321D8; }
span { border-color: rgb(35,33,216); }
td.TdClassName
{
border-color: #2321D8;
}
.TagClassName
{
border-color: #2321D8;
}
</style>