Shades of Persian Blue #222DAB
Tints of Persian Blue #222DAB
RGB
CMYK
RGB Variations
Color information
#222DAB (or 0x222DAB) is known color: Persian Blue. HEX triplet: 22, 2D and AB. RGB value is (34,45,171). Sum of RGB (Red+Green+Blue) = 34+45+171=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #222DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222DAB is #DDD254. Grayscale: #373737. Windows color (decimal): -14537301 or 11218210. OLE color: 11218210.
HSL color Cylindrical-coordinate representation of color #222DAB: hue angle of 235.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #222DAB is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 45 | 171 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.33 |
| HSL | 235.18º | 0.67% | 0.4% | - |
| HSV(B) | 235.18º | 0.8% | 0.67% | - |
| XYZ | 8.95 | 5.16 | 39.05 | - |
| YUV | 56.08 | 192.86 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 171 | 0.80 | 0.74 | 0 | 0.33 | 235.18 | 0.67 | 0.4 |
| Hex | 22 | 2D | AB | 50 | 4A | 0 | 21 | EB | 43 | 28 |
| Octal | 42 | 55 | 253 | 120 | 112 | 0 | 41 | 353 | 103 | 50 |
| Binary | 100010 | 101101 | 10101011 | 1010000 | 1001010 | 0 | 100001 | 11101011 | 1000011 | 101000 |
Color Harmonies of #222DAB
Complementary color
Monochromatic Colors of #222DAB
Black with #222DAB
Text Example
Text Example
White with #222DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DAB; }
p { color: rgb(34,45,171); }
H1.HeaderClassName
{
color: #222DAB;
}
.AnyTagClassName
{
color: #222DAB;
}
</style>
background-color css
<style>
a { background-color: #222DAB; }
a { background-color: rgb(34,45,171); }
div.DivClassName
{
background-color: #222DAB;
}
.BgClassName
{
background-color: #222DAB;
}
</style>
border-color css
<style>
span { border-color: #222DAB; }
span { border-color: rgb(34,45,171); }
td.TdClassName
{
border-color: #222DAB;
}
.TagClassName
{
border-color: #222DAB;
}
</style>