Shades of Persian Blue #2E31BA
Tints of Persian Blue #2E31BA
RGB
CMYK
RGB Variations
Color information
#2E31BA (or 0x2E31BA) is known color: Persian Blue. HEX triplet: 2E, 31 and BA. RGB value is (46,49,186). Sum of RGB (Red+Green+Blue) = 46+49+186=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 49 (19.53% from 255 or 17.44% 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 #2E31BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E31BA is #D1CE45. Grayscale: #3F3F3F. Windows color (decimal): -13749830 or 12202286. OLE color: 12202286.
HSL color Cylindrical-coordinate representation of color #2E31BA: hue angle of 238.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E31BA is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 49 | 186 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.27 |
| HSL | 238.71º | 0.6% | 0.45% | - |
| HSV(B) | 238.71º | 0.75% | 0.73% | - |
| XYZ | 11.09 | 6.32 | 47.09 | - |
| YUV | 63.72 | 197.01 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 186 | 0.75 | 0.74 | 0 | 0.27 | 238.71 | 0.6 | 0.45 |
| Hex | 2E | 31 | BA | 4B | 4A | 0 | 1B | EF | 3C | 2D |
| Octal | 56 | 61 | 272 | 113 | 112 | 0 | 33 | 357 | 74 | 55 |
| Binary | 101110 | 110001 | 10111010 | 1001011 | 1001010 | 0 | 11011 | 11101111 | 111100 | 101101 |
Color Harmonies of #2E31BA
Complementary color
Monochromatic Colors of #2E31BA
Black with #2E31BA
Text Example
Text Example
White with #2E31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E31BA; }
p { color: rgb(46,49,186); }
H1.HeaderClassName
{
color: #2E31BA;
}
.AnyTagClassName
{
color: #2E31BA;
}
</style>
background-color css
<style>
a { background-color: #2E31BA; }
a { background-color: rgb(46,49,186); }
div.DivClassName
{
background-color: #2E31BA;
}
.BgClassName
{
background-color: #2E31BA;
}
</style>
border-color css
<style>
span { border-color: #2E31BA; }
span { border-color: rgb(46,49,186); }
td.TdClassName
{
border-color: #2E31BA;
}
.TagClassName
{
border-color: #2E31BA;
}
</style>