Shades of Persian Blue #2523BA
Tints of Persian Blue #2523BA
RGB
CMYK
RGB Variations
Color information
#2523BA (or 0x2523BA) is known color: Persian Blue. HEX triplet: 25, 23 and BA. RGB value is (37,35,186). Sum of RGB (Red+Green+Blue) = 37+35+186=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #2523BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2523BA is #DADC45. Grayscale: #343434. Windows color (decimal): -14343238 or 12198693. OLE color: 12198693.
HSL color Cylindrical-coordinate representation of color #2523BA: hue angle of 240.79º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2523BA is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 35 | 186 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.27 |
| HSL | 240.79º | 0.68% | 0.43% | - |
| HSV(B) | 240.79º | 0.81% | 0.73% | - |
| XYZ | 10.23 | 5.14 | 46.91 | - |
| YUV | 52.81 | 203.16 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 186 | 0.80 | 0.81 | 0 | 0.27 | 240.79 | 0.68 | 0.43 |
| Hex | 25 | 23 | BA | 50 | 51 | 0 | 1B | F1 | 44 | 2B |
| Octal | 45 | 43 | 272 | 120 | 121 | 0 | 33 | 361 | 104 | 53 |
| Binary | 100101 | 100011 | 10111010 | 1010000 | 1010001 | 0 | 11011 | 11110001 | 1000100 | 101011 |
Color Harmonies of #2523BA
Complementary color
Monochromatic Colors of #2523BA
Black with #2523BA
Text Example
Text Example
White with #2523BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2523BA; }
p { color: rgb(37,35,186); }
H1.HeaderClassName
{
color: #2523BA;
}
.AnyTagClassName
{
color: #2523BA;
}
</style>
background-color css
<style>
a { background-color: #2523BA; }
a { background-color: rgb(37,35,186); }
div.DivClassName
{
background-color: #2523BA;
}
.BgClassName
{
background-color: #2523BA;
}
</style>
border-color css
<style>
span { border-color: #2523BA; }
span { border-color: rgb(37,35,186); }
td.TdClassName
{
border-color: #2523BA;
}
.TagClassName
{
border-color: #2523BA;
}
</style>