Shades of Persian Blue #2520E3
Tints of Persian Blue #2520E3
RGB
CMYK
RGB Variations
Color information
#2520E3 (or 0x2520E3) is known color: Persian Blue. HEX triplet: 25, 20 and E3. RGB value is (37,32,227). Sum of RGB (Red+Green+Blue) = 37+32+227=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 227 (89.06% from 255 or 76.69% from 296); Max value from RGB is 227 - color contains mainly: blue. Hex color #2520E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2520E3 is #DADF1C. Grayscale: #363636. Windows color (decimal): -14343965 or 14884901. OLE color: 14884901.
HSL color Cylindrical-coordinate representation of color #2520E3: hue angle of 241.54º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2520E3 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 32 | 227 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.11 |
| HSL | 241.54º | 0.78% | 0.51% | - |
| HSV(B) | 241.54º | 0.86% | 0.89% | - |
| XYZ | 15.14 | 6.97 | 73.22 | - |
| YUV | 55.73 | 224.66 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 227 | 0.84 | 0.86 | 0 | 0.11 | 241.54 | 0.78 | 0.51 |
| Hex | 25 | 20 | E3 | 54 | 56 | 0 | B | F2 | 4E | 33 |
| Octal | 45 | 40 | 343 | 124 | 126 | 0 | 13 | 362 | 116 | 63 |
| Binary | 100101 | 100000 | 11100011 | 1010100 | 1010110 | 0 | 1011 | 11110010 | 1001110 | 110011 |
Color Harmonies of #2520E3
Complementary color
Monochromatic Colors of #2520E3
Black with #2520E3
Text Example
Text Example
White with #2520E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2520E3; }
p { color: rgb(37,32,227); }
H1.HeaderClassName
{
color: #2520E3;
}
.AnyTagClassName
{
color: #2520E3;
}
</style>
background-color css
<style>
a { background-color: #2520E3; }
a { background-color: rgb(37,32,227); }
div.DivClassName
{
background-color: #2520E3;
}
.BgClassName
{
background-color: #2520E3;
}
</style>
border-color css
<style>
span { border-color: #2520E3; }
span { border-color: rgb(37,32,227); }
td.TdClassName
{
border-color: #2520E3;
}
.TagClassName
{
border-color: #2520E3;
}
</style>