Shades of Persian Blue #2520BA
Tints of Persian Blue #2520BA
RGB
CMYK
RGB Variations
Color information
#2520BA (or 0x2520BA) is known color: Persian Blue. HEX triplet: 25, 20 and BA. RGB value is (37,32,186). Sum of RGB (Red+Green+Blue) = 37+32+186=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #2520BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2520BA is #DADF45. Grayscale: #323232. Windows color (decimal): -14344006 or 12197925. OLE color: 12197925.
HSL color Cylindrical-coordinate representation of color #2520BA: hue angle of 241.95º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2520BA is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 32 | 186 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.27 |
| HSL | 241.95º | 0.71% | 0.43% | - |
| HSV(B) | 241.95º | 0.83% | 0.73% | - |
| XYZ | 10.14 | 4.97 | 46.88 | - |
| YUV | 51.05 | 204.16 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 186 | 0.80 | 0.83 | 0 | 0.27 | 241.95 | 0.71 | 0.43 |
| Hex | 25 | 20 | BA | 50 | 53 | 0 | 1B | F2 | 47 | 2B |
| Octal | 45 | 40 | 272 | 120 | 123 | 0 | 33 | 362 | 107 | 53 |
| Binary | 100101 | 100000 | 10111010 | 1010000 | 1010011 | 0 | 11011 | 11110010 | 1000111 | 101011 |
Color Harmonies of #2520BA
Complementary color
Monochromatic Colors of #2520BA
Black with #2520BA
Text Example
Text Example
White with #2520BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2520BA; }
p { color: rgb(37,32,186); }
H1.HeaderClassName
{
color: #2520BA;
}
.AnyTagClassName
{
color: #2520BA;
}
</style>
background-color css
<style>
a { background-color: #2520BA; }
a { background-color: rgb(37,32,186); }
div.DivClassName
{
background-color: #2520BA;
}
.BgClassName
{
background-color: #2520BA;
}
</style>
border-color css
<style>
span { border-color: #2520BA; }
span { border-color: rgb(37,32,186); }
td.TdClassName
{
border-color: #2520BA;
}
.TagClassName
{
border-color: #2520BA;
}
</style>