Shades of Persian Blue #2B18BA
Tints of Persian Blue #2B18BA
RGB
CMYK
RGB Variations
Color information
#2B18BA (or 0x2B18BA) is known color: Persian Blue. HEX triplet: 2B, 18 and BA. RGB value is (43,24,186). Sum of RGB (Red+Green+Blue) = 43+24+186=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B18BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B18BA is #D4E745. Grayscale: #2F2F2F. Windows color (decimal): -13952838 or 12195883. OLE color: 12195883.
HSL color Cylindrical-coordinate representation of color #2B18BA: hue angle of 247.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B18BA is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 24 | 186 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.27 |
| HSL | 247.04º | 0.77% | 0.41% | - |
| HSV(B) | 247.04º | 0.87% | 0.73% | - |
| XYZ | 10.19 | 4.71 | 46.83 | - |
| YUV | 48.15 | 205.79 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 186 | 0.77 | 0.87 | 0 | 0.27 | 247.04 | 0.77 | 0.41 |
| Hex | 2B | 18 | BA | 4D | 57 | 0 | 1B | F7 | 4D | 29 |
| Octal | 53 | 30 | 272 | 115 | 127 | 0 | 33 | 367 | 115 | 51 |
| Binary | 101011 | 11000 | 10111010 | 1001101 | 1010111 | 0 | 11011 | 11110111 | 1001101 | 101001 |
Color Harmonies of #2B18BA
Complementary color
Monochromatic Colors of #2B18BA
Black with #2B18BA
Text Example
Text Example
White with #2B18BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B18BA; }
p { color: rgb(43,24,186); }
H1.HeaderClassName
{
color: #2B18BA;
}
.AnyTagClassName
{
color: #2B18BA;
}
</style>
background-color css
<style>
a { background-color: #2B18BA; }
a { background-color: rgb(43,24,186); }
div.DivClassName
{
background-color: #2B18BA;
}
.BgClassName
{
background-color: #2B18BA;
}
</style>
border-color css
<style>
span { border-color: #2B18BA; }
span { border-color: rgb(43,24,186); }
td.TdClassName
{
border-color: #2B18BA;
}
.TagClassName
{
border-color: #2B18BA;
}
</style>