Shades of Persian Blue #222BEC
Tints of Persian Blue #222BEC
RGB
CMYK
RGB Variations
Color information
#222BEC (or 0x222BEC) is known color: Persian Blue. HEX triplet: 22, 2B and EC. RGB value is (34,43,236). Sum of RGB (Red+Green+Blue) = 34+43+236=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #222BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222BEC is #DDD413. Grayscale: #3D3D3D. Windows color (decimal): -14537748 or 15477538. OLE color: 15477538.
HSL color Cylindrical-coordinate representation of color #222BEC: hue angle of 237.33º degrees, saturation: 0.84, 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 #222BEC is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 43 | 236 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.07 |
| HSL | 237.33º | 0.84% | 0.53% | - |
| HSV(B) | 237.33º | 0.86% | 0.93% | - |
| XYZ | 16.66 | 8.12 | 80.05 | - |
| YUV | 62.31 | 226.02 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 236 | 0.86 | 0.82 | 0 | 0.07 | 237.33 | 0.84 | 0.53 |
| Hex | 22 | 2B | EC | 56 | 52 | 0 | 7 | ED | 54 | 35 |
| Octal | 42 | 53 | 354 | 126 | 122 | 0 | 7 | 355 | 124 | 65 |
| Binary | 100010 | 101011 | 11101100 | 1010110 | 1010010 | 0 | 111 | 11101101 | 1010100 | 110101 |
Color Harmonies of #222BEC
Complementary color
Monochromatic Colors of #222BEC
Black with #222BEC
Text Example
Text Example
White with #222BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BEC; }
p { color: rgb(34,43,236); }
H1.HeaderClassName
{
color: #222BEC;
}
.AnyTagClassName
{
color: #222BEC;
}
</style>
background-color css
<style>
a { background-color: #222BEC; }
a { background-color: rgb(34,43,236); }
div.DivClassName
{
background-color: #222BEC;
}
.BgClassName
{
background-color: #222BEC;
}
</style>
border-color css
<style>
span { border-color: #222BEC; }
span { border-color: rgb(34,43,236); }
td.TdClassName
{
border-color: #222BEC;
}
.TagClassName
{
border-color: #222BEC;
}
</style>