Shades of Persian Blue #222EEE
Tints of Persian Blue #222EEE
RGB
CMYK
RGB Variations
Color information
#222EEE (or 0x222EEE) is known color: Persian Blue. HEX triplet: 22, 2E and EE. RGB value is (34,46,238). Sum of RGB (Red+Green+Blue) = 34+46+238=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #222EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222EEE is #DDD111. Grayscale: #3F3F3F. Windows color (decimal): -14536978 or 15609378. OLE color: 15609378.
HSL color Cylindrical-coordinate representation of color #222EEE: hue angle of 236.47º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222EEE is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 46 | 238 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.07 |
| HSL | 236.47º | 0.86% | 0.53% | - |
| HSV(B) | 236.47º | 0.86% | 0.93% | - |
| XYZ | 17.07 | 8.47 | 81.62 | - |
| YUV | 64.3 | 226.02 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 238 | 0.86 | 0.81 | 0 | 0.07 | 236.47 | 0.86 | 0.53 |
| Hex | 22 | 2E | EE | 56 | 51 | 0 | 7 | EC | 56 | 35 |
| Octal | 42 | 56 | 356 | 126 | 121 | 0 | 7 | 354 | 126 | 65 |
| Binary | 100010 | 101110 | 11101110 | 1010110 | 1010001 | 0 | 111 | 11101100 | 1010110 | 110101 |
Color Harmonies of #222EEE
Complementary color
Monochromatic Colors of #222EEE
Black with #222EEE
Text Example
Text Example
White with #222EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222EEE; }
p { color: rgb(34,46,238); }
H1.HeaderClassName
{
color: #222EEE;
}
.AnyTagClassName
{
color: #222EEE;
}
</style>
background-color css
<style>
a { background-color: #222EEE; }
a { background-color: rgb(34,46,238); }
div.DivClassName
{
background-color: #222EEE;
}
.BgClassName
{
background-color: #222EEE;
}
</style>
border-color css
<style>
span { border-color: #222EEE; }
span { border-color: rgb(34,46,238); }
td.TdClassName
{
border-color: #222EEE;
}
.TagClassName
{
border-color: #222EEE;
}
</style>