Shades of Persian Blue #221EDC
Tints of Persian Blue #221EDC
RGB
CMYK
RGB Variations
Color information
#221EDC (or 0x221EDC) is known color: Persian Blue. HEX triplet: 22, 1E and DC. RGB value is (34,30,220). Sum of RGB (Red+Green+Blue) = 34+30+220=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #221EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221EDC is #DDE123. Grayscale: #343434. Windows color (decimal): -14541092 or 14425634. OLE color: 14425634.
HSL color Cylindrical-coordinate representation of color #221EDC: hue angle of 241.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221EDC is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 30 | 220 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.14 |
| HSL | 241.26º | 0.76% | 0.49% | - |
| HSV(B) | 241.26º | 0.86% | 0.86% | - |
| XYZ | 14.04 | 6.44 | 68.21 | - |
| YUV | 52.86 | 222.33 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 220 | 0.85 | 0.86 | 0 | 0.14 | 241.26 | 0.76 | 0.49 |
| Hex | 22 | 1E | DC | 55 | 56 | 0 | E | F1 | 4C | 31 |
| Octal | 42 | 36 | 334 | 125 | 126 | 0 | 16 | 361 | 114 | 61 |
| Binary | 100010 | 11110 | 11011100 | 1010101 | 1010110 | 0 | 1110 | 11110001 | 1001100 | 110001 |
Color Harmonies of #221EDC
Complementary color
Monochromatic Colors of #221EDC
Black with #221EDC
Text Example
Text Example
White with #221EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221EDC; }
p { color: rgb(34,30,220); }
H1.HeaderClassName
{
color: #221EDC;
}
.AnyTagClassName
{
color: #221EDC;
}
</style>
background-color css
<style>
a { background-color: #221EDC; }
a { background-color: rgb(34,30,220); }
div.DivClassName
{
background-color: #221EDC;
}
.BgClassName
{
background-color: #221EDC;
}
</style>
border-color css
<style>
span { border-color: #221EDC; }
span { border-color: rgb(34,30,220); }
td.TdClassName
{
border-color: #221EDC;
}
.TagClassName
{
border-color: #221EDC;
}
</style>