Shades of Persian Blue #2522BA
Tints of Persian Blue #2522BA
RGB
CMYK
RGB Variations
Color information
#2522BA (or 0x2522BA) is known color: Persian Blue. HEX triplet: 25, 22 and BA. RGB value is (37,34,186). Sum of RGB (Red+Green+Blue) = 37+34+186=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #2522BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2522BA is #DADD45. Grayscale: #333333. Windows color (decimal): -14343494 or 12198437. OLE color: 12198437.
HSL color Cylindrical-coordinate representation of color #2522BA: hue angle of 241.18º degrees, saturation: 0.69, 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 #2522BA is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 34 | 186 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.27 |
| HSL | 241.18º | 0.69% | 0.43% | - |
| HSV(B) | 241.18º | 0.82% | 0.73% | - |
| XYZ | 10.2 | 5.08 | 46.9 | - |
| YUV | 52.23 | 203.49 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 186 | 0.80 | 0.82 | 0 | 0.27 | 241.18 | 0.69 | 0.43 |
| Hex | 25 | 22 | BA | 50 | 52 | 0 | 1B | F1 | 45 | 2B |
| Octal | 45 | 42 | 272 | 120 | 122 | 0 | 33 | 361 | 105 | 53 |
| Binary | 100101 | 100010 | 10111010 | 1010000 | 1010010 | 0 | 11011 | 11110001 | 1000101 | 101011 |
Color Harmonies of #2522BA
Complementary color
Monochromatic Colors of #2522BA
Black with #2522BA
Text Example
Text Example
White with #2522BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2522BA; }
p { color: rgb(37,34,186); }
H1.HeaderClassName
{
color: #2522BA;
}
.AnyTagClassName
{
color: #2522BA;
}
</style>
background-color css
<style>
a { background-color: #2522BA; }
a { background-color: rgb(37,34,186); }
div.DivClassName
{
background-color: #2522BA;
}
.BgClassName
{
background-color: #2522BA;
}
</style>
border-color css
<style>
span { border-color: #2522BA; }
span { border-color: rgb(37,34,186); }
td.TdClassName
{
border-color: #2522BA;
}
.TagClassName
{
border-color: #2522BA;
}
</style>