Shades of Persian Blue #222DD6
Tints of Persian Blue #222DD6
RGB
CMYK
RGB Variations
Color information
#222DD6 (or 0x222DD6) is known color: Persian Blue. HEX triplet: 22, 2D and D6. RGB value is (34,45,214). Sum of RGB (Red+Green+Blue) = 34+45+214=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 214 (83.98% from 255 or 73.04% from 293); Max value from RGB is 214 - color contains mainly: blue. Hex color #222DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222DD6 is #DDD229. Grayscale: #3C3C3C. Windows color (decimal): -14537258 or 14036258. OLE color: 14036258.
HSL color Cylindrical-coordinate representation of color #222DD6: hue angle of 236.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222DD6 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 45 | 214 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.16 |
| HSL | 236.33º | 0.73% | 0.49% | - |
| HSV(B) | 236.33º | 0.84% | 0.84% | - |
| XYZ | 13.74 | 7.07 | 64.26 | - |
| YUV | 60.98 | 214.36 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 214 | 0.84 | 0.79 | 0 | 0.16 | 236.33 | 0.73 | 0.49 |
| Hex | 22 | 2D | D6 | 54 | 4F | 0 | 10 | EC | 49 | 31 |
| Octal | 42 | 55 | 326 | 124 | 117 | 0 | 20 | 354 | 111 | 61 |
| Binary | 100010 | 101101 | 11010110 | 1010100 | 1001111 | 0 | 10000 | 11101100 | 1001001 | 110001 |
Color Harmonies of #222DD6
Complementary color
Monochromatic Colors of #222DD6
Black with #222DD6
Text Example
Text Example
White with #222DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DD6; }
p { color: rgb(34,45,214); }
H1.HeaderClassName
{
color: #222DD6;
}
.AnyTagClassName
{
color: #222DD6;
}
</style>
background-color css
<style>
a { background-color: #222DD6; }
a { background-color: rgb(34,45,214); }
div.DivClassName
{
background-color: #222DD6;
}
.BgClassName
{
background-color: #222DD6;
}
</style>
border-color css
<style>
span { border-color: #222DD6; }
span { border-color: rgb(34,45,214); }
td.TdClassName
{
border-color: #222DD6;
}
.TagClassName
{
border-color: #222DD6;
}
</style>