Shades of Persian Blue #2E18BA
Tints of Persian Blue #2E18BA
RGB
CMYK
RGB Variations
Color information
#2E18BA (or 0x2E18BA) is known color: Persian Blue. HEX triplet: 2E, 18 and BA. RGB value is (46,24,186). Sum of RGB (Red+Green+Blue) = 46+24+186=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E18BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E18BA is #D1E745. Grayscale: #303030. Windows color (decimal): -13756230 or 12195886. OLE color: 12195886.
HSL color Cylindrical-coordinate representation of color #2E18BA: hue angle of 248.15º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E18BA is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 24 | 186 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.27 |
| HSL | 248.15º | 0.77% | 0.41% | - |
| HSV(B) | 248.15º | 0.87% | 0.73% | - |
| XYZ | 10.32 | 4.78 | 46.83 | - |
| YUV | 49.05 | 205.29 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 186 | 0.75 | 0.87 | 0 | 0.27 | 248.15 | 0.77 | 0.41 |
| Hex | 2E | 18 | BA | 4B | 57 | 0 | 1B | F8 | 4D | 29 |
| Octal | 56 | 30 | 272 | 113 | 127 | 0 | 33 | 370 | 115 | 51 |
| Binary | 101110 | 11000 | 10111010 | 1001011 | 1010111 | 0 | 11011 | 11111000 | 1001101 | 101001 |
Color Harmonies of #2E18BA
Complementary color
Monochromatic Colors of #2E18BA
Black with #2E18BA
Text Example
Text Example
White with #2E18BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E18BA; }
p { color: rgb(46,24,186); }
H1.HeaderClassName
{
color: #2E18BA;
}
.AnyTagClassName
{
color: #2E18BA;
}
</style>
background-color css
<style>
a { background-color: #2E18BA; }
a { background-color: rgb(46,24,186); }
div.DivClassName
{
background-color: #2E18BA;
}
.BgClassName
{
background-color: #2E18BA;
}
</style>
border-color css
<style>
span { border-color: #2E18BA; }
span { border-color: rgb(46,24,186); }
td.TdClassName
{
border-color: #2E18BA;
}
.TagClassName
{
border-color: #2E18BA;
}
</style>