Shades of Persian Blue #211CBF
Tints of Persian Blue #211CBF
RGB
CMYK
RGB Variations
Color information
#211CBF (or 0x211CBF) is known color: Persian Blue. HEX triplet: 21, 1C and BF. RGB value is (33,28,191). Sum of RGB (Red+Green+Blue) = 33+28+191=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #211CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CBF is #DEE340. Grayscale: #2F2F2F. Windows color (decimal): -14607169 or 12524577. OLE color: 12524577.
HSL color Cylindrical-coordinate representation of color #211CBF: hue angle of 241.84º 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 #211CBF is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 28 | 191 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.25 |
| HSL | 241.84º | 0.74% | 0.43% | - |
| HSV(B) | 241.84º | 0.85% | 0.75% | - |
| XYZ | 10.45 | 4.92 | 49.69 | - |
| YUV | 48.08 | 208.66 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 191 | 0.83 | 0.85 | 0 | 0.25 | 241.84 | 0.74 | 0.43 |
| Hex | 21 | 1C | BF | 53 | 55 | 0 | 19 | F2 | 4A | 2B |
| Octal | 41 | 34 | 277 | 123 | 125 | 0 | 31 | 362 | 112 | 53 |
| Binary | 100001 | 11100 | 10111111 | 1010011 | 1010101 | 0 | 11001 | 11110010 | 1001010 | 101011 |
Color Harmonies of #211CBF
Complementary color
Monochromatic Colors of #211CBF
Black with #211CBF
Text Example
Text Example
White with #211CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211CBF; }
p { color: rgb(33,28,191); }
H1.HeaderClassName
{
color: #211CBF;
}
.AnyTagClassName
{
color: #211CBF;
}
</style>
background-color css
<style>
a { background-color: #211CBF; }
a { background-color: rgb(33,28,191); }
div.DivClassName
{
background-color: #211CBF;
}
.BgClassName
{
background-color: #211CBF;
}
</style>
border-color css
<style>
span { border-color: #211CBF; }
span { border-color: rgb(33,28,191); }
td.TdClassName
{
border-color: #211CBF;
}
.TagClassName
{
border-color: #211CBF;
}
</style>