Shades of Persian Blue #2227E5
Tints of Persian Blue #2227E5
RGB
CMYK
RGB Variations
Color information
#2227E5 (or 0x2227E5) is known color: Persian Blue. HEX triplet: 22, 27 and E5. RGB value is (34,39,229). Sum of RGB (Red+Green+Blue) = 34+39+229=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 229 (89.84% from 255 or 75.83% from 302); Max value from RGB is 229 - color contains mainly: blue. Hex color #2227E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2227E5 is #DDD81A. Grayscale: #3A3A3A. Windows color (decimal): -14538779 or 15017762. OLE color: 15017762.
HSL color Cylindrical-coordinate representation of color #2227E5: hue angle of 238.46º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2227E5 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 39 | 229 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.10 |
| HSL | 238.46º | 0.79% | 0.52% | - |
| HSV(B) | 238.46º | 0.85% | 0.9% | - |
| XYZ | 15.53 | 7.45 | 74.75 | - |
| YUV | 59.17 | 223.84 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 229 | 0.85 | 0.83 | 0 | 0.10 | 238.46 | 0.79 | 0.52 |
| Hex | 22 | 27 | E5 | 55 | 53 | 0 | A | EE | 4F | 34 |
| Octal | 42 | 47 | 345 | 125 | 123 | 0 | 12 | 356 | 117 | 64 |
| Binary | 100010 | 100111 | 11100101 | 1010101 | 1010011 | 0 | 1010 | 11101110 | 1001111 | 110100 |
Color Harmonies of #2227E5
Complementary color
Monochromatic Colors of #2227E5
Black with #2227E5
Text Example
Text Example
White with #2227E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2227E5; }
p { color: rgb(34,39,229); }
H1.HeaderClassName
{
color: #2227E5;
}
.AnyTagClassName
{
color: #2227E5;
}
</style>
background-color css
<style>
a { background-color: #2227E5; }
a { background-color: rgb(34,39,229); }
div.DivClassName
{
background-color: #2227E5;
}
.BgClassName
{
background-color: #2227E5;
}
</style>
border-color css
<style>
span { border-color: #2227E5; }
span { border-color: rgb(34,39,229); }
td.TdClassName
{
border-color: #2227E5;
}
.TagClassName
{
border-color: #2227E5;
}
</style>