Shades of Persian Blue #2E2CDA
Tints of Persian Blue #2E2CDA
RGB
CMYK
RGB Variations
Color information
#2E2CDA (or 0x2E2CDA) is known color: Persian Blue. HEX triplet: 2E, 2C and DA. RGB value is (46,44,218). Sum of RGB (Red+Green+Blue) = 46+44+218=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E2CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CDA is #D1D325. Grayscale: #3F3F3F. Windows color (decimal): -13751078 or 14298158. OLE color: 14298158.
HSL color Cylindrical-coordinate representation of color #2E2CDA: hue angle of 240.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2CDA is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 44 | 218 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.15 |
| HSL | 240.69º | 0.7% | 0.51% | - |
| HSV(B) | 240.69º | 0.8% | 0.85% | - |
| XYZ | 14.68 | 7.44 | 66.99 | - |
| YUV | 64.43 | 214.66 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 218 | 0.79 | 0.80 | 0 | 0.15 | 240.69 | 0.7 | 0.51 |
| Hex | 2E | 2C | DA | 4F | 50 | 0 | F | F1 | 46 | 33 |
| Octal | 56 | 54 | 332 | 117 | 120 | 0 | 17 | 361 | 106 | 63 |
| Binary | 101110 | 101100 | 11011010 | 1001111 | 1010000 | 0 | 1111 | 11110001 | 1000110 | 110011 |
Color Harmonies of #2E2CDA
Complementary color
Monochromatic Colors of #2E2CDA
Black with #2E2CDA
Text Example
Text Example
White with #2E2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2CDA; }
p { color: rgb(46,44,218); }
H1.HeaderClassName
{
color: #2E2CDA;
}
.AnyTagClassName
{
color: #2E2CDA;
}
</style>
background-color css
<style>
a { background-color: #2E2CDA; }
a { background-color: rgb(46,44,218); }
div.DivClassName
{
background-color: #2E2CDA;
}
.BgClassName
{
background-color: #2E2CDA;
}
</style>
border-color css
<style>
span { border-color: #2E2CDA; }
span { border-color: rgb(46,44,218); }
td.TdClassName
{
border-color: #2E2CDA;
}
.TagClassName
{
border-color: #2E2CDA;
}
</style>