Shades of Persian Blue #222EBA
Tints of Persian Blue #222EBA
RGB
CMYK
RGB Variations
Color information
#222EBA (or 0x222EBA) is known color: Persian Blue. HEX triplet: 22, 2E and BA. RGB value is (34,46,186). Sum of RGB (Red+Green+Blue) = 34+46+186=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #222EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222EBA is #DDD145. Grayscale: #393939. Windows color (decimal): -14537030 or 12201506. OLE color: 12201506.
HSL color Cylindrical-coordinate representation of color #222EBA: hue angle of 235.26º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #222EBA is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 46 | 186 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.27 |
| HSL | 235.26º | 0.69% | 0.43% | - |
| HSV(B) | 235.26º | 0.82% | 0.73% | - |
| XYZ | 10.5 | 5.84 | 47.03 | - |
| YUV | 58.37 | 200.02 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 186 | 0.82 | 0.75 | 0 | 0.27 | 235.26 | 0.69 | 0.43 |
| Hex | 22 | 2E | BA | 52 | 4B | 0 | 1B | EB | 45 | 2B |
| Octal | 42 | 56 | 272 | 122 | 113 | 0 | 33 | 353 | 105 | 53 |
| Binary | 100010 | 101110 | 10111010 | 1010010 | 1001011 | 0 | 11011 | 11101011 | 1000101 | 101011 |
Color Harmonies of #222EBA
Complementary color
Monochromatic Colors of #222EBA
Black with #222EBA
Text Example
Text Example
White with #222EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222EBA; }
p { color: rgb(34,46,186); }
H1.HeaderClassName
{
color: #222EBA;
}
.AnyTagClassName
{
color: #222EBA;
}
</style>
background-color css
<style>
a { background-color: #222EBA; }
a { background-color: rgb(34,46,186); }
div.DivClassName
{
background-color: #222EBA;
}
.BgClassName
{
background-color: #222EBA;
}
</style>
border-color css
<style>
span { border-color: #222EBA; }
span { border-color: rgb(34,46,186); }
td.TdClassName
{
border-color: #222EBA;
}
.TagClassName
{
border-color: #222EBA;
}
</style>