Shades of Persian Blue #2B37DB
Tints of Persian Blue #2B37DB
RGB
CMYK
RGB Variations
Color information
#2B37DB (or 0x2B37DB) is known color: Persian Blue. HEX triplet: 2B, 37 and DB. RGB value is (43,55,219). Sum of RGB (Red+Green+Blue) = 43+55+219=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B37DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B37DB is #D4C824. Grayscale: #454545. Windows color (decimal): -13944869 or 14366507. OLE color: 14366507.
HSL color Cylindrical-coordinate representation of color #2B37DB: hue angle of 235.91º 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 #2B37DB is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 55 | 219 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.14 |
| HSL | 235.91º | 0.71% | 0.51% | - |
| HSV(B) | 235.91º | 0.8% | 0.86% | - |
| XYZ | 15.15 | 8.36 | 67.83 | - |
| YUV | 70.11 | 212.02 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 219 | 0.80 | 0.75 | 0 | 0.14 | 235.91 | 0.71 | 0.51 |
| Hex | 2B | 37 | DB | 50 | 4B | 0 | E | EC | 47 | 33 |
| Octal | 53 | 67 | 333 | 120 | 113 | 0 | 16 | 354 | 107 | 63 |
| Binary | 101011 | 110111 | 11011011 | 1010000 | 1001011 | 0 | 1110 | 11101100 | 1000111 | 110011 |
Color Harmonies of #2B37DB
Complementary color
Monochromatic Colors of #2B37DB
Black with #2B37DB
Text Example
Text Example
White with #2B37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B37DB; }
p { color: rgb(43,55,219); }
H1.HeaderClassName
{
color: #2B37DB;
}
.AnyTagClassName
{
color: #2B37DB;
}
</style>
background-color css
<style>
a { background-color: #2B37DB; }
a { background-color: rgb(43,55,219); }
div.DivClassName
{
background-color: #2B37DB;
}
.BgClassName
{
background-color: #2B37DB;
}
</style>
border-color css
<style>
span { border-color: #2B37DB; }
span { border-color: rgb(43,55,219); }
td.TdClassName
{
border-color: #2B37DB;
}
.TagClassName
{
border-color: #2B37DB;
}
</style>