Shades of Persian Blue #211EAC
Tints of Persian Blue #211EAC
RGB
CMYK
RGB Variations
Color information
#211EAC (or 0x211EAC) is known color: Persian Blue. HEX triplet: 21, 1E and AC. RGB value is (33,30,172). Sum of RGB (Red+Green+Blue) = 33+30+172=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #211EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211EAC is #DEE153. Grayscale: #2E2E2E. Windows color (decimal): -14606676 or 11279905. OLE color: 11279905.
HSL color Cylindrical-coordinate representation of color #211EAC: hue angle of 241.27º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211EAC is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 30 | 172 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.33 |
| HSL | 241.27º | 0.7% | 0.4% | - |
| HSV(B) | 241.27º | 0.83% | 0.67% | - |
| XYZ | 8.54 | 4.23 | 39.4 | - |
| YUV | 47.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 172 | 0.81 | 0.83 | 0 | 0.33 | 241.27 | 0.7 | 0.4 |
| Hex | 21 | 1E | AC | 51 | 53 | 0 | 21 | F1 | 46 | 28 |
| Octal | 41 | 36 | 254 | 121 | 123 | 0 | 41 | 361 | 106 | 50 |
| Binary | 100001 | 11110 | 10101100 | 1010001 | 1010011 | 0 | 100001 | 11110001 | 1000110 | 101000 |
Color Harmonies of #211EAC
Complementary color
Monochromatic Colors of #211EAC
Black with #211EAC
Text Example
Text Example
White with #211EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EAC; }
p { color: rgb(33,30,172); }
H1.HeaderClassName
{
color: #211EAC;
}
.AnyTagClassName
{
color: #211EAC;
}
</style>
background-color css
<style>
a { background-color: #211EAC; }
a { background-color: rgb(33,30,172); }
div.DivClassName
{
background-color: #211EAC;
}
.BgClassName
{
background-color: #211EAC;
}
</style>
border-color css
<style>
span { border-color: #211EAC; }
span { border-color: rgb(33,30,172); }
td.TdClassName
{
border-color: #211EAC;
}
.TagClassName
{
border-color: #211EAC;
}
</style>