Shades of Persian Blue #2225E7
Tints of Persian Blue #2225E7
RGB
CMYK
RGB Variations
Color information
#2225E7 (or 0x2225E7) is known color: Persian Blue. HEX triplet: 22, 25 and E7. RGB value is (34,37,231). Sum of RGB (Red+Green+Blue) = 34+37+231=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 231 (90.62% from 255 or 76.49% from 302); Max value from RGB is 231 - color contains mainly: blue. Hex color #2225E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2225E7 is #DDDA18. Grayscale: #393939. Windows color (decimal): -14539289 or 15148322. OLE color: 15148322.
HSL color Cylindrical-coordinate representation of color #2225E7: hue angle of 239.09º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2225E7 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 37 | 231 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.09 |
| HSL | 239.09º | 0.8% | 0.52% | - |
| HSV(B) | 239.09º | 0.85% | 0.91% | - |
| XYZ | 15.75 | 7.43 | 76.21 | - |
| YUV | 58.22 | 225.51 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 231 | 0.85 | 0.84 | 0 | 0.09 | 239.09 | 0.8 | 0.52 |
| Hex | 22 | 25 | E7 | 55 | 54 | 0 | 9 | EF | 50 | 34 |
| Octal | 42 | 45 | 347 | 125 | 124 | 0 | 11 | 357 | 120 | 64 |
| Binary | 100010 | 100101 | 11100111 | 1010101 | 1010100 | 0 | 1001 | 11101111 | 1010000 | 110100 |
Color Harmonies of #2225E7
Complementary color
Monochromatic Colors of #2225E7
Black with #2225E7
Text Example
Text Example
White with #2225E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2225E7; }
p { color: rgb(34,37,231); }
H1.HeaderClassName
{
color: #2225E7;
}
.AnyTagClassName
{
color: #2225E7;
}
</style>
background-color css
<style>
a { background-color: #2225E7; }
a { background-color: rgb(34,37,231); }
div.DivClassName
{
background-color: #2225E7;
}
.BgClassName
{
background-color: #2225E7;
}
</style>
border-color css
<style>
span { border-color: #2225E7; }
span { border-color: rgb(34,37,231); }
td.TdClassName
{
border-color: #2225E7;
}
.TagClassName
{
border-color: #2225E7;
}
</style>