Shades of Persian Blue #2226BA
Tints of Persian Blue #2226BA
RGB
CMYK
RGB Variations
Color information
#2226BA (or 0x2226BA) is known color: Persian Blue. HEX triplet: 22, 26 and BA. RGB value is (34,38,186). Sum of RGB (Red+Green+Blue) = 34+38+186=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 38 (15.23% from 255 or 14.73% 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 #2226BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2226BA is #DDD945. Grayscale: #353535. Windows color (decimal): -14539078 or 12199458. OLE color: 12199458.
HSL color Cylindrical-coordinate representation of color #2226BA: hue angle of 238.42º 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 #2226BA is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 38 | 186 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.27 |
| HSL | 238.42º | 0.69% | 0.43% | - |
| HSV(B) | 238.42º | 0.82% | 0.73% | - |
| XYZ | 10.22 | 5.27 | 46.93 | - |
| YUV | 53.68 | 202.67 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 186 | 0.82 | 0.80 | 0 | 0.27 | 238.42 | 0.69 | 0.43 |
| Hex | 22 | 26 | BA | 52 | 50 | 0 | 1B | EE | 45 | 2B |
| Octal | 42 | 46 | 272 | 122 | 120 | 0 | 33 | 356 | 105 | 53 |
| Binary | 100010 | 100110 | 10111010 | 1010010 | 1010000 | 0 | 11011 | 11101110 | 1000101 | 101011 |
Color Harmonies of #2226BA
Complementary color
Monochromatic Colors of #2226BA
Black with #2226BA
Text Example
Text Example
White with #2226BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2226BA; }
p { color: rgb(34,38,186); }
H1.HeaderClassName
{
color: #2226BA;
}
.AnyTagClassName
{
color: #2226BA;
}
</style>
background-color css
<style>
a { background-color: #2226BA; }
a { background-color: rgb(34,38,186); }
div.DivClassName
{
background-color: #2226BA;
}
.BgClassName
{
background-color: #2226BA;
}
</style>
border-color css
<style>
span { border-color: #2226BA; }
span { border-color: rgb(34,38,186); }
td.TdClassName
{
border-color: #2226BA;
}
.TagClassName
{
border-color: #2226BA;
}
</style>