Shades of Persian Blue #2E24BB
Tints of Persian Blue #2E24BB
RGB
CMYK
RGB Variations
Color information
#2E24BB (or 0x2E24BB) is known color: Persian Blue. HEX triplet: 2E, 24 and BB. RGB value is (46,36,187). Sum of RGB (Red+Green+Blue) = 46+36+187=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E24BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E24BB is #D1DB44. Grayscale: #373737. Windows color (decimal): -13753157 or 12264494. OLE color: 12264494.
HSL color Cylindrical-coordinate representation of color #2E24BB: hue angle of 243.97º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E24BB is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 36 | 187 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.27 |
| HSL | 243.97º | 0.68% | 0.44% | - |
| HSV(B) | 243.97º | 0.81% | 0.73% | - |
| XYZ | 10.73 | 5.43 | 47.5 | - |
| YUV | 56.2 | 201.81 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 187 | 0.75 | 0.81 | 0 | 0.27 | 243.97 | 0.68 | 0.44 |
| Hex | 2E | 24 | BB | 4B | 51 | 0 | 1B | F4 | 44 | 2C |
| Octal | 56 | 44 | 273 | 113 | 121 | 0 | 33 | 364 | 104 | 54 |
| Binary | 101110 | 100100 | 10111011 | 1001011 | 1010001 | 0 | 11011 | 11110100 | 1000100 | 101100 |
Color Harmonies of #2E24BB
Complementary color
Monochromatic Colors of #2E24BB
Black with #2E24BB
Text Example
Text Example
White with #2E24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E24BB; }
p { color: rgb(46,36,187); }
H1.HeaderClassName
{
color: #2E24BB;
}
.AnyTagClassName
{
color: #2E24BB;
}
</style>
background-color css
<style>
a { background-color: #2E24BB; }
a { background-color: rgb(46,36,187); }
div.DivClassName
{
background-color: #2E24BB;
}
.BgClassName
{
background-color: #2E24BB;
}
</style>
border-color css
<style>
span { border-color: #2E24BB; }
span { border-color: rgb(46,36,187); }
td.TdClassName
{
border-color: #2E24BB;
}
.TagClassName
{
border-color: #2E24BB;
}
</style>