Shades of Persian Blue #211ACE
Tints of Persian Blue #211ACE
RGB
CMYK
RGB Variations
Color information
#211ACE (or 0x211ACE) is known color: Persian Blue. HEX triplet: 21, 1A and CE. RGB value is (33,26,206). Sum of RGB (Red+Green+Blue) = 33+26+206=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #211ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ACE is #DEE531. Grayscale: #2F2F2F. Windows color (decimal): -14607666 or 13507105. OLE color: 13507105.
HSL color Cylindrical-coordinate representation of color #211ACE: hue angle of 242.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211ACE is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 26 | 206 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.19 |
| HSL | 242.33º | 0.78% | 0.45% | - |
| HSV(B) | 242.33º | 0.87% | 0.81% | - |
| XYZ | 12.14 | 5.52 | 58.82 | - |
| YUV | 48.61 | 216.82 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 206 | 0.84 | 0.87 | 0 | 0.19 | 242.33 | 0.78 | 0.45 |
| Hex | 21 | 1A | CE | 54 | 57 | 0 | 13 | F2 | 4E | 2D |
| Octal | 41 | 32 | 316 | 124 | 127 | 0 | 23 | 362 | 116 | 55 |
| Binary | 100001 | 11010 | 11001110 | 1010100 | 1010111 | 0 | 10011 | 11110010 | 1001110 | 101101 |
Color Harmonies of #211ACE
Complementary color
Monochromatic Colors of #211ACE
Black with #211ACE
Text Example
Text Example
White with #211ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211ACE; }
p { color: rgb(33,26,206); }
H1.HeaderClassName
{
color: #211ACE;
}
.AnyTagClassName
{
color: #211ACE;
}
</style>
background-color css
<style>
a { background-color: #211ACE; }
a { background-color: rgb(33,26,206); }
div.DivClassName
{
background-color: #211ACE;
}
.BgClassName
{
background-color: #211ACE;
}
</style>
border-color css
<style>
span { border-color: #211ACE; }
span { border-color: rgb(33,26,206); }
td.TdClassName
{
border-color: #211ACE;
}
.TagClassName
{
border-color: #211ACE;
}
</style>