Shades of Persian Blue #223ED4
Tints of Persian Blue #223ED4
RGB
CMYK
RGB Variations
Color information
#223ED4 (or 0x223ED4) is known color: Persian Blue. HEX triplet: 22, 3E and D4. RGB value is (34,62,212). Sum of RGB (Red+Green+Blue) = 34+62+212=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 212 (83.20% from 255 or 68.83% from 308); Max value from RGB is 212 - color contains mainly: blue. Hex color #223ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ED4 is #DDC12B. Grayscale: #464646. Windows color (decimal): -14532908 or 13909538. OLE color: 13909538.
HSL color Cylindrical-coordinate representation of color #223ED4: hue angle of 230.56º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223ED4 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 62 | 212 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.17 |
| HSL | 230.56º | 0.72% | 0.48% | - |
| HSV(B) | 230.56º | 0.84% | 0.83% | - |
| XYZ | 14.27 | 8.54 | 63.18 | - |
| YUV | 70.73 | 207.72 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 212 | 0.84 | 0.71 | 0 | 0.17 | 230.56 | 0.72 | 0.48 |
| Hex | 22 | 3E | D4 | 54 | 47 | 0 | 11 | E7 | 48 | 30 |
| Octal | 42 | 76 | 324 | 124 | 107 | 0 | 21 | 347 | 110 | 60 |
| Binary | 100010 | 111110 | 11010100 | 1010100 | 1000111 | 0 | 10001 | 11100111 | 1001000 | 110000 |
Color Harmonies of #223ED4
Complementary color
Monochromatic Colors of #223ED4
Black with #223ED4
Text Example
Text Example
White with #223ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223ED4; }
p { color: rgb(34,62,212); }
H1.HeaderClassName
{
color: #223ED4;
}
.AnyTagClassName
{
color: #223ED4;
}
</style>
background-color css
<style>
a { background-color: #223ED4; }
a { background-color: rgb(34,62,212); }
div.DivClassName
{
background-color: #223ED4;
}
.BgClassName
{
background-color: #223ED4;
}
</style>
border-color css
<style>
span { border-color: #223ED4; }
span { border-color: rgb(34,62,212); }
td.TdClassName
{
border-color: #223ED4;
}
.TagClassName
{
border-color: #223ED4;
}
</style>