Shades of Persian Blue #2E40BA
Tints of Persian Blue #2E40BA
RGB
CMYK
RGB Variations
Color information
#2E40BA (or 0x2E40BA) is known color: Persian Blue. HEX triplet: 2E, 40 and BA. RGB value is (46,64,186). Sum of RGB (Red+Green+Blue) = 46+64+186=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E40BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E40BA is #D1BF45. Grayscale: #484848. Windows color (decimal): -13745990 or 12206126. OLE color: 12206126.
HSL color Cylindrical-coordinate representation of color #2E40BA: hue angle of 232.29º 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 #2E40BA is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 64 | 186 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.27 |
| HSL | 232.29º | 0.6% | 0.45% | - |
| HSV(B) | 232.29º | 0.75% | 0.73% | - |
| XYZ | 11.82 | 7.79 | 47.34 | - |
| YUV | 72.53 | 192.04 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 186 | 0.75 | 0.66 | 0 | 0.27 | 232.29 | 0.6 | 0.45 |
| Hex | 2E | 40 | BA | 4B | 42 | 0 | 1B | E8 | 3C | 2D |
| Octal | 56 | 100 | 272 | 113 | 102 | 0 | 33 | 350 | 74 | 55 |
| Binary | 101110 | 1000000 | 10111010 | 1001011 | 1000010 | 0 | 11011 | 11101000 | 111100 | 101101 |
Color Harmonies of #2E40BA
Complementary color
Monochromatic Colors of #2E40BA
Black with #2E40BA
Text Example
Text Example
White with #2E40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E40BA; }
p { color: rgb(46,64,186); }
H1.HeaderClassName
{
color: #2E40BA;
}
.AnyTagClassName
{
color: #2E40BA;
}
</style>
background-color css
<style>
a { background-color: #2E40BA; }
a { background-color: rgb(46,64,186); }
div.DivClassName
{
background-color: #2E40BA;
}
.BgClassName
{
background-color: #2E40BA;
}
</style>
border-color css
<style>
span { border-color: #2E40BA; }
span { border-color: rgb(46,64,186); }
td.TdClassName
{
border-color: #2E40BA;
}
.TagClassName
{
border-color: #2E40BA;
}
</style>