Shades of Persian Blue #2E13BA
Tints of Persian Blue #2E13BA
RGB
CMYK
RGB Variations
Color information
#2E13BA (or 0x2E13BA) is known color: Persian Blue. HEX triplet: 2E, 13 and BA. RGB value is (46,19,186). Sum of RGB (Red+Green+Blue) = 46+19+186=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E13BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E13BA is #D1EC45. Grayscale: #2D2D2D. Windows color (decimal): -13757510 or 12194606. OLE color: 12194606.
HSL color Cylindrical-coordinate representation of color #2E13BA: hue angle of 249.7º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E13BA is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 19 | 186 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.27 |
| HSL | 249.7º | 0.81% | 0.4% | - |
| HSV(B) | 249.7º | 0.9% | 0.73% | - |
| XYZ | 10.22 | 4.59 | 46.8 | - |
| YUV | 46.11 | 206.95 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 186 | 0.75 | 0.90 | 0 | 0.27 | 249.7 | 0.81 | 0.4 |
| Hex | 2E | 13 | BA | 4B | 5A | 0 | 1B | FA | 51 | 28 |
| Octal | 56 | 23 | 272 | 113 | 132 | 0 | 33 | 372 | 121 | 50 |
| Binary | 101110 | 10011 | 10111010 | 1001011 | 1011010 | 0 | 11011 | 11111010 | 1010001 | 101000 |
Color Harmonies of #2E13BA
Complementary color
Monochromatic Colors of #2E13BA
Black with #2E13BA
Text Example
Text Example
White with #2E13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E13BA; }
p { color: rgb(46,19,186); }
H1.HeaderClassName
{
color: #2E13BA;
}
.AnyTagClassName
{
color: #2E13BA;
}
</style>
background-color css
<style>
a { background-color: #2E13BA; }
a { background-color: rgb(46,19,186); }
div.DivClassName
{
background-color: #2E13BA;
}
.BgClassName
{
background-color: #2E13BA;
}
</style>
border-color css
<style>
span { border-color: #2E13BA; }
span { border-color: rgb(46,19,186); }
td.TdClassName
{
border-color: #2E13BA;
}
.TagClassName
{
border-color: #2E13BA;
}
</style>