Shades of Persian Blue #2E2EAD
Tints of Persian Blue #2E2EAD
RGB
CMYK
RGB Variations
Color information
#2E2EAD (or 0x2E2EAD) is known color: Persian Blue. HEX triplet: 2E, 2E and AD. RGB value is (46,46,173). Sum of RGB (Red+Green+Blue) = 46+46+173=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E2EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2EAD is #D1D152. Grayscale: #3B3B3B. Windows color (decimal): -13750611 or 11349550. OLE color: 11349550.
HSL color Cylindrical-coordinate representation of color #2E2EAD: hue angle of 240º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E2EAD is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 46 | 173 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.32 |
| HSL | 240º | 0.58% | 0.43% | - |
| HSV(B) | 240º | 0.73% | 0.68% | - |
| XYZ | 9.65 | 5.55 | 40.1 | - |
| YUV | 60.48 | 191.5 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 173 | 0.73 | 0.73 | 0 | 0.32 | 240 | 0.58 | 0.43 |
| Hex | 2E | 2E | AD | 49 | 49 | 0 | 20 | F0 | 3A | 2B |
| Octal | 56 | 56 | 255 | 111 | 111 | 0 | 40 | 360 | 72 | 53 |
| Binary | 101110 | 101110 | 10101101 | 1001001 | 1001001 | 0 | 100000 | 11110000 | 111010 | 101011 |
Color Harmonies of #2E2EAD
Complementary color
Monochromatic Colors of #2E2EAD
Black with #2E2EAD
Text Example
Text Example
White with #2E2EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2EAD; }
p { color: rgb(46,46,173); }
H1.HeaderClassName
{
color: #2E2EAD;
}
.AnyTagClassName
{
color: #2E2EAD;
}
</style>
background-color css
<style>
a { background-color: #2E2EAD; }
a { background-color: rgb(46,46,173); }
div.DivClassName
{
background-color: #2E2EAD;
}
.BgClassName
{
background-color: #2E2EAD;
}
</style>
border-color css
<style>
span { border-color: #2E2EAD; }
span { border-color: rgb(46,46,173); }
td.TdClassName
{
border-color: #2E2EAD;
}
.TagClassName
{
border-color: #2E2EAD;
}
</style>