Shades of Persian Blue #222EBC
Tints of Persian Blue #222EBC
RGB
CMYK
RGB Variations
Color information
#222EBC (or 0x222EBC) is known color: Persian Blue. HEX triplet: 22, 2E and BC. RGB value is (34,46,188). Sum of RGB (Red+Green+Blue) = 34+46+188=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #222EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222EBC is #DDD143. Grayscale: #3A3A3A. Windows color (decimal): -14537028 or 12332578. OLE color: 12332578.
HSL color Cylindrical-coordinate representation of color #222EBC: hue angle of 235.32º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #222EBC is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 46 | 188 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.26 |
| HSL | 235.32º | 0.69% | 0.44% | - |
| HSV(B) | 235.32º | 0.82% | 0.74% | - |
| XYZ | 10.71 | 5.92 | 48.16 | - |
| YUV | 58.6 | 201.02 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 188 | 0.82 | 0.76 | 0 | 0.26 | 235.32 | 0.69 | 0.44 |
| Hex | 22 | 2E | BC | 52 | 4C | 0 | 1A | EB | 45 | 2C |
| Octal | 42 | 56 | 274 | 122 | 114 | 0 | 32 | 353 | 105 | 54 |
| Binary | 100010 | 101110 | 10111100 | 1010010 | 1001100 | 0 | 11010 | 11101011 | 1000101 | 101100 |
Color Harmonies of #222EBC
Complementary color
Monochromatic Colors of #222EBC
Black with #222EBC
Text Example
Text Example
White with #222EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222EBC; }
p { color: rgb(34,46,188); }
H1.HeaderClassName
{
color: #222EBC;
}
.AnyTagClassName
{
color: #222EBC;
}
</style>
background-color css
<style>
a { background-color: #222EBC; }
a { background-color: rgb(34,46,188); }
div.DivClassName
{
background-color: #222EBC;
}
.BgClassName
{
background-color: #222EBC;
}
</style>
border-color css
<style>
span { border-color: #222EBC; }
span { border-color: rgb(34,46,188); }
td.TdClassName
{
border-color: #222EBC;
}
.TagClassName
{
border-color: #222EBC;
}
</style>