Shades of Persian Blue #2521BA
Tints of Persian Blue #2521BA
RGB
CMYK
RGB Variations
Color information
#2521BA (or 0x2521BA) is known color: Persian Blue. HEX triplet: 25, 21 and BA. RGB value is (37,33,186). Sum of RGB (Red+Green+Blue) = 37+33+186=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #2521BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2521BA is #DADE45. Grayscale: #333333. Windows color (decimal): -14343750 or 12198181. OLE color: 12198181.
HSL color Cylindrical-coordinate representation of color #2521BA: hue angle of 241.57º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2521BA is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 33 | 186 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.27 |
| HSL | 241.57º | 0.7% | 0.43% | - |
| HSV(B) | 241.57º | 0.82% | 0.73% | - |
| XYZ | 10.17 | 5.03 | 46.89 | - |
| YUV | 51.64 | 203.83 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 186 | 0.80 | 0.82 | 0 | 0.27 | 241.57 | 0.7 | 0.43 |
| Hex | 25 | 21 | BA | 50 | 52 | 0 | 1B | F2 | 46 | 2B |
| Octal | 45 | 41 | 272 | 120 | 122 | 0 | 33 | 362 | 106 | 53 |
| Binary | 100101 | 100001 | 10111010 | 1010000 | 1010010 | 0 | 11011 | 11110010 | 1000110 | 101011 |
Color Harmonies of #2521BA
Complementary color
Monochromatic Colors of #2521BA
Black with #2521BA
Text Example
Text Example
White with #2521BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2521BA; }
p { color: rgb(37,33,186); }
H1.HeaderClassName
{
color: #2521BA;
}
.AnyTagClassName
{
color: #2521BA;
}
</style>
background-color css
<style>
a { background-color: #2521BA; }
a { background-color: rgb(37,33,186); }
div.DivClassName
{
background-color: #2521BA;
}
.BgClassName
{
background-color: #2521BA;
}
</style>
border-color css
<style>
span { border-color: #2521BA; }
span { border-color: rgb(37,33,186); }
td.TdClassName
{
border-color: #2521BA;
}
.TagClassName
{
border-color: #2521BA;
}
</style>