Shades of Persian Blue #2224DA
Tints of Persian Blue #2224DA
RGB
CMYK
RGB Variations
Color information
#2224DA (or 0x2224DA) is known color: Persian Blue. HEX triplet: 22, 24 and DA. RGB value is (34,36,218). Sum of RGB (Red+Green+Blue) = 34+36+218=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #2224DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2224DA is #DDDB25. Grayscale: #373737. Windows color (decimal): -14539558 or 14296098. OLE color: 14296098.
HSL color Cylindrical-coordinate representation of color #2224DA: hue angle of 239.35º 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 #2224DA is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 36 | 218 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.15 |
| HSL | 239.35º | 0.73% | 0.49% | - |
| HSV(B) | 239.35º | 0.84% | 0.85% | - |
| XYZ | 13.95 | 6.66 | 66.88 | - |
| YUV | 56.15 | 219.34 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 218 | 0.84 | 0.83 | 0 | 0.15 | 239.35 | 0.73 | 0.49 |
| Hex | 22 | 24 | DA | 54 | 53 | 0 | F | EF | 49 | 31 |
| Octal | 42 | 44 | 332 | 124 | 123 | 0 | 17 | 357 | 111 | 61 |
| Binary | 100010 | 100100 | 11011010 | 1010100 | 1010011 | 0 | 1111 | 11101111 | 1001001 | 110001 |
Color Harmonies of #2224DA
Complementary color
Monochromatic Colors of #2224DA
Black with #2224DA
Text Example
Text Example
White with #2224DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2224DA; }
p { color: rgb(34,36,218); }
H1.HeaderClassName
{
color: #2224DA;
}
.AnyTagClassName
{
color: #2224DA;
}
</style>
background-color css
<style>
a { background-color: #2224DA; }
a { background-color: rgb(34,36,218); }
div.DivClassName
{
background-color: #2224DA;
}
.BgClassName
{
background-color: #2224DA;
}
</style>
border-color css
<style>
span { border-color: #2224DA; }
span { border-color: rgb(34,36,218); }
td.TdClassName
{
border-color: #2224DA;
}
.TagClassName
{
border-color: #2224DA;
}
</style>