Shades of Persian Blue #222BBB
Tints of Persian Blue #222BBB
RGB
CMYK
RGB Variations
Color information
#222BBB (or 0x222BBB) is known color: Persian Blue. HEX triplet: 22, 2B and BB. RGB value is (34,43,187). Sum of RGB (Red+Green+Blue) = 34+43+187=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #222BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BBB is #DDD444. Grayscale: #383838. Windows color (decimal): -14537797 or 12266274. OLE color: 12266274.
HSL color Cylindrical-coordinate representation of color #222BBB: hue angle of 236.47º 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 #222BBB is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 43 | 187 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.27 |
| HSL | 236.47º | 0.69% | 0.43% | - |
| HSV(B) | 236.47º | 0.82% | 0.73% | - |
| XYZ | 10.49 | 5.66 | 47.55 | - |
| YUV | 56.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 187 | 0.82 | 0.77 | 0 | 0.27 | 236.47 | 0.69 | 0.43 |
| Hex | 22 | 2B | BB | 52 | 4D | 0 | 1B | EC | 45 | 2B |
| Octal | 42 | 53 | 273 | 122 | 115 | 0 | 33 | 354 | 105 | 53 |
| Binary | 100010 | 101011 | 10111011 | 1010010 | 1001101 | 0 | 11011 | 11101100 | 1000101 | 101011 |
Color Harmonies of #222BBB
Complementary color
Monochromatic Colors of #222BBB
Black with #222BBB
Text Example
Text Example
White with #222BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BBB; }
p { color: rgb(34,43,187); }
H1.HeaderClassName
{
color: #222BBB;
}
.AnyTagClassName
{
color: #222BBB;
}
</style>
background-color css
<style>
a { background-color: #222BBB; }
a { background-color: rgb(34,43,187); }
div.DivClassName
{
background-color: #222BBB;
}
.BgClassName
{
background-color: #222BBB;
}
</style>
border-color css
<style>
span { border-color: #222BBB; }
span { border-color: rgb(34,43,187); }
td.TdClassName
{
border-color: #222BBB;
}
.TagClassName
{
border-color: #222BBB;
}
</style>