Shades of Persian Blue #2B24BA
Tints of Persian Blue #2B24BA
RGB
CMYK
RGB Variations
Color information
#2B24BA (or 0x2B24BA) is known color: Persian Blue. HEX triplet: 2B, 24 and BA. RGB value is (43,36,186). Sum of RGB (Red+Green+Blue) = 43+36+186=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B24BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B24BA is #D4DB45. Grayscale: #363636. Windows color (decimal): -13949766 or 12198955. OLE color: 12198955.
HSL color Cylindrical-coordinate representation of color #2B24BA: hue angle of 242.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B24BA is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 36 | 186 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.27 |
| HSL | 242.8º | 0.68% | 0.44% | - |
| HSV(B) | 242.8º | 0.81% | 0.73% | - |
| XYZ | 10.49 | 5.32 | 46.93 | - |
| YUV | 55.19 | 201.82 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 186 | 0.77 | 0.81 | 0 | 0.27 | 242.8 | 0.68 | 0.44 |
| Hex | 2B | 24 | BA | 4D | 51 | 0 | 1B | F3 | 44 | 2C |
| Octal | 53 | 44 | 272 | 115 | 121 | 0 | 33 | 363 | 104 | 54 |
| Binary | 101011 | 100100 | 10111010 | 1001101 | 1010001 | 0 | 11011 | 11110011 | 1000100 | 101100 |
Color Harmonies of #2B24BA
Complementary color
Monochromatic Colors of #2B24BA
Black with #2B24BA
Text Example
Text Example
White with #2B24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B24BA; }
p { color: rgb(43,36,186); }
H1.HeaderClassName
{
color: #2B24BA;
}
.AnyTagClassName
{
color: #2B24BA;
}
</style>
background-color css
<style>
a { background-color: #2B24BA; }
a { background-color: rgb(43,36,186); }
div.DivClassName
{
background-color: #2B24BA;
}
.BgClassName
{
background-color: #2B24BA;
}
</style>
border-color css
<style>
span { border-color: #2B24BA; }
span { border-color: rgb(43,36,186); }
td.TdClassName
{
border-color: #2B24BA;
}
.TagClassName
{
border-color: #2B24BA;
}
</style>