Shades of Persian Blue #222BBA
Tints of Persian Blue #222BBA
RGB
CMYK
RGB Variations
Color information
#222BBA (or 0x222BBA) is known color: Persian Blue. HEX triplet: 22, 2B and BA. RGB value is (34,43,186). Sum of RGB (Red+Green+Blue) = 34+43+186=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #222BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BBA is #DDD445. Grayscale: #383838. Windows color (decimal): -14537798 or 12200738. OLE color: 12200738.
HSL color Cylindrical-coordinate representation of color #222BBA: hue angle of 236.45º 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 #222BBA is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 43 | 186 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.27 |
| HSL | 236.45º | 0.69% | 0.43% | - |
| HSV(B) | 236.45º | 0.82% | 0.73% | - |
| XYZ | 10.39 | 5.61 | 46.99 | - |
| YUV | 56.61 | 201.02 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 186 | 0.82 | 0.77 | 0 | 0.27 | 236.45 | 0.69 | 0.43 |
| Hex | 22 | 2B | BA | 52 | 4D | 0 | 1B | EC | 45 | 2B |
| Octal | 42 | 53 | 272 | 122 | 115 | 0 | 33 | 354 | 105 | 53 |
| Binary | 100010 | 101011 | 10111010 | 1010010 | 1001101 | 0 | 11011 | 11101100 | 1000101 | 101011 |
Color Harmonies of #222BBA
Complementary color
Monochromatic Colors of #222BBA
Black with #222BBA
Text Example
Text Example
White with #222BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BBA; }
p { color: rgb(34,43,186); }
H1.HeaderClassName
{
color: #222BBA;
}
.AnyTagClassName
{
color: #222BBA;
}
</style>
background-color css
<style>
a { background-color: #222BBA; }
a { background-color: rgb(34,43,186); }
div.DivClassName
{
background-color: #222BBA;
}
.BgClassName
{
background-color: #222BBA;
}
</style>
border-color css
<style>
span { border-color: #222BBA; }
span { border-color: rgb(34,43,186); }
td.TdClassName
{
border-color: #222BBA;
}
.TagClassName
{
border-color: #222BBA;
}
</style>