Shades of Persian Blue #2122B4
Tints of Persian Blue #2122B4
RGB
CMYK
RGB Variations
Color information
#2122B4 (or 0x2122B4) is known color: Persian Blue. HEX triplet: 21, 22 and B4. RGB value is (33,34,180). Sum of RGB (Red+Green+Blue) = 33+34+180=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 180 (70.70% from 255 or 72.87% from 247); Max value from RGB is 180 - color contains mainly: blue. Hex color #2122B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2122B4 is #DEDD4B. Grayscale: #313131. Windows color (decimal): -14605644 or 11805217. OLE color: 11805217.
HSL color Cylindrical-coordinate representation of color #2122B4: hue angle of 239.59º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2122B4 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 34 | 180 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.29 |
| HSL | 239.59º | 0.69% | 0.42% | - |
| HSV(B) | 239.59º | 0.82% | 0.71% | - |
| XYZ | 9.44 | 4.76 | 43.6 | - |
| YUV | 50.35 | 201.17 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 180 | 0.82 | 0.81 | 0 | 0.29 | 239.59 | 0.69 | 0.42 |
| Hex | 21 | 22 | B4 | 52 | 51 | 0 | 1D | F0 | 45 | 2A |
| Octal | 41 | 42 | 264 | 122 | 121 | 0 | 35 | 360 | 105 | 52 |
| Binary | 100001 | 100010 | 10110100 | 1010010 | 1010001 | 0 | 11101 | 11110000 | 1000101 | 101010 |
Color Harmonies of #2122B4
Complementary color
Monochromatic Colors of #2122B4
Black with #2122B4
Text Example
Text Example
White with #2122B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2122B4; }
p { color: rgb(33,34,180); }
H1.HeaderClassName
{
color: #2122B4;
}
.AnyTagClassName
{
color: #2122B4;
}
</style>
background-color css
<style>
a { background-color: #2122B4; }
a { background-color: rgb(33,34,180); }
div.DivClassName
{
background-color: #2122B4;
}
.BgClassName
{
background-color: #2122B4;
}
</style>
border-color css
<style>
span { border-color: #2122B4; }
span { border-color: rgb(33,34,180); }
td.TdClassName
{
border-color: #2122B4;
}
.TagClassName
{
border-color: #2122B4;
}
</style>