Shades of Persian Blue #2E2ACE
Tints of Persian Blue #2E2ACE
RGB
CMYK
RGB Variations
Color information
#2E2ACE (or 0x2E2ACE) is known color: Persian Blue. HEX triplet: 2E, 2A and CE. RGB value is (46,42,206). Sum of RGB (Red+Green+Blue) = 46+42+206=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E2ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2ACE is #D1D531. Grayscale: #3D3D3D. Windows color (decimal): -13751602 or 13511214. OLE color: 13511214.
HSL color Cylindrical-coordinate representation of color #2E2ACE: hue angle of 241.46º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2ACE is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 42 | 206 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.19 |
| HSL | 241.46º | 0.66% | 0.49% | - |
| HSV(B) | 241.46º | 0.8% | 0.81% | - |
| XYZ | 13.1 | 6.69 | 58.99 | - |
| YUV | 61.89 | 209.33 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 206 | 0.78 | 0.80 | 0 | 0.19 | 241.46 | 0.66 | 0.49 |
| Hex | 2E | 2A | CE | 4E | 50 | 0 | 13 | F1 | 42 | 31 |
| Octal | 56 | 52 | 316 | 116 | 120 | 0 | 23 | 361 | 102 | 61 |
| Binary | 101110 | 101010 | 11001110 | 1001110 | 1010000 | 0 | 10011 | 11110001 | 1000010 | 110001 |
Color Harmonies of #2E2ACE
Complementary color
Monochromatic Colors of #2E2ACE
Black with #2E2ACE
Text Example
Text Example
White with #2E2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2ACE; }
p { color: rgb(46,42,206); }
H1.HeaderClassName
{
color: #2E2ACE;
}
.AnyTagClassName
{
color: #2E2ACE;
}
</style>
background-color css
<style>
a { background-color: #2E2ACE; }
a { background-color: rgb(46,42,206); }
div.DivClassName
{
background-color: #2E2ACE;
}
.BgClassName
{
background-color: #2E2ACE;
}
</style>
border-color css
<style>
span { border-color: #2E2ACE; }
span { border-color: rgb(46,42,206); }
td.TdClassName
{
border-color: #2E2ACE;
}
.TagClassName
{
border-color: #2E2ACE;
}
</style>