Shades of Persian Blue #222EBE
Tints of Persian Blue #222EBE
RGB
CMYK
RGB Variations
Color information
#222EBE (or 0x222EBE) is known color: Persian Blue. HEX triplet: 22, 2E and BE. RGB value is (34,46,190). Sum of RGB (Red+Green+Blue) = 34+46+190=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #222EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222EBE is #DDD141. Grayscale: #3A3A3A. Windows color (decimal): -14537026 or 12463650. OLE color: 12463650.
HSL color Cylindrical-coordinate representation of color #222EBE: hue angle of 235.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #222EBE is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 46 | 190 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.25 |
| HSL | 235.38º | 0.7% | 0.44% | - |
| HSV(B) | 235.38º | 0.82% | 0.75% | - |
| XYZ | 10.93 | 6.01 | 49.3 | - |
| YUV | 58.83 | 202.02 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 190 | 0.82 | 0.76 | 0 | 0.25 | 235.38 | 0.7 | 0.44 |
| Hex | 22 | 2E | BE | 52 | 4C | 0 | 19 | EB | 46 | 2C |
| Octal | 42 | 56 | 276 | 122 | 114 | 0 | 31 | 353 | 106 | 54 |
| Binary | 100010 | 101110 | 10111110 | 1010010 | 1001100 | 0 | 11001 | 11101011 | 1000110 | 101100 |
Color Harmonies of #222EBE
Complementary color
Monochromatic Colors of #222EBE
Black with #222EBE
Text Example
Text Example
White with #222EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222EBE; }
p { color: rgb(34,46,190); }
H1.HeaderClassName
{
color: #222EBE;
}
.AnyTagClassName
{
color: #222EBE;
}
</style>
background-color css
<style>
a { background-color: #222EBE; }
a { background-color: rgb(34,46,190); }
div.DivClassName
{
background-color: #222EBE;
}
.BgClassName
{
background-color: #222EBE;
}
</style>
border-color css
<style>
span { border-color: #222EBE; }
span { border-color: rgb(34,46,190); }
td.TdClassName
{
border-color: #222EBE;
}
.TagClassName
{
border-color: #222EBE;
}
</style>