Shades of Persian Blue #222EEB
Tints of Persian Blue #222EEB
RGB
CMYK
RGB Variations
Color information
#222EEB (or 0x222EEB) is known color: Persian Blue. HEX triplet: 22, 2E and EB. RGB value is (34,46,235). Sum of RGB (Red+Green+Blue) = 34+46+235=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #222EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222EEB is #DDD114. Grayscale: #3F3F3F. Windows color (decimal): -14536981 or 15412770. OLE color: 15412770.
HSL color Cylindrical-coordinate representation of color #222EEB: hue angle of 236.42º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222EEB is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 46 | 235 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.08 |
| HSL | 236.42º | 0.83% | 0.53% | - |
| HSV(B) | 236.42º | 0.86% | 0.92% | - |
| XYZ | 16.63 | 8.29 | 79.32 | - |
| YUV | 63.96 | 224.52 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 235 | 0.86 | 0.80 | 0 | 0.08 | 236.42 | 0.83 | 0.53 |
| Hex | 22 | 2E | EB | 56 | 50 | 0 | 8 | EC | 53 | 35 |
| Octal | 42 | 56 | 353 | 126 | 120 | 0 | 10 | 354 | 123 | 65 |
| Binary | 100010 | 101110 | 11101011 | 1010110 | 1010000 | 0 | 1000 | 11101100 | 1010011 | 110101 |
Color Harmonies of #222EEB
Complementary color
Monochromatic Colors of #222EEB
Black with #222EEB
Text Example
Text Example
White with #222EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222EEB; }
p { color: rgb(34,46,235); }
H1.HeaderClassName
{
color: #222EEB;
}
.AnyTagClassName
{
color: #222EEB;
}
</style>
background-color css
<style>
a { background-color: #222EEB; }
a { background-color: rgb(34,46,235); }
div.DivClassName
{
background-color: #222EEB;
}
.BgClassName
{
background-color: #222EEB;
}
</style>
border-color css
<style>
span { border-color: #222EEB; }
span { border-color: rgb(34,46,235); }
td.TdClassName
{
border-color: #222EEB;
}
.TagClassName
{
border-color: #222EEB;
}
</style>