Shades of Persian Blue #211DB3
Tints of Persian Blue #211DB3
RGB
CMYK
RGB Variations
Color information
#211DB3 (or 0x211DB3) is known color: Persian Blue. HEX triplet: 21, 1D and B3. RGB value is (33,29,179). Sum of RGB (Red+Green+Blue) = 33+29+179=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 179 (70.31% from 255 or 74.27% from 241); Max value from RGB is 179 - color contains mainly: blue. Hex color #211DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211DB3 is #DEE24C. Grayscale: #2E2E2E. Windows color (decimal): -14606925 or 11738401. OLE color: 11738401.
HSL color Cylindrical-coordinate representation of color #211DB3: hue angle of 241.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211DB3 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 29 | 179 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.30 |
| HSL | 241.6º | 0.72% | 0.41% | - |
| HSV(B) | 241.6º | 0.84% | 0.7% | - |
| XYZ | 9.2 | 4.46 | 43.02 | - |
| YUV | 47.3 | 202.33 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 179 | 0.82 | 0.84 | 0 | 0.30 | 241.6 | 0.72 | 0.41 |
| Hex | 21 | 1D | B3 | 52 | 54 | 0 | 1E | F2 | 48 | 29 |
| Octal | 41 | 35 | 263 | 122 | 124 | 0 | 36 | 362 | 110 | 51 |
| Binary | 100001 | 11101 | 10110011 | 1010010 | 1010100 | 0 | 11110 | 11110010 | 1001000 | 101001 |
Color Harmonies of #211DB3
Complementary color
Monochromatic Colors of #211DB3
Black with #211DB3
Text Example
Text Example
White with #211DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DB3; }
p { color: rgb(33,29,179); }
H1.HeaderClassName
{
color: #211DB3;
}
.AnyTagClassName
{
color: #211DB3;
}
</style>
background-color css
<style>
a { background-color: #211DB3; }
a { background-color: rgb(33,29,179); }
div.DivClassName
{
background-color: #211DB3;
}
.BgClassName
{
background-color: #211DB3;
}
</style>
border-color css
<style>
span { border-color: #211DB3; }
span { border-color: rgb(33,29,179); }
td.TdClassName
{
border-color: #211DB3;
}
.TagClassName
{
border-color: #211DB3;
}
</style>