Shades of Persian Blue #2221AE
Tints of Persian Blue #2221AE
RGB
CMYK
RGB Variations
Color information
#2221AE (or 0x2221AE) is known color: Persian Blue. HEX triplet: 22, 21 and AE. RGB value is (34,33,174). Sum of RGB (Red+Green+Blue) = 34+33+174=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #2221AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2221AE is #DDDE51. Grayscale: #303030. Windows color (decimal): -14540370 or 11411746. OLE color: 11411746.
HSL color Cylindrical-coordinate representation of color #2221AE: hue angle of 240.43º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2221AE is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 33 | 174 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.32 |
| HSL | 240.43º | 0.68% | 0.41% | - |
| HSV(B) | 240.43º | 0.81% | 0.68% | - |
| XYZ | 8.84 | 4.48 | 40.44 | - |
| YUV | 49.37 | 198.33 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 174 | 0.80 | 0.81 | 0 | 0.32 | 240.43 | 0.68 | 0.41 |
| Hex | 22 | 21 | AE | 50 | 51 | 0 | 20 | F0 | 44 | 29 |
| Octal | 42 | 41 | 256 | 120 | 121 | 0 | 40 | 360 | 104 | 51 |
| Binary | 100010 | 100001 | 10101110 | 1010000 | 1010001 | 0 | 100000 | 11110000 | 1000100 | 101001 |
Color Harmonies of #2221AE
Complementary color
Monochromatic Colors of #2221AE
Black with #2221AE
Text Example
Text Example
White with #2221AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2221AE; }
p { color: rgb(34,33,174); }
H1.HeaderClassName
{
color: #2221AE;
}
.AnyTagClassName
{
color: #2221AE;
}
</style>
background-color css
<style>
a { background-color: #2221AE; }
a { background-color: rgb(34,33,174); }
div.DivClassName
{
background-color: #2221AE;
}
.BgClassName
{
background-color: #2221AE;
}
</style>
border-color css
<style>
span { border-color: #2221AE; }
span { border-color: rgb(34,33,174); }
td.TdClassName
{
border-color: #2221AE;
}
.TagClassName
{
border-color: #2221AE;
}
</style>