Shades of Persian Blue #2E2ADE
Tints of Persian Blue #2E2ADE
RGB
CMYK
RGB Variations
Color information
#2E2ADE (or 0x2E2ADE) is known color: Persian Blue. HEX triplet: 2E, 2A and DE. RGB value is (46,42,222). Sum of RGB (Red+Green+Blue) = 46+42+222=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 222 (87.11% from 255 or 71.61% from 310); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E2ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2ADE is #D1D521. Grayscale: #3F3F3F. Windows color (decimal): -13751586 or 14559790. OLE color: 14559790.
HSL color Cylindrical-coordinate representation of color #2E2ADE: hue angle of 241.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E2ADE is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 42 | 222 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.13 |
| HSL | 241.33º | 0.73% | 0.52% | - |
| HSV(B) | 241.33º | 0.81% | 0.87% | - |
| XYZ | 15.14 | 7.51 | 69.76 | - |
| YUV | 63.72 | 217.33 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 222 | 0.79 | 0.81 | 0 | 0.13 | 241.33 | 0.73 | 0.52 |
| Hex | 2E | 2A | DE | 4F | 51 | 0 | D | F1 | 49 | 34 |
| Octal | 56 | 52 | 336 | 117 | 121 | 0 | 15 | 361 | 111 | 64 |
| Binary | 101110 | 101010 | 11011110 | 1001111 | 1010001 | 0 | 1101 | 11110001 | 1001001 | 110100 |
Color Harmonies of #2E2ADE
Complementary color
Monochromatic Colors of #2E2ADE
Black with #2E2ADE
Text Example
Text Example
White with #2E2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2ADE; }
p { color: rgb(46,42,222); }
H1.HeaderClassName
{
color: #2E2ADE;
}
.AnyTagClassName
{
color: #2E2ADE;
}
</style>
background-color css
<style>
a { background-color: #2E2ADE; }
a { background-color: rgb(46,42,222); }
div.DivClassName
{
background-color: #2E2ADE;
}
.BgClassName
{
background-color: #2E2ADE;
}
</style>
border-color css
<style>
span { border-color: #2E2ADE; }
span { border-color: rgb(46,42,222); }
td.TdClassName
{
border-color: #2E2ADE;
}
.TagClassName
{
border-color: #2E2ADE;
}
</style>