Shades of Persian Blue #222EAB
Tints of Persian Blue #222EAB
RGB
CMYK
RGB Variations
Color information
#222EAB (or 0x222EAB) is known color: Persian Blue. HEX triplet: 22, 2E and AB. RGB value is (34,46,171). Sum of RGB (Red+Green+Blue) = 34+46+171=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #222EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222EAB is #DDD154. Grayscale: #383838. Windows color (decimal): -14537045 or 11218466. OLE color: 11218466.
HSL color Cylindrical-coordinate representation of color #222EAB: hue angle of 234.74º 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 #222EAB is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 46 | 171 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.33 |
| HSL | 234.74º | 0.67% | 0.4% | - |
| HSV(B) | 234.74º | 0.8% | 0.67% | - |
| XYZ | 8.99 | 5.23 | 39.06 | - |
| YUV | 56.66 | 192.52 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 171 | 0.80 | 0.73 | 0 | 0.33 | 234.74 | 0.67 | 0.4 |
| Hex | 22 | 2E | AB | 50 | 49 | 0 | 21 | EB | 43 | 28 |
| Octal | 42 | 56 | 253 | 120 | 111 | 0 | 41 | 353 | 103 | 50 |
| Binary | 100010 | 101110 | 10101011 | 1010000 | 1001001 | 0 | 100001 | 11101011 | 1000011 | 101000 |
Color Harmonies of #222EAB
Complementary color
Monochromatic Colors of #222EAB
Black with #222EAB
Text Example
Text Example
White with #222EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222EAB; }
p { color: rgb(34,46,171); }
H1.HeaderClassName
{
color: #222EAB;
}
.AnyTagClassName
{
color: #222EAB;
}
</style>
background-color css
<style>
a { background-color: #222EAB; }
a { background-color: rgb(34,46,171); }
div.DivClassName
{
background-color: #222EAB;
}
.BgClassName
{
background-color: #222EAB;
}
</style>
border-color css
<style>
span { border-color: #222EAB; }
span { border-color: rgb(34,46,171); }
td.TdClassName
{
border-color: #222EAB;
}
.TagClassName
{
border-color: #222EAB;
}
</style>