Shades of Persian Blue #2E14BE
Tints of Persian Blue #2E14BE
RGB
CMYK
RGB Variations
Color information
#2E14BE (or 0x2E14BE) is known color: Persian Blue. HEX triplet: 2E, 14 and BE. RGB value is (46,20,190). Sum of RGB (Red+Green+Blue) = 46+20+190=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E14BE is #D1EB41. Grayscale: #2E2E2E. Windows color (decimal): -13757250 or 12457006. OLE color: 12457006.
HSL color Cylindrical-coordinate representation of color #2E14BE: hue angle of 249.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E14BE is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 20 | 190 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.25 |
| HSL | 249.18º | 0.81% | 0.41% | - |
| HSV(B) | 249.18º | 0.89% | 0.75% | - |
| XYZ | 10.67 | 4.8 | 49.08 | - |
| YUV | 47.15 | 208.61 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 190 | 0.76 | 0.89 | 0 | 0.25 | 249.18 | 0.81 | 0.41 |
| Hex | 2E | 14 | BE | 4C | 59 | 0 | 19 | F9 | 51 | 29 |
| Octal | 56 | 24 | 276 | 114 | 131 | 0 | 31 | 371 | 121 | 51 |
| Binary | 101110 | 10100 | 10111110 | 1001100 | 1011001 | 0 | 11001 | 11111001 | 1010001 | 101001 |
Color Harmonies of #2E14BE
Complementary color
Monochromatic Colors of #2E14BE
Black with #2E14BE
Text Example
Text Example
White with #2E14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E14BE; }
p { color: rgb(46,20,190); }
H1.HeaderClassName
{
color: #2E14BE;
}
.AnyTagClassName
{
color: #2E14BE;
}
</style>
background-color css
<style>
a { background-color: #2E14BE; }
a { background-color: rgb(46,20,190); }
div.DivClassName
{
background-color: #2E14BE;
}
.BgClassName
{
background-color: #2E14BE;
}
</style>
border-color css
<style>
span { border-color: #2E14BE; }
span { border-color: rgb(46,20,190); }
td.TdClassName
{
border-color: #2E14BE;
}
.TagClassName
{
border-color: #2E14BE;
}
</style>