Shades of Persian Blue #2E25AC
Tints of Persian Blue #2E25AC
RGB
CMYK
RGB Variations
Color information
#2E25AC (or 0x2E25AC) is known color: Persian Blue. HEX triplet: 2E, 25 and AC. RGB value is (46,37,172). Sum of RGB (Red+Green+Blue) = 46+37+172=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E25AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E25AC is #D1DA53. Grayscale: #363636. Windows color (decimal): -13752916 or 11281710. OLE color: 11281710.
HSL color Cylindrical-coordinate representation of color #2E25AC: hue angle of 244º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E25AC is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 37 | 172 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.33 |
| HSL | 244º | 0.65% | 0.41% | - |
| HSV(B) | 244º | 0.78% | 0.67% | - |
| XYZ | 9.23 | 4.88 | 39.49 | - |
| YUV | 55.08 | 193.98 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 172 | 0.73 | 0.78 | 0 | 0.33 | 244 | 0.65 | 0.41 |
| Hex | 2E | 25 | AC | 49 | 4E | 0 | 21 | F4 | 41 | 29 |
| Octal | 56 | 45 | 254 | 111 | 116 | 0 | 41 | 364 | 101 | 51 |
| Binary | 101110 | 100101 | 10101100 | 1001001 | 1001110 | 0 | 100001 | 11110100 | 1000001 | 101001 |
Color Harmonies of #2E25AC
Complementary color
Monochromatic Colors of #2E25AC
Black with #2E25AC
Text Example
Text Example
White with #2E25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E25AC; }
p { color: rgb(46,37,172); }
H1.HeaderClassName
{
color: #2E25AC;
}
.AnyTagClassName
{
color: #2E25AC;
}
</style>
background-color css
<style>
a { background-color: #2E25AC; }
a { background-color: rgb(46,37,172); }
div.DivClassName
{
background-color: #2E25AC;
}
.BgClassName
{
background-color: #2E25AC;
}
</style>
border-color css
<style>
span { border-color: #2E25AC; }
span { border-color: rgb(46,37,172); }
td.TdClassName
{
border-color: #2E25AC;
}
.TagClassName
{
border-color: #2E25AC;
}
</style>