Shades of Persian Blue #2225BA
Tints of Persian Blue #2225BA
RGB
CMYK
RGB Variations
Color information
#2225BA (or 0x2225BA) is known color: Persian Blue. HEX triplet: 22, 25 and BA. RGB value is (34,37,186). Sum of RGB (Red+Green+Blue) = 34+37+186=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 37 (14.84% from 255 or 14.40% 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 #2225BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2225BA is #DDDA45. Grayscale: #343434. Windows color (decimal): -14539334 or 12199202. OLE color: 12199202.
HSL color Cylindrical-coordinate representation of color #2225BA: hue angle of 238.82º 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 #2225BA is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 37 | 186 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.27 |
| HSL | 238.82º | 0.69% | 0.43% | - |
| HSV(B) | 238.82º | 0.82% | 0.73% | - |
| XYZ | 10.18 | 5.21 | 46.92 | - |
| YUV | 53.09 | 203.01 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 186 | 0.82 | 0.80 | 0 | 0.27 | 238.82 | 0.69 | 0.43 |
| Hex | 22 | 25 | BA | 52 | 50 | 0 | 1B | EF | 45 | 2B |
| Octal | 42 | 45 | 272 | 122 | 120 | 0 | 33 | 357 | 105 | 53 |
| Binary | 100010 | 100101 | 10111010 | 1010010 | 1010000 | 0 | 11011 | 11101111 | 1000101 | 101011 |
Color Harmonies of #2225BA
Complementary color
Monochromatic Colors of #2225BA
Black with #2225BA
Text Example
Text Example
White with #2225BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2225BA; }
p { color: rgb(34,37,186); }
H1.HeaderClassName
{
color: #2225BA;
}
.AnyTagClassName
{
color: #2225BA;
}
</style>
background-color css
<style>
a { background-color: #2225BA; }
a { background-color: rgb(34,37,186); }
div.DivClassName
{
background-color: #2225BA;
}
.BgClassName
{
background-color: #2225BA;
}
</style>
border-color css
<style>
span { border-color: #2225BA; }
span { border-color: rgb(34,37,186); }
td.TdClassName
{
border-color: #2225BA;
}
.TagClassName
{
border-color: #2225BA;
}
</style>