Shades of Persian Blue #2524BA
Tints of Persian Blue #2524BA
RGB
CMYK
RGB Variations
Color information
#2524BA (or 0x2524BA) is known color: Persian Blue. HEX triplet: 25, 24 and BA. RGB value is (37,36,186). Sum of RGB (Red+Green+Blue) = 37+36+186=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #2524BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2524BA is #DADB45. Grayscale: #343434. Windows color (decimal): -14342982 or 12198949. OLE color: 12198949.
HSL color Cylindrical-coordinate representation of color #2524BA: hue angle of 240.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2524BA is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 36 | 186 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.27 |
| HSL | 240.4º | 0.68% | 0.44% | - |
| HSV(B) | 240.4º | 0.81% | 0.73% | - |
| XYZ | 10.26 | 5.2 | 46.92 | - |
| YUV | 53.4 | 202.83 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 186 | 0.80 | 0.81 | 0 | 0.27 | 240.4 | 0.68 | 0.44 |
| Hex | 25 | 24 | BA | 50 | 51 | 0 | 1B | F0 | 44 | 2C |
| Octal | 45 | 44 | 272 | 120 | 121 | 0 | 33 | 360 | 104 | 54 |
| Binary | 100101 | 100100 | 10111010 | 1010000 | 1010001 | 0 | 11011 | 11110000 | 1000100 | 101100 |
Color Harmonies of #2524BA
Complementary color
Monochromatic Colors of #2524BA
Black with #2524BA
Text Example
Text Example
White with #2524BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2524BA; }
p { color: rgb(37,36,186); }
H1.HeaderClassName
{
color: #2524BA;
}
.AnyTagClassName
{
color: #2524BA;
}
</style>
background-color css
<style>
a { background-color: #2524BA; }
a { background-color: rgb(37,36,186); }
div.DivClassName
{
background-color: #2524BA;
}
.BgClassName
{
background-color: #2524BA;
}
</style>
border-color css
<style>
span { border-color: #2524BA; }
span { border-color: rgb(37,36,186); }
td.TdClassName
{
border-color: #2524BA;
}
.TagClassName
{
border-color: #2524BA;
}
</style>