Shades of Persian Blue #2122BF
Tints of Persian Blue #2122BF
RGB
CMYK
RGB Variations
Color information
#2122BF (or 0x2122BF) is known color: Persian Blue. HEX triplet: 21, 22 and BF. RGB value is (33,34,191). Sum of RGB (Red+Green+Blue) = 33+34+191=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #2122BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2122BF is #DEDD40. Grayscale: #323232. Windows color (decimal): -14605633 or 12526113. OLE color: 12526113.
HSL color Cylindrical-coordinate representation of color #2122BF: hue angle of 239.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2122BF is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 34 | 191 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.25 |
| HSL | 239.62º | 0.71% | 0.44% | - |
| HSV(B) | 239.62º | 0.83% | 0.75% | - |
| XYZ | 10.6 | 5.23 | 49.74 | - |
| YUV | 51.6 | 206.67 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 191 | 0.83 | 0.82 | 0 | 0.25 | 239.62 | 0.71 | 0.44 |
| Hex | 21 | 22 | BF | 53 | 52 | 0 | 19 | F0 | 47 | 2C |
| Octal | 41 | 42 | 277 | 123 | 122 | 0 | 31 | 360 | 107 | 54 |
| Binary | 100001 | 100010 | 10111111 | 1010011 | 1010010 | 0 | 11001 | 11110000 | 1000111 | 101100 |
Color Harmonies of #2122BF
Complementary color
Monochromatic Colors of #2122BF
Black with #2122BF
Text Example
Text Example
White with #2122BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2122BF; }
p { color: rgb(33,34,191); }
H1.HeaderClassName
{
color: #2122BF;
}
.AnyTagClassName
{
color: #2122BF;
}
</style>
background-color css
<style>
a { background-color: #2122BF; }
a { background-color: rgb(33,34,191); }
div.DivClassName
{
background-color: #2122BF;
}
.BgClassName
{
background-color: #2122BF;
}
</style>
border-color css
<style>
span { border-color: #2122BF; }
span { border-color: rgb(33,34,191); }
td.TdClassName
{
border-color: #2122BF;
}
.TagClassName
{
border-color: #2122BF;
}
</style>