Shades of Persian Blue #223ADA
Tints of Persian Blue #223ADA
RGB
CMYK
RGB Variations
Color information
#223ADA (or 0x223ADA) is known color: Persian Blue. HEX triplet: 22, 3A and DA. RGB value is (34,58,218). Sum of RGB (Red+Green+Blue) = 34+58+218=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #223ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ADA is #DDC525. Grayscale: #444444. Windows color (decimal): -14533926 or 14301730. OLE color: 14301730.
HSL color Cylindrical-coordinate representation of color #223ADA: hue angle of 232.17º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223ADA is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 58 | 218 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.15 |
| HSL | 232.17º | 0.73% | 0.49% | - |
| HSV(B) | 232.17º | 0.84% | 0.85% | - |
| XYZ | 14.83 | 8.43 | 67.17 | - |
| YUV | 69.06 | 212.05 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 218 | 0.84 | 0.73 | 0 | 0.15 | 232.17 | 0.73 | 0.49 |
| Hex | 22 | 3A | DA | 54 | 49 | 0 | F | E8 | 49 | 31 |
| Octal | 42 | 72 | 332 | 124 | 111 | 0 | 17 | 350 | 111 | 61 |
| Binary | 100010 | 111010 | 11011010 | 1010100 | 1001001 | 0 | 1111 | 11101000 | 1001001 | 110001 |
Color Harmonies of #223ADA
Complementary color
Monochromatic Colors of #223ADA
Black with #223ADA
Text Example
Text Example
White with #223ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223ADA; }
p { color: rgb(34,58,218); }
H1.HeaderClassName
{
color: #223ADA;
}
.AnyTagClassName
{
color: #223ADA;
}
</style>
background-color css
<style>
a { background-color: #223ADA; }
a { background-color: rgb(34,58,218); }
div.DivClassName
{
background-color: #223ADA;
}
.BgClassName
{
background-color: #223ADA;
}
</style>
border-color css
<style>
span { border-color: #223ADA; }
span { border-color: rgb(34,58,218); }
td.TdClassName
{
border-color: #223ADA;
}
.TagClassName
{
border-color: #223ADA;
}
</style>