Shades of Persian Blue #2224AD
Tints of Persian Blue #2224AD
RGB
CMYK
RGB Variations
Color information
#2224AD (or 0x2224AD) is known color: Persian Blue. HEX triplet: 22, 24 and AD. RGB value is (34,36,173). Sum of RGB (Red+Green+Blue) = 34+36+173=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #2224AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2224AD is #DDDB52. Grayscale: #323232. Windows color (decimal): -14539603 or 11346978. OLE color: 11346978.
HSL color Cylindrical-coordinate representation of color #2224AD: hue angle of 239.14º 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 #2224AD is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 36 | 173 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.32 |
| HSL | 239.14º | 0.67% | 0.41% | - |
| HSV(B) | 239.14º | 0.8% | 0.68% | - |
| XYZ | 8.83 | 4.62 | 39.96 | - |
| YUV | 51.02 | 196.84 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 173 | 0.80 | 0.79 | 0 | 0.32 | 239.14 | 0.67 | 0.41 |
| Hex | 22 | 24 | AD | 50 | 4F | 0 | 20 | EF | 43 | 29 |
| Octal | 42 | 44 | 255 | 120 | 117 | 0 | 40 | 357 | 103 | 51 |
| Binary | 100010 | 100100 | 10101101 | 1010000 | 1001111 | 0 | 100000 | 11101111 | 1000011 | 101001 |
Color Harmonies of #2224AD
Complementary color
Monochromatic Colors of #2224AD
Black with #2224AD
Text Example
Text Example
White with #2224AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2224AD; }
p { color: rgb(34,36,173); }
H1.HeaderClassName
{
color: #2224AD;
}
.AnyTagClassName
{
color: #2224AD;
}
</style>
background-color css
<style>
a { background-color: #2224AD; }
a { background-color: rgb(34,36,173); }
div.DivClassName
{
background-color: #2224AD;
}
.BgClassName
{
background-color: #2224AD;
}
</style>
border-color css
<style>
span { border-color: #2224AD; }
span { border-color: rgb(34,36,173); }
td.TdClassName
{
border-color: #2224AD;
}
.TagClassName
{
border-color: #2224AD;
}
</style>