Shades of Persian Blue #2B31DB
Tints of Persian Blue #2B31DB
RGB
CMYK
RGB Variations
Color information
#2B31DB (or 0x2B31DB) is known color: Persian Blue. HEX triplet: 2B, 31 and DB. RGB value is (43,49,219). Sum of RGB (Red+Green+Blue) = 43+49+219=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B31DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B31DB is #D4CE24. Grayscale: #414141. Windows color (decimal): -13946405 or 14364971. OLE color: 14364971.
HSL color Cylindrical-coordinate representation of color #2B31DB: hue angle of 237.95º 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 #2B31DB is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 49 | 219 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.14 |
| HSL | 237.95º | 0.71% | 0.51% | - |
| HSV(B) | 237.95º | 0.8% | 0.86% | - |
| XYZ | 14.88 | 7.82 | 67.74 | - |
| YUV | 66.59 | 214.01 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 219 | 0.80 | 0.78 | 0 | 0.14 | 237.95 | 0.71 | 0.51 |
| Hex | 2B | 31 | DB | 50 | 4E | 0 | E | EE | 47 | 33 |
| Octal | 53 | 61 | 333 | 120 | 116 | 0 | 16 | 356 | 107 | 63 |
| Binary | 101011 | 110001 | 11011011 | 1010000 | 1001110 | 0 | 1110 | 11101110 | 1000111 | 110011 |
Color Harmonies of #2B31DB
Complementary color
Monochromatic Colors of #2B31DB
Black with #2B31DB
Text Example
Text Example
White with #2B31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B31DB; }
p { color: rgb(43,49,219); }
H1.HeaderClassName
{
color: #2B31DB;
}
.AnyTagClassName
{
color: #2B31DB;
}
</style>
background-color css
<style>
a { background-color: #2B31DB; }
a { background-color: rgb(43,49,219); }
div.DivClassName
{
background-color: #2B31DB;
}
.BgClassName
{
background-color: #2B31DB;
}
</style>
border-color css
<style>
span { border-color: #2B31DB; }
span { border-color: rgb(43,49,219); }
td.TdClassName
{
border-color: #2B31DB;
}
.TagClassName
{
border-color: #2B31DB;
}
</style>