Shades of Persian Blue #2225CF
Tints of Persian Blue #2225CF
RGB
CMYK
RGB Variations
Color information
#2225CF (or 0x2225CF) is known color: Persian Blue. HEX triplet: 22, 25 and CF. RGB value is (34,37,207). Sum of RGB (Red+Green+Blue) = 34+37+207=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #2225CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2225CF is #DDDA30. Grayscale: #363636. Windows color (decimal): -14539313 or 13575458. OLE color: 13575458.
HSL color Cylindrical-coordinate representation of color #2225CF: hue angle of 238.96º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2225CF is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 37 | 207 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.19 |
| HSL | 238.96º | 0.72% | 0.47% | - |
| HSV(B) | 238.96º | 0.84% | 0.81% | - |
| XYZ | 12.58 | 6.17 | 59.56 | - |
| YUV | 55.48 | 213.51 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 207 | 0.84 | 0.82 | 0 | 0.19 | 238.96 | 0.72 | 0.47 |
| Hex | 22 | 25 | CF | 54 | 52 | 0 | 13 | EF | 48 | 2F |
| Octal | 42 | 45 | 317 | 124 | 122 | 0 | 23 | 357 | 110 | 57 |
| Binary | 100010 | 100101 | 11001111 | 1010100 | 1010010 | 0 | 10011 | 11101111 | 1001000 | 101111 |
Color Harmonies of #2225CF
Complementary color
Monochromatic Colors of #2225CF
Black with #2225CF
Text Example
Text Example
White with #2225CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2225CF; }
p { color: rgb(34,37,207); }
H1.HeaderClassName
{
color: #2225CF;
}
.AnyTagClassName
{
color: #2225CF;
}
</style>
background-color css
<style>
a { background-color: #2225CF; }
a { background-color: rgb(34,37,207); }
div.DivClassName
{
background-color: #2225CF;
}
.BgClassName
{
background-color: #2225CF;
}
</style>
border-color css
<style>
span { border-color: #2225CF; }
span { border-color: rgb(34,37,207); }
td.TdClassName
{
border-color: #2225CF;
}
.TagClassName
{
border-color: #2225CF;
}
</style>