Shades of Persian Blue #223ADE
Tints of Persian Blue #223ADE
RGB
CMYK
RGB Variations
Color information
#223ADE (or 0x223ADE) is known color: Persian Blue. HEX triplet: 22, 3A and DE. RGB value is (34,58,222). Sum of RGB (Red+Green+Blue) = 34+58+222=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #223ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ADE is #DDC521. Grayscale: #444444. Windows color (decimal): -14533922 or 14563874. OLE color: 14563874.
HSL color Cylindrical-coordinate representation of color #223ADE: hue angle of 232.34º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223ADE is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 58 | 222 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.13 |
| HSL | 232.34º | 0.74% | 0.5% | - |
| HSV(B) | 232.34º | 0.85% | 0.87% | - |
| XYZ | 15.36 | 8.64 | 69.97 | - |
| YUV | 69.52 | 214.05 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 222 | 0.85 | 0.74 | 0 | 0.13 | 232.34 | 0.74 | 0.5 |
| Hex | 22 | 3A | DE | 55 | 4A | 0 | D | E8 | 4A | 32 |
| Octal | 42 | 72 | 336 | 125 | 112 | 0 | 15 | 350 | 112 | 62 |
| Binary | 100010 | 111010 | 11011110 | 1010101 | 1001010 | 0 | 1101 | 11101000 | 1001010 | 110010 |
Color Harmonies of #223ADE
Complementary color
Monochromatic Colors of #223ADE
Black with #223ADE
Text Example
Text Example
White with #223ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223ADE; }
p { color: rgb(34,58,222); }
H1.HeaderClassName
{
color: #223ADE;
}
.AnyTagClassName
{
color: #223ADE;
}
</style>
background-color css
<style>
a { background-color: #223ADE; }
a { background-color: rgb(34,58,222); }
div.DivClassName
{
background-color: #223ADE;
}
.BgClassName
{
background-color: #223ADE;
}
</style>
border-color css
<style>
span { border-color: #223ADE; }
span { border-color: rgb(34,58,222); }
td.TdClassName
{
border-color: #223ADE;
}
.TagClassName
{
border-color: #223ADE;
}
</style>