Shades of Persian Blue #222EB2
Tints of Persian Blue #222EB2
RGB
CMYK
RGB Variations
Color information
#222EB2 (or 0x222EB2) is known color: Persian Blue. HEX triplet: 22, 2E and B2. RGB value is (34,46,178). Sum of RGB (Red+Green+Blue) = 34+46+178=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 178 (69.92% from 255 or 68.99% from 258); Max value from RGB is 178 - color contains mainly: blue. Hex color #222EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222EB2 is #DDD14D. Grayscale: #383838. Windows color (decimal): -14537038 or 11677218. OLE color: 11677218.
HSL color Cylindrical-coordinate representation of color #222EB2: hue angle of 235º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #222EB2 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 46 | 178 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.30 |
| HSL | 235º | 0.68% | 0.42% | - |
| HSV(B) | 235º | 0.81% | 0.7% | - |
| XYZ | 9.67 | 5.51 | 42.67 | - |
| YUV | 57.46 | 196.02 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 178 | 0.81 | 0.74 | 0 | 0.30 | 235 | 0.68 | 0.42 |
| Hex | 22 | 2E | B2 | 51 | 4A | 0 | 1E | EB | 44 | 2A |
| Octal | 42 | 56 | 262 | 121 | 112 | 0 | 36 | 353 | 104 | 52 |
| Binary | 100010 | 101110 | 10110010 | 1010001 | 1001010 | 0 | 11110 | 11101011 | 1000100 | 101010 |
Color Harmonies of #222EB2
Complementary color
Monochromatic Colors of #222EB2
Black with #222EB2
Text Example
Text Example
White with #222EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222EB2; }
p { color: rgb(34,46,178); }
H1.HeaderClassName
{
color: #222EB2;
}
.AnyTagClassName
{
color: #222EB2;
}
</style>
background-color css
<style>
a { background-color: #222EB2; }
a { background-color: rgb(34,46,178); }
div.DivClassName
{
background-color: #222EB2;
}
.BgClassName
{
background-color: #222EB2;
}
</style>
border-color css
<style>
span { border-color: #222EB2; }
span { border-color: rgb(34,46,178); }
td.TdClassName
{
border-color: #222EB2;
}
.TagClassName
{
border-color: #222EB2;
}
</style>