Shades of Persian Blue #2E2ACD
Tints of Persian Blue #2E2ACD
RGB
CMYK
RGB Variations
Color information
#2E2ACD (or 0x2E2ACD) is known color: Persian Blue. HEX triplet: 2E, 2A and CD. RGB value is (46,42,205). Sum of RGB (Red+Green+Blue) = 46+42+205=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E2ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2ACD is #D1D532. Grayscale: #3D3D3D. Windows color (decimal): -13751603 or 13445678. OLE color: 13445678.
HSL color Cylindrical-coordinate representation of color #2E2ACD: hue angle of 241.47º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2ACD is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 42 | 205 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.20 |
| HSL | 241.47º | 0.66% | 0.48% | - |
| HSV(B) | 241.47º | 0.8% | 0.8% | - |
| XYZ | 12.97 | 6.64 | 58.36 | - |
| YUV | 61.78 | 208.83 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 205 | 0.78 | 0.80 | 0 | 0.20 | 241.47 | 0.66 | 0.48 |
| Hex | 2E | 2A | CD | 4E | 50 | 0 | 14 | F1 | 42 | 30 |
| Octal | 56 | 52 | 315 | 116 | 120 | 0 | 24 | 361 | 102 | 60 |
| Binary | 101110 | 101010 | 11001101 | 1001110 | 1010000 | 0 | 10100 | 11110001 | 1000010 | 110000 |
Color Harmonies of #2E2ACD
Complementary color
Monochromatic Colors of #2E2ACD
Black with #2E2ACD
Text Example
Text Example
White with #2E2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2ACD; }
p { color: rgb(46,42,205); }
H1.HeaderClassName
{
color: #2E2ACD;
}
.AnyTagClassName
{
color: #2E2ACD;
}
</style>
background-color css
<style>
a { background-color: #2E2ACD; }
a { background-color: rgb(46,42,205); }
div.DivClassName
{
background-color: #2E2ACD;
}
.BgClassName
{
background-color: #2E2ACD;
}
</style>
border-color css
<style>
span { border-color: #2E2ACD; }
span { border-color: rgb(46,42,205); }
td.TdClassName
{
border-color: #2E2ACD;
}
.TagClassName
{
border-color: #2E2ACD;
}
</style>