Shades of Persian Blue #2529EB
Tints of Persian Blue #2529EB
RGB
CMYK
RGB Variations
Color information
#2529EB (or 0x2529EB) is known color: Persian Blue. HEX triplet: 25, 29 and EB. RGB value is (37,41,235). Sum of RGB (Red+Green+Blue) = 37+41+235=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #2529EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2529EB is #DAD614. Grayscale: #3D3D3D. Windows color (decimal): -14341653 or 15411493. OLE color: 15411493.
HSL color Cylindrical-coordinate representation of color #2529EB: hue angle of 238.79º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2529EB is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 41 | 235 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.08 |
| HSL | 238.79º | 0.83% | 0.53% | - |
| HSV(B) | 238.79º | 0.84% | 0.92% | - |
| XYZ | 16.55 | 7.98 | 79.26 | - |
| YUV | 61.92 | 225.67 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 235 | 0.84 | 0.83 | 0 | 0.08 | 238.79 | 0.83 | 0.53 |
| Hex | 25 | 29 | EB | 54 | 53 | 0 | 8 | EF | 53 | 35 |
| Octal | 45 | 51 | 353 | 124 | 123 | 0 | 10 | 357 | 123 | 65 |
| Binary | 100101 | 101001 | 11101011 | 1010100 | 1010011 | 0 | 1000 | 11101111 | 1010011 | 110101 |
Color Harmonies of #2529EB
Complementary color
Monochromatic Colors of #2529EB
Black with #2529EB
Text Example
Text Example
White with #2529EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2529EB; }
p { color: rgb(37,41,235); }
H1.HeaderClassName
{
color: #2529EB;
}
.AnyTagClassName
{
color: #2529EB;
}
</style>
background-color css
<style>
a { background-color: #2529EB; }
a { background-color: rgb(37,41,235); }
div.DivClassName
{
background-color: #2529EB;
}
.BgClassName
{
background-color: #2529EB;
}
</style>
border-color css
<style>
span { border-color: #2529EB; }
span { border-color: rgb(37,41,235); }
td.TdClassName
{
border-color: #2529EB;
}
.TagClassName
{
border-color: #2529EB;
}
</style>