Shades of Persian Blue #2E24AA
Tints of Persian Blue #2E24AA
RGB
CMYK
RGB Variations
Color information
#2E24AA (or 0x2E24AA) is known color: Persian Blue. HEX triplet: 2E, 24 and AA. RGB value is (46,36,170). Sum of RGB (Red+Green+Blue) = 46+36+170=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E24AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E24AA is #D1DB55. Grayscale: #353535. Windows color (decimal): -13753174 or 11150382. OLE color: 11150382.
HSL color Cylindrical-coordinate representation of color #2E24AA: hue angle of 244.48º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E24AA is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 36 | 170 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.33 |
| HSL | 244.48º | 0.65% | 0.4% | - |
| HSV(B) | 244.48º | 0.79% | 0.67% | - |
| XYZ | 9.01 | 4.74 | 38.47 | - |
| YUV | 54.27 | 193.31 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 170 | 0.73 | 0.79 | 0 | 0.33 | 244.48 | 0.65 | 0.4 |
| Hex | 2E | 24 | AA | 49 | 4F | 0 | 21 | F4 | 41 | 28 |
| Octal | 56 | 44 | 252 | 111 | 117 | 0 | 41 | 364 | 101 | 50 |
| Binary | 101110 | 100100 | 10101010 | 1001001 | 1001111 | 0 | 100001 | 11110100 | 1000001 | 101000 |
Color Harmonies of #2E24AA
Complementary color
Monochromatic Colors of #2E24AA
Black with #2E24AA
Text Example
Text Example
White with #2E24AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E24AA; }
p { color: rgb(46,36,170); }
H1.HeaderClassName
{
color: #2E24AA;
}
.AnyTagClassName
{
color: #2E24AA;
}
</style>
background-color css
<style>
a { background-color: #2E24AA; }
a { background-color: rgb(46,36,170); }
div.DivClassName
{
background-color: #2E24AA;
}
.BgClassName
{
background-color: #2E24AA;
}
</style>
border-color css
<style>
span { border-color: #2E24AA; }
span { border-color: rgb(46,36,170); }
td.TdClassName
{
border-color: #2E24AA;
}
.TagClassName
{
border-color: #2E24AA;
}
</style>