Shades of Persian Blue #2528EC
Tints of Persian Blue #2528EC
RGB
CMYK
RGB Variations
Color information
#2528EC (or 0x2528EC) is known color: Persian Blue. HEX triplet: 25, 28 and EC. RGB value is (37,40,236). Sum of RGB (Red+Green+Blue) = 37+40+236=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #2528EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2528EC is #DAD713. Grayscale: #3C3C3C. Windows color (decimal): -14341908 or 15476773. OLE color: 15476773.
HSL color Cylindrical-coordinate representation of color #2528EC: hue angle of 239.1º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2528EC is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 40 | 236 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.07 |
| HSL | 239.1º | 0.84% | 0.54% | - |
| HSV(B) | 239.1º | 0.84% | 0.93% | - |
| XYZ | 16.66 | 7.97 | 80.02 | - |
| YUV | 61.45 | 226.51 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 236 | 0.84 | 0.83 | 0 | 0.07 | 239.1 | 0.84 | 0.54 |
| Hex | 25 | 28 | EC | 54 | 53 | 0 | 7 | EF | 54 | 36 |
| Octal | 45 | 50 | 354 | 124 | 123 | 0 | 7 | 357 | 124 | 66 |
| Binary | 100101 | 101000 | 11101100 | 1010100 | 1010011 | 0 | 111 | 11101111 | 1010100 | 110110 |
Color Harmonies of #2528EC
Complementary color
Monochromatic Colors of #2528EC
Black with #2528EC
Text Example
Text Example
White with #2528EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2528EC; }
p { color: rgb(37,40,236); }
H1.HeaderClassName
{
color: #2528EC;
}
.AnyTagClassName
{
color: #2528EC;
}
</style>
background-color css
<style>
a { background-color: #2528EC; }
a { background-color: rgb(37,40,236); }
div.DivClassName
{
background-color: #2528EC;
}
.BgClassName
{
background-color: #2528EC;
}
</style>
border-color css
<style>
span { border-color: #2528EC; }
span { border-color: rgb(37,40,236); }
td.TdClassName
{
border-color: #2528EC;
}
.TagClassName
{
border-color: #2528EC;
}
</style>