Shades of Persian Blue #222DDA
Tints of Persian Blue #222DDA
RGB
CMYK
RGB Variations
Color information
#222DDA (or 0x222DDA) is known color: Persian Blue. HEX triplet: 22, 2D and DA. RGB value is (34,45,218). Sum of RGB (Red+Green+Blue) = 34+45+218=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #222DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222DDA is #DDD225. Grayscale: #3C3C3C. Windows color (decimal): -14537254 or 14298402. OLE color: 14298402.
HSL color Cylindrical-coordinate representation of color #222DDA: hue angle of 236.41º 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 #222DDA is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 45 | 218 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.15 |
| HSL | 236.41º | 0.73% | 0.49% | - |
| HSV(B) | 236.41º | 0.84% | 0.85% | - |
| XYZ | 14.25 | 7.28 | 66.98 | - |
| YUV | 61.43 | 216.36 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 218 | 0.84 | 0.79 | 0 | 0.15 | 236.41 | 0.73 | 0.49 |
| Hex | 22 | 2D | DA | 54 | 4F | 0 | F | EC | 49 | 31 |
| Octal | 42 | 55 | 332 | 124 | 117 | 0 | 17 | 354 | 111 | 61 |
| Binary | 100010 | 101101 | 11011010 | 1010100 | 1001111 | 0 | 1111 | 11101100 | 1001001 | 110001 |
Color Harmonies of #222DDA
Complementary color
Monochromatic Colors of #222DDA
Black with #222DDA
Text Example
Text Example
White with #222DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DDA; }
p { color: rgb(34,45,218); }
H1.HeaderClassName
{
color: #222DDA;
}
.AnyTagClassName
{
color: #222DDA;
}
</style>
background-color css
<style>
a { background-color: #222DDA; }
a { background-color: rgb(34,45,218); }
div.DivClassName
{
background-color: #222DDA;
}
.BgClassName
{
background-color: #222DDA;
}
</style>
border-color css
<style>
span { border-color: #222DDA; }
span { border-color: rgb(34,45,218); }
td.TdClassName
{
border-color: #222DDA;
}
.TagClassName
{
border-color: #222DDA;
}
</style>