Shades of Persian Blue #221EDD
Tints of Persian Blue #221EDD
RGB
CMYK
RGB Variations
Color information
#221EDD (or 0x221EDD) is known color: Persian Blue. HEX triplet: 22, 1E and DD. RGB value is (34,30,221). Sum of RGB (Red+Green+Blue) = 34+30+221=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #221EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221EDD is #DDE122. Grayscale: #343434. Windows color (decimal): -14541091 or 14491170. OLE color: 14491170.
HSL color Cylindrical-coordinate representation of color #221EDD: hue angle of 241.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221EDD is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 30 | 221 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.13 |
| HSL | 241.26º | 0.76% | 0.49% | - |
| HSV(B) | 241.26º | 0.86% | 0.87% | - |
| XYZ | 14.18 | 6.49 | 68.91 | - |
| YUV | 52.97 | 222.83 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 221 | 0.85 | 0.86 | 0 | 0.13 | 241.26 | 0.76 | 0.49 |
| Hex | 22 | 1E | DD | 55 | 56 | 0 | D | F1 | 4C | 31 |
| Octal | 42 | 36 | 335 | 125 | 126 | 0 | 15 | 361 | 114 | 61 |
| Binary | 100010 | 11110 | 11011101 | 1010101 | 1010110 | 0 | 1101 | 11110001 | 1001100 | 110001 |
Color Harmonies of #221EDD
Complementary color
Monochromatic Colors of #221EDD
Black with #221EDD
Text Example
Text Example
White with #221EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221EDD; }
p { color: rgb(34,30,221); }
H1.HeaderClassName
{
color: #221EDD;
}
.AnyTagClassName
{
color: #221EDD;
}
</style>
background-color css
<style>
a { background-color: #221EDD; }
a { background-color: rgb(34,30,221); }
div.DivClassName
{
background-color: #221EDD;
}
.BgClassName
{
background-color: #221EDD;
}
</style>
border-color css
<style>
span { border-color: #221EDD; }
span { border-color: rgb(34,30,221); }
td.TdClassName
{
border-color: #221EDD;
}
.TagClassName
{
border-color: #221EDD;
}
</style>