Shades of Persian Blue #2E3ADE
Tints of Persian Blue #2E3ADE
RGB
CMYK
RGB Variations
Color information
#2E3ADE (or 0x2E3ADE) is known color: Persian Blue. HEX triplet: 2E, 3A and DE. RGB value is (46,58,222). Sum of RGB (Red+Green+Blue) = 46+58+222=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E3ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3ADE is #D1C521. Grayscale: #484848. Windows color (decimal): -13747490 or 14563886. OLE color: 14563886.
HSL color Cylindrical-coordinate representation of color #2E3ADE: hue angle of 235.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3ADE is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 58 | 222 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.13 |
| HSL | 235.91º | 0.73% | 0.53% | - |
| HSV(B) | 235.91º | 0.79% | 0.87% | - |
| XYZ | 15.82 | 8.88 | 69.99 | - |
| YUV | 73.11 | 212.02 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 222 | 0.79 | 0.74 | 0 | 0.13 | 235.91 | 0.73 | 0.53 |
| Hex | 2E | 3A | DE | 4F | 4A | 0 | D | EC | 49 | 35 |
| Octal | 56 | 72 | 336 | 117 | 112 | 0 | 15 | 354 | 111 | 65 |
| Binary | 101110 | 111010 | 11011110 | 1001111 | 1001010 | 0 | 1101 | 11101100 | 1001001 | 110101 |
Color Harmonies of #2E3ADE
Complementary color
Monochromatic Colors of #2E3ADE
Black with #2E3ADE
Text Example
Text Example
White with #2E3ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3ADE; }
p { color: rgb(46,58,222); }
H1.HeaderClassName
{
color: #2E3ADE;
}
.AnyTagClassName
{
color: #2E3ADE;
}
</style>
background-color css
<style>
a { background-color: #2E3ADE; }
a { background-color: rgb(46,58,222); }
div.DivClassName
{
background-color: #2E3ADE;
}
.BgClassName
{
background-color: #2E3ADE;
}
</style>
border-color css
<style>
span { border-color: #2E3ADE; }
span { border-color: rgb(46,58,222); }
td.TdClassName
{
border-color: #2E3ADE;
}
.TagClassName
{
border-color: #2E3ADE;
}
</style>