Shades of Persian Blue #222CED
Tints of Persian Blue #222CED
RGB
CMYK
RGB Variations
Color information
#222CED (or 0x222CED) is known color: Persian Blue. HEX triplet: 22, 2C and ED. RGB value is (34,44,237). Sum of RGB (Red+Green+Blue) = 34+44+237=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #222CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222CED is #DDD312. Grayscale: #3E3E3E. Windows color (decimal): -14537491 or 15543330. OLE color: 15543330.
HSL color Cylindrical-coordinate representation of color #222CED: hue angle of 237.04º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222CED is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 44 | 237 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.07 |
| HSL | 237.04º | 0.85% | 0.53% | - |
| HSV(B) | 237.04º | 0.86% | 0.93% | - |
| XYZ | 16.85 | 8.26 | 80.83 | - |
| YUV | 63.01 | 226.19 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 237 | 0.86 | 0.81 | 0 | 0.07 | 237.04 | 0.85 | 0.53 |
| Hex | 22 | 2C | ED | 56 | 51 | 0 | 7 | ED | 55 | 35 |
| Octal | 42 | 54 | 355 | 126 | 121 | 0 | 7 | 355 | 125 | 65 |
| Binary | 100010 | 101100 | 11101101 | 1010110 | 1010001 | 0 | 111 | 11101101 | 1010101 | 110101 |
Color Harmonies of #222CED
Complementary color
Monochromatic Colors of #222CED
Black with #222CED
Text Example
Text Example
White with #222CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CED; }
p { color: rgb(34,44,237); }
H1.HeaderClassName
{
color: #222CED;
}
.AnyTagClassName
{
color: #222CED;
}
</style>
background-color css
<style>
a { background-color: #222CED; }
a { background-color: rgb(34,44,237); }
div.DivClassName
{
background-color: #222CED;
}
.BgClassName
{
background-color: #222CED;
}
</style>
border-color css
<style>
span { border-color: #222CED; }
span { border-color: rgb(34,44,237); }
td.TdClassName
{
border-color: #222CED;
}
.TagClassName
{
border-color: #222CED;
}
</style>