Shades of Persian Blue #223AEC
Tints of Persian Blue #223AEC
RGB
CMYK
RGB Variations
Color information
#223AEC (or 0x223AEC) is known color: Persian Blue. HEX triplet: 22, 3A and EC. RGB value is (34,58,236). Sum of RGB (Red+Green+Blue) = 34+58+236=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #223AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223AEC is #DDC513. Grayscale: #464646. Windows color (decimal): -14533908 or 15481378. OLE color: 15481378.
HSL color Cylindrical-coordinate representation of color #223AEC: hue angle of 232.87º degrees, saturation: 0.84, 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 #223AEC is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 58 | 236 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.07 |
| HSL | 232.87º | 0.84% | 0.53% | - |
| HSV(B) | 232.87º | 0.86% | 0.93% | - |
| XYZ | 17.31 | 9.42 | 80.26 | - |
| YUV | 71.12 | 221.05 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 236 | 0.86 | 0.75 | 0 | 0.07 | 232.87 | 0.84 | 0.53 |
| Hex | 22 | 3A | EC | 56 | 4B | 0 | 7 | E9 | 54 | 35 |
| Octal | 42 | 72 | 354 | 126 | 113 | 0 | 7 | 351 | 124 | 65 |
| Binary | 100010 | 111010 | 11101100 | 1010110 | 1001011 | 0 | 111 | 11101001 | 1010100 | 110101 |
Color Harmonies of #223AEC
Complementary color
Monochromatic Colors of #223AEC
Black with #223AEC
Text Example
Text Example
White with #223AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223AEC; }
p { color: rgb(34,58,236); }
H1.HeaderClassName
{
color: #223AEC;
}
.AnyTagClassName
{
color: #223AEC;
}
</style>
background-color css
<style>
a { background-color: #223AEC; }
a { background-color: rgb(34,58,236); }
div.DivClassName
{
background-color: #223AEC;
}
.BgClassName
{
background-color: #223AEC;
}
</style>
border-color css
<style>
span { border-color: #223AEC; }
span { border-color: rgb(34,58,236); }
td.TdClassName
{
border-color: #223AEC;
}
.TagClassName
{
border-color: #223AEC;
}
</style>