Shades of Persian Blue #222FED
Tints of Persian Blue #222FED
RGB
CMYK
RGB Variations
Color information
#222FED (or 0x222FED) is known color: Persian Blue. HEX triplet: 22, 2F and ED. RGB value is (34,47,237). Sum of RGB (Red+Green+Blue) = 34+47+237=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #222FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222FED is #DDD012. Grayscale: #3F3F3F. Windows color (decimal): -14536723 or 15544098. OLE color: 15544098.
HSL color Cylindrical-coordinate representation of color #222FED: hue angle of 236.16º 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 #222FED is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 47 | 237 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.07 |
| HSL | 236.16º | 0.85% | 0.53% | - |
| HSV(B) | 236.16º | 0.86% | 0.93% | - |
| XYZ | 16.96 | 8.49 | 80.87 | - |
| YUV | 64.77 | 225.19 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 237 | 0.86 | 0.80 | 0 | 0.07 | 236.16 | 0.85 | 0.53 |
| Hex | 22 | 2F | ED | 56 | 50 | 0 | 7 | EC | 55 | 35 |
| Octal | 42 | 57 | 355 | 126 | 120 | 0 | 7 | 354 | 125 | 65 |
| Binary | 100010 | 101111 | 11101101 | 1010110 | 1010000 | 0 | 111 | 11101100 | 1010101 | 110101 |
Color Harmonies of #222FED
Complementary color
Monochromatic Colors of #222FED
Black with #222FED
Text Example
Text Example
White with #222FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FED; }
p { color: rgb(34,47,237); }
H1.HeaderClassName
{
color: #222FED;
}
.AnyTagClassName
{
color: #222FED;
}
</style>
background-color css
<style>
a { background-color: #222FED; }
a { background-color: rgb(34,47,237); }
div.DivClassName
{
background-color: #222FED;
}
.BgClassName
{
background-color: #222FED;
}
</style>
border-color css
<style>
span { border-color: #222FED; }
span { border-color: rgb(34,47,237); }
td.TdClassName
{
border-color: #222FED;
}
.TagClassName
{
border-color: #222FED;
}
</style>