Shades of Persian Blue #222BAD
Tints of Persian Blue #222BAD
RGB
CMYK
RGB Variations
Color information
#222BAD (or 0x222BAD) is known color: Persian Blue. HEX triplet: 22, 2B and AD. RGB value is (34,43,173). Sum of RGB (Red+Green+Blue) = 34+43+173=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #222BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222BAD is #DDD452. Grayscale: #363636. Windows color (decimal): -14537811 or 11348770. OLE color: 11348770.
HSL color Cylindrical-coordinate representation of color #222BAD: hue angle of 236.12º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #222BAD is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 43 | 173 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.32 |
| HSL | 236.12º | 0.67% | 0.41% | - |
| HSV(B) | 236.12º | 0.8% | 0.68% | - |
| XYZ | 9.07 | 5.08 | 40.04 | - |
| YUV | 55.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 173 | 0.80 | 0.75 | 0 | 0.32 | 236.12 | 0.67 | 0.41 |
| Hex | 22 | 2B | AD | 50 | 4B | 0 | 20 | EC | 43 | 29 |
| Octal | 42 | 53 | 255 | 120 | 113 | 0 | 40 | 354 | 103 | 51 |
| Binary | 100010 | 101011 | 10101101 | 1010000 | 1001011 | 0 | 100000 | 11101100 | 1000011 | 101001 |
Color Harmonies of #222BAD
Complementary color
Monochromatic Colors of #222BAD
Black with #222BAD
Text Example
Text Example
White with #222BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BAD; }
p { color: rgb(34,43,173); }
H1.HeaderClassName
{
color: #222BAD;
}
.AnyTagClassName
{
color: #222BAD;
}
</style>
background-color css
<style>
a { background-color: #222BAD; }
a { background-color: rgb(34,43,173); }
div.DivClassName
{
background-color: #222BAD;
}
.BgClassName
{
background-color: #222BAD;
}
</style>
border-color css
<style>
span { border-color: #222BAD; }
span { border-color: rgb(34,43,173); }
td.TdClassName
{
border-color: #222BAD;
}
.TagClassName
{
border-color: #222BAD;
}
</style>