Shades of Persian Blue #2B37BA
Tints of Persian Blue #2B37BA
RGB
CMYK
RGB Variations
Color information
#2B37BA (or 0x2B37BA) is known color: Persian Blue. HEX triplet: 2B, 37 and BA. RGB value is (43,55,186). Sum of RGB (Red+Green+Blue) = 43+55+186=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B37BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B37BA is #D4C845. Grayscale: #414141. Windows color (decimal): -13944902 or 12203819. OLE color: 12203819.
HSL color Cylindrical-coordinate representation of color #2B37BA: hue angle of 234.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B37BA is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 55 | 186 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.27 |
| HSL | 234.97º | 0.62% | 0.45% | - |
| HSV(B) | 234.97º | 0.77% | 0.73% | - |
| XYZ | 11.23 | 6.79 | 47.17 | - |
| YUV | 66.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 186 | 0.77 | 0.70 | 0 | 0.27 | 234.97 | 0.62 | 0.45 |
| Hex | 2B | 37 | BA | 4D | 46 | 0 | 1B | EB | 3E | 2D |
| Octal | 53 | 67 | 272 | 115 | 106 | 0 | 33 | 353 | 76 | 55 |
| Binary | 101011 | 110111 | 10111010 | 1001101 | 1000110 | 0 | 11011 | 11101011 | 111110 | 101101 |
Color Harmonies of #2B37BA
Complementary color
Monochromatic Colors of #2B37BA
Black with #2B37BA
Text Example
Text Example
White with #2B37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B37BA; }
p { color: rgb(43,55,186); }
H1.HeaderClassName
{
color: #2B37BA;
}
.AnyTagClassName
{
color: #2B37BA;
}
</style>
background-color css
<style>
a { background-color: #2B37BA; }
a { background-color: rgb(43,55,186); }
div.DivClassName
{
background-color: #2B37BA;
}
.BgClassName
{
background-color: #2B37BA;
}
</style>
border-color css
<style>
span { border-color: #2B37BA; }
span { border-color: rgb(43,55,186); }
td.TdClassName
{
border-color: #2B37BA;
}
.TagClassName
{
border-color: #2B37BA;
}
</style>