Shades of Persian Blue #2B40DB
Tints of Persian Blue #2B40DB
RGB
CMYK
RGB Variations
Color information
#2B40DB (or 0x2B40DB) is known color: Persian Blue. HEX triplet: 2B, 40 and DB. RGB value is (43,64,219). Sum of RGB (Red+Green+Blue) = 43+64+219=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B40DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B40DB is #D4BF24. Grayscale: #4A4A4A. Windows color (decimal): -13942565 or 14368811. OLE color: 14368811.
HSL color Cylindrical-coordinate representation of color #2B40DB: hue angle of 232.84º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B40DB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 64 | 219 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.14 |
| HSL | 232.84º | 0.71% | 0.51% | - |
| HSV(B) | 232.84º | 0.8% | 0.86% | - |
| XYZ | 15.62 | 9.29 | 67.99 | - |
| YUV | 75.39 | 209.04 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 219 | 0.80 | 0.71 | 0 | 0.14 | 232.84 | 0.71 | 0.51 |
| Hex | 2B | 40 | DB | 50 | 47 | 0 | E | E9 | 47 | 33 |
| Octal | 53 | 100 | 333 | 120 | 107 | 0 | 16 | 351 | 107 | 63 |
| Binary | 101011 | 1000000 | 11011011 | 1010000 | 1000111 | 0 | 1110 | 11101001 | 1000111 | 110011 |
Color Harmonies of #2B40DB
Complementary color
Monochromatic Colors of #2B40DB
Black with #2B40DB
Text Example
Text Example
White with #2B40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B40DB; }
p { color: rgb(43,64,219); }
H1.HeaderClassName
{
color: #2B40DB;
}
.AnyTagClassName
{
color: #2B40DB;
}
</style>
background-color css
<style>
a { background-color: #2B40DB; }
a { background-color: rgb(43,64,219); }
div.DivClassName
{
background-color: #2B40DB;
}
.BgClassName
{
background-color: #2B40DB;
}
</style>
border-color css
<style>
span { border-color: #2B40DB; }
span { border-color: rgb(43,64,219); }
td.TdClassName
{
border-color: #2B40DB;
}
.TagClassName
{
border-color: #2B40DB;
}
</style>