Shades of Persian Blue #2E2CDC
Tints of Persian Blue #2E2CDC
RGB
CMYK
RGB Variations
Color information
#2E2CDC (or 0x2E2CDC) is known color: Persian Blue. HEX triplet: 2E, 2C and DC. RGB value is (46,44,220). Sum of RGB (Red+Green+Blue) = 46+44+220=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E2CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CDC is #D1D323. Grayscale: #3F3F3F. Windows color (decimal): -13751076 or 14429230. OLE color: 14429230.
HSL color Cylindrical-coordinate representation of color #2E2CDC: hue angle of 240.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2CDC is Cyan = 0.79, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 44 | 220 | - |
| CMYK | 0.79 | 0.8 | 0 | 0.14 |
| HSL | 240.68º | 0.72% | 0.52% | - |
| HSV(B) | 240.68º | 0.8% | 0.86% | - |
| XYZ | 14.95 | 7.55 | 68.38 | - |
| YUV | 64.66 | 215.66 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 220 | 0.79 | 0.8 | 0 | 0.14 | 240.68 | 0.72 | 0.52 |
| Hex | 2E | 2C | DC | 4F | 50 | 0 | E | F1 | 48 | 34 |
| Octal | 56 | 54 | 334 | 117 | 120 | 0 | 16 | 361 | 110 | 64 |
| Binary | 101110 | 101100 | 11011100 | 1001111 | 1010000 | 0 | 1110 | 11110001 | 1001000 | 110100 |
Color Harmonies of #2E2CDC
Complementary color
Monochromatic Colors of #2E2CDC
Black with #2E2CDC
Text Example
Text Example
White with #2E2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2CDC; }
p { color: rgb(46,44,220); }
H1.HeaderClassName
{
color: #2E2CDC;
}
.AnyTagClassName
{
color: #2E2CDC;
}
</style>
background-color css
<style>
a { background-color: #2E2CDC; }
a { background-color: rgb(46,44,220); }
div.DivClassName
{
background-color: #2E2CDC;
}
.BgClassName
{
background-color: #2E2CDC;
}
</style>
border-color css
<style>
span { border-color: #2E2CDC; }
span { border-color: rgb(46,44,220); }
td.TdClassName
{
border-color: #2E2CDC;
}
.TagClassName
{
border-color: #2E2CDC;
}
</style>