Shades of Persian Blue #2225AC
Tints of Persian Blue #2225AC
RGB
CMYK
RGB Variations
Color information
#2225AC (or 0x2225AC) is known color: Persian Blue. HEX triplet: 22, 25 and AC. RGB value is (34,37,172). Sum of RGB (Red+Green+Blue) = 34+37+172=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #2225AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2225AC is #DDDA53. Grayscale: #323232. Windows color (decimal): -14539348 or 11281698. OLE color: 11281698.
HSL color Cylindrical-coordinate representation of color #2225AC: hue angle of 238.7º 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 #2225AC is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 37 | 172 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.33 |
| HSL | 238.7º | 0.67% | 0.4% | - |
| HSV(B) | 238.7º | 0.8% | 0.67% | - |
| XYZ | 8.77 | 4.64 | 39.46 | - |
| YUV | 51.49 | 196.01 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 172 | 0.80 | 0.78 | 0 | 0.33 | 238.7 | 0.67 | 0.4 |
| Hex | 22 | 25 | AC | 50 | 4E | 0 | 21 | EF | 43 | 28 |
| Octal | 42 | 45 | 254 | 120 | 116 | 0 | 41 | 357 | 103 | 50 |
| Binary | 100010 | 100101 | 10101100 | 1010000 | 1001110 | 0 | 100001 | 11101111 | 1000011 | 101000 |
Color Harmonies of #2225AC
Complementary color
Monochromatic Colors of #2225AC
Black with #2225AC
Text Example
Text Example
White with #2225AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2225AC; }
p { color: rgb(34,37,172); }
H1.HeaderClassName
{
color: #2225AC;
}
.AnyTagClassName
{
color: #2225AC;
}
</style>
background-color css
<style>
a { background-color: #2225AC; }
a { background-color: rgb(34,37,172); }
div.DivClassName
{
background-color: #2225AC;
}
.BgClassName
{
background-color: #2225AC;
}
</style>
border-color css
<style>
span { border-color: #2225AC; }
span { border-color: rgb(34,37,172); }
td.TdClassName
{
border-color: #2225AC;
}
.TagClassName
{
border-color: #2225AC;
}
</style>