Shades of Persian Blue #2E41BA
Tints of Persian Blue #2E41BA
RGB
CMYK
RGB Variations
Color information
#2E41BA (or 0x2E41BA) is known color: Persian Blue. HEX triplet: 2E, 41 and BA. RGB value is (46,65,186). Sum of RGB (Red+Green+Blue) = 46+65+186=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E41BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E41BA is #D1BE45. Grayscale: #484848. Windows color (decimal): -13745734 or 12206382. OLE color: 12206382.
HSL color Cylindrical-coordinate representation of color #2E41BA: hue angle of 231.86º 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 #2E41BA is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 65 | 186 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.27 |
| HSL | 231.86º | 0.6% | 0.45% | - |
| HSV(B) | 231.86º | 0.75% | 0.73% | - |
| XYZ | 11.88 | 7.91 | 47.35 | - |
| YUV | 73.11 | 191.71 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 186 | 0.75 | 0.65 | 0 | 0.27 | 231.86 | 0.6 | 0.45 |
| Hex | 2E | 41 | BA | 4B | 41 | 0 | 1B | E8 | 3C | 2D |
| Octal | 56 | 101 | 272 | 113 | 101 | 0 | 33 | 350 | 74 | 55 |
| Binary | 101110 | 1000001 | 10111010 | 1001011 | 1000001 | 0 | 11011 | 11101000 | 111100 | 101101 |
Color Harmonies of #2E41BA
Complementary color
Monochromatic Colors of #2E41BA
Black with #2E41BA
Text Example
Text Example
White with #2E41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E41BA; }
p { color: rgb(46,65,186); }
H1.HeaderClassName
{
color: #2E41BA;
}
.AnyTagClassName
{
color: #2E41BA;
}
</style>
background-color css
<style>
a { background-color: #2E41BA; }
a { background-color: rgb(46,65,186); }
div.DivClassName
{
background-color: #2E41BA;
}
.BgClassName
{
background-color: #2E41BA;
}
</style>
border-color css
<style>
span { border-color: #2E41BA; }
span { border-color: rgb(46,65,186); }
td.TdClassName
{
border-color: #2E41BA;
}
.TagClassName
{
border-color: #2E41BA;
}
</style>