Shades of Persian Blue #2226AB
Tints of Persian Blue #2226AB
RGB
CMYK
RGB Variations
Color information
#2226AB (or 0x2226AB) is known color: Persian Blue. HEX triplet: 22, 26 and AB. RGB value is (34,38,171). Sum of RGB (Red+Green+Blue) = 34+38+171=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #2226AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2226AB is #DDD954. Grayscale: #333333. Windows color (decimal): -14539093 or 11216418. OLE color: 11216418.
HSL color Cylindrical-coordinate representation of color #2226AB: hue angle of 238.25º 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 #2226AB is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 38 | 171 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.33 |
| HSL | 238.25º | 0.67% | 0.4% | - |
| HSV(B) | 238.25º | 0.8% | 0.67% | - |
| XYZ | 8.7 | 4.67 | 38.97 | - |
| YUV | 51.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 171 | 0.80 | 0.78 | 0 | 0.33 | 238.25 | 0.67 | 0.4 |
| Hex | 22 | 26 | AB | 50 | 4E | 0 | 21 | EE | 43 | 28 |
| Octal | 42 | 46 | 253 | 120 | 116 | 0 | 41 | 356 | 103 | 50 |
| Binary | 100010 | 100110 | 10101011 | 1010000 | 1001110 | 0 | 100001 | 11101110 | 1000011 | 101000 |
Color Harmonies of #2226AB
Complementary color
Monochromatic Colors of #2226AB
Black with #2226AB
Text Example
Text Example
White with #2226AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2226AB; }
p { color: rgb(34,38,171); }
H1.HeaderClassName
{
color: #2226AB;
}
.AnyTagClassName
{
color: #2226AB;
}
</style>
background-color css
<style>
a { background-color: #2226AB; }
a { background-color: rgb(34,38,171); }
div.DivClassName
{
background-color: #2226AB;
}
.BgClassName
{
background-color: #2226AB;
}
</style>
border-color css
<style>
span { border-color: #2226AB; }
span { border-color: rgb(34,38,171); }
td.TdClassName
{
border-color: #2226AB;
}
.TagClassName
{
border-color: #2226AB;
}
</style>