Shades of Persian Blue #223AE4
Tints of Persian Blue #223AE4
RGB
CMYK
RGB Variations
Color information
#223AE4 (or 0x223AE4) is known color: Persian Blue. HEX triplet: 22, 3A and E4. RGB value is (34,58,228). Sum of RGB (Red+Green+Blue) = 34+58+228=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 228 (89.45% from 255 or 71.25% from 320); Max value from RGB is 228 - color contains mainly: blue. Hex color #223AE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223AE4 is #DDC51B. Grayscale: #454545. Windows color (decimal): -14533916 or 14957090. OLE color: 14957090.
HSL color Cylindrical-coordinate representation of color #223AE4: hue angle of 232.58º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223AE4 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 58 | 228 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.11 |
| HSL | 232.58º | 0.78% | 0.51% | - |
| HSV(B) | 232.58º | 0.85% | 0.89% | - |
| XYZ | 16.18 | 8.97 | 74.28 | - |
| YUV | 70.2 | 217.05 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 228 | 0.85 | 0.75 | 0 | 0.11 | 232.58 | 0.78 | 0.51 |
| Hex | 22 | 3A | E4 | 55 | 4B | 0 | B | E9 | 4E | 33 |
| Octal | 42 | 72 | 344 | 125 | 113 | 0 | 13 | 351 | 116 | 63 |
| Binary | 100010 | 111010 | 11100100 | 1010101 | 1001011 | 0 | 1011 | 11101001 | 1001110 | 110011 |
Color Harmonies of #223AE4
Complementary color
Monochromatic Colors of #223AE4
Black with #223AE4
Text Example
Text Example
White with #223AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223AE4; }
p { color: rgb(34,58,228); }
H1.HeaderClassName
{
color: #223AE4;
}
.AnyTagClassName
{
color: #223AE4;
}
</style>
background-color css
<style>
a { background-color: #223AE4; }
a { background-color: rgb(34,58,228); }
div.DivClassName
{
background-color: #223AE4;
}
.BgClassName
{
background-color: #223AE4;
}
</style>
border-color css
<style>
span { border-color: #223AE4; }
span { border-color: rgb(34,58,228); }
td.TdClassName
{
border-color: #223AE4;
}
.TagClassName
{
border-color: #223AE4;
}
</style>