Shades of Persian Blue #2B34BA
Tints of Persian Blue #2B34BA
RGB
CMYK
RGB Variations
Color information
#2B34BA (or 0x2B34BA) is known color: Persian Blue. HEX triplet: 2B, 34 and BA. RGB value is (43,52,186). Sum of RGB (Red+Green+Blue) = 43+52+186=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B34BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B34BA is #D4CB45. Grayscale: #404040. Windows color (decimal): -13945670 or 12203051. OLE color: 12203051.
HSL color Cylindrical-coordinate representation of color #2B34BA: hue angle of 236.22º 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 #2B34BA is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 52 | 186 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.27 |
| HSL | 236.22º | 0.62% | 0.45% | - |
| HSV(B) | 236.22º | 0.77% | 0.73% | - |
| XYZ | 11.09 | 6.51 | 47.13 | - |
| YUV | 64.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 186 | 0.77 | 0.72 | 0 | 0.27 | 236.22 | 0.62 | 0.45 |
| Hex | 2B | 34 | BA | 4D | 48 | 0 | 1B | EC | 3E | 2D |
| Octal | 53 | 64 | 272 | 115 | 110 | 0 | 33 | 354 | 76 | 55 |
| Binary | 101011 | 110100 | 10111010 | 1001101 | 1001000 | 0 | 11011 | 11101100 | 111110 | 101101 |
Color Harmonies of #2B34BA
Complementary color
Monochromatic Colors of #2B34BA
Black with #2B34BA
Text Example
Text Example
White with #2B34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B34BA; }
p { color: rgb(43,52,186); }
H1.HeaderClassName
{
color: #2B34BA;
}
.AnyTagClassName
{
color: #2B34BA;
}
</style>
background-color css
<style>
a { background-color: #2B34BA; }
a { background-color: rgb(43,52,186); }
div.DivClassName
{
background-color: #2B34BA;
}
.BgClassName
{
background-color: #2B34BA;
}
</style>
border-color css
<style>
span { border-color: #2B34BA; }
span { border-color: rgb(43,52,186); }
td.TdClassName
{
border-color: #2B34BA;
}
.TagClassName
{
border-color: #2B34BA;
}
</style>