Shades of Persian Blue #2B20DB
Tints of Persian Blue #2B20DB
RGB
CMYK
RGB Variations
Color information
#2B20DB (or 0x2B20DB) is known color: Persian Blue. HEX triplet: 2B, 20 and DB. RGB value is (43,32,219). Sum of RGB (Red+Green+Blue) = 43+32+219=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B20DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B20DB is #D4DF24. Grayscale: #373737. Windows color (decimal): -13950757 or 14360619. OLE color: 14360619.
HSL color Cylindrical-coordinate representation of color #2B20DB: hue angle of 243.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B20DB is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 32 | 219 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.14 |
| HSL | 243.53º | 0.75% | 0.49% | - |
| HSV(B) | 243.53º | 0.85% | 0.86% | - |
| XYZ | 14.3 | 6.66 | 67.55 | - |
| YUV | 56.61 | 219.64 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 219 | 0.80 | 0.85 | 0 | 0.14 | 243.53 | 0.75 | 0.49 |
| Hex | 2B | 20 | DB | 50 | 55 | 0 | E | F4 | 4B | 31 |
| Octal | 53 | 40 | 333 | 120 | 125 | 0 | 16 | 364 | 113 | 61 |
| Binary | 101011 | 100000 | 11011011 | 1010000 | 1010101 | 0 | 1110 | 11110100 | 1001011 | 110001 |
Color Harmonies of #2B20DB
Complementary color
Monochromatic Colors of #2B20DB
Black with #2B20DB
Text Example
Text Example
White with #2B20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B20DB; }
p { color: rgb(43,32,219); }
H1.HeaderClassName
{
color: #2B20DB;
}
.AnyTagClassName
{
color: #2B20DB;
}
</style>
background-color css
<style>
a { background-color: #2B20DB; }
a { background-color: rgb(43,32,219); }
div.DivClassName
{
background-color: #2B20DB;
}
.BgClassName
{
background-color: #2B20DB;
}
</style>
border-color css
<style>
span { border-color: #2B20DB; }
span { border-color: rgb(43,32,219); }
td.TdClassName
{
border-color: #2B20DB;
}
.TagClassName
{
border-color: #2B20DB;
}
</style>