Shades of Persian Blue #2121BE
Tints of Persian Blue #2121BE
RGB
CMYK
RGB Variations
Color information
#2121BE (or 0x2121BE) is known color: Persian Blue. HEX triplet: 21, 21 and BE. RGB value is (33,33,190). Sum of RGB (Red+Green+Blue) = 33+33+190=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #2121BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2121BE is #DEDE41. Grayscale: #323232. Windows color (decimal): -14605890 or 12460321. OLE color: 12460321.
HSL color Cylindrical-coordinate representation of color #2121BE: hue angle of 240º degrees, saturation: 0.7, 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 #2121BE is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 33 | 190 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.25 |
| HSL | 240º | 0.7% | 0.44% | - |
| HSV(B) | 240º | 0.83% | 0.75% | - |
| XYZ | 10.47 | 5.13 | 49.15 | - |
| YUV | 50.9 | 206.5 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 190 | 0.83 | 0.83 | 0 | 0.25 | 240 | 0.7 | 0.44 |
| Hex | 21 | 21 | BE | 53 | 53 | 0 | 19 | F0 | 46 | 2C |
| Octal | 41 | 41 | 276 | 123 | 123 | 0 | 31 | 360 | 106 | 54 |
| Binary | 100001 | 100001 | 10111110 | 1010011 | 1010011 | 0 | 11001 | 11110000 | 1000110 | 101100 |
Color Harmonies of #2121BE
Complementary color
Monochromatic Colors of #2121BE
Black with #2121BE
Text Example
Text Example
White with #2121BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2121BE; }
p { color: rgb(33,33,190); }
H1.HeaderClassName
{
color: #2121BE;
}
.AnyTagClassName
{
color: #2121BE;
}
</style>
background-color css
<style>
a { background-color: #2121BE; }
a { background-color: rgb(33,33,190); }
div.DivClassName
{
background-color: #2121BE;
}
.BgClassName
{
background-color: #2121BE;
}
</style>
border-color css
<style>
span { border-color: #2121BE; }
span { border-color: rgb(33,33,190); }
td.TdClassName
{
border-color: #2121BE;
}
.TagClassName
{
border-color: #2121BE;
}
</style>