Shades of Persian Blue #2B20BA
Tints of Persian Blue #2B20BA
RGB
CMYK
RGB Variations
Color information
#2B20BA (or 0x2B20BA) is known color: Persian Blue. HEX triplet: 2B, 20 and BA. RGB value is (43,32,186). Sum of RGB (Red+Green+Blue) = 43+32+186=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B20BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B20BA is #D4DF45. Grayscale: #343434. Windows color (decimal): -13950790 or 12197931. OLE color: 12197931.
HSL color Cylindrical-coordinate representation of color #2B20BA: hue angle of 244.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B20BA is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 32 | 186 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.27 |
| HSL | 244.29º | 0.71% | 0.43% | - |
| HSV(B) | 244.29º | 0.83% | 0.73% | - |
| XYZ | 10.38 | 5.09 | 46.89 | - |
| YUV | 52.85 | 203.14 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 186 | 0.77 | 0.83 | 0 | 0.27 | 244.29 | 0.71 | 0.43 |
| Hex | 2B | 20 | BA | 4D | 53 | 0 | 1B | F4 | 47 | 2B |
| Octal | 53 | 40 | 272 | 115 | 123 | 0 | 33 | 364 | 107 | 53 |
| Binary | 101011 | 100000 | 10111010 | 1001101 | 1010011 | 0 | 11011 | 11110100 | 1000111 | 101011 |
Color Harmonies of #2B20BA
Complementary color
Monochromatic Colors of #2B20BA
Black with #2B20BA
Text Example
Text Example
White with #2B20BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B20BA; }
p { color: rgb(43,32,186); }
H1.HeaderClassName
{
color: #2B20BA;
}
.AnyTagClassName
{
color: #2B20BA;
}
</style>
background-color css
<style>
a { background-color: #2B20BA; }
a { background-color: rgb(43,32,186); }
div.DivClassName
{
background-color: #2B20BA;
}
.BgClassName
{
background-color: #2B20BA;
}
</style>
border-color css
<style>
span { border-color: #2B20BA; }
span { border-color: rgb(43,32,186); }
td.TdClassName
{
border-color: #2B20BA;
}
.TagClassName
{
border-color: #2B20BA;
}
</style>