Shades of Persian Blue #211DBF
Tints of Persian Blue #211DBF
RGB
CMYK
RGB Variations
Color information
#211DBF (or 0x211DBF) is known color: Persian Blue. HEX triplet: 21, 1D and BF. RGB value is (33,29,191). Sum of RGB (Red+Green+Blue) = 33+29+191=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #211DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211DBF is #DEE240. Grayscale: #303030. Windows color (decimal): -14606913 or 12524833. OLE color: 12524833.
HSL color Cylindrical-coordinate representation of color #211DBF: hue angle of 241.48º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211DBF is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 29 | 191 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.25 |
| HSL | 241.48º | 0.74% | 0.43% | - |
| HSV(B) | 241.48º | 0.85% | 0.75% | - |
| XYZ | 10.47 | 4.96 | 49.7 | - |
| YUV | 48.66 | 208.33 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 191 | 0.83 | 0.85 | 0 | 0.25 | 241.48 | 0.74 | 0.43 |
| Hex | 21 | 1D | BF | 53 | 55 | 0 | 19 | F1 | 4A | 2B |
| Octal | 41 | 35 | 277 | 123 | 125 | 0 | 31 | 361 | 112 | 53 |
| Binary | 100001 | 11101 | 10111111 | 1010011 | 1010101 | 0 | 11001 | 11110001 | 1001010 | 101011 |
Color Harmonies of #211DBF
Complementary color
Monochromatic Colors of #211DBF
Black with #211DBF
Text Example
Text Example
White with #211DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DBF; }
p { color: rgb(33,29,191); }
H1.HeaderClassName
{
color: #211DBF;
}
.AnyTagClassName
{
color: #211DBF;
}
</style>
background-color css
<style>
a { background-color: #211DBF; }
a { background-color: rgb(33,29,191); }
div.DivClassName
{
background-color: #211DBF;
}
.BgClassName
{
background-color: #211DBF;
}
</style>
border-color css
<style>
span { border-color: #211DBF; }
span { border-color: rgb(33,29,191); }
td.TdClassName
{
border-color: #211DBF;
}
.TagClassName
{
border-color: #211DBF;
}
</style>