Shades of Persian Blue #221EC0
Tints of Persian Blue #221EC0
RGB
CMYK
RGB Variations
Color information
#221EC0 (or 0x221EC0) is known color: Persian Blue. HEX triplet: 22, 1E and C0. RGB value is (34,30,192). Sum of RGB (Red+Green+Blue) = 34+30+192=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 192 (75.39% from 255 or 75% from 256); Max value from RGB is 192 - color contains mainly: blue. Hex color #221EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221EC0 is #DDE13F. Grayscale: #313131. Windows color (decimal): -14541120 or 12590626. OLE color: 12590626.
HSL color Cylindrical-coordinate representation of color #221EC0: hue angle of 241.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221EC0 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 30 | 192 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.25 |
| HSL | 241.48º | 0.73% | 0.44% | - |
| HSV(B) | 241.48º | 0.84% | 0.75% | - |
| XYZ | 10.64 | 5.07 | 50.29 | - |
| YUV | 49.66 | 208.33 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 192 | 0.82 | 0.84 | 0 | 0.25 | 241.48 | 0.73 | 0.44 |
| Hex | 22 | 1E | C0 | 52 | 54 | 0 | 19 | F1 | 49 | 2C |
| Octal | 42 | 36 | 300 | 122 | 124 | 0 | 31 | 361 | 111 | 54 |
| Binary | 100010 | 11110 | 11000000 | 1010010 | 1010100 | 0 | 11001 | 11110001 | 1001001 | 101100 |
Color Harmonies of #221EC0
Complementary color
Monochromatic Colors of #221EC0
Black with #221EC0
Text Example
Text Example
White with #221EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221EC0; }
p { color: rgb(34,30,192); }
H1.HeaderClassName
{
color: #221EC0;
}
.AnyTagClassName
{
color: #221EC0;
}
</style>
background-color css
<style>
a { background-color: #221EC0; }
a { background-color: rgb(34,30,192); }
div.DivClassName
{
background-color: #221EC0;
}
.BgClassName
{
background-color: #221EC0;
}
</style>
border-color css
<style>
span { border-color: #221EC0; }
span { border-color: rgb(34,30,192); }
td.TdClassName
{
border-color: #221EC0;
}
.TagClassName
{
border-color: #221EC0;
}
</style>