Shades of Persian Blue #2022DC
Tints of Persian Blue #2022DC
RGB
CMYK
RGB Variations
Color information
#2022DC (or 0x2022DC) is known color: Persian Blue. HEX triplet: 20, 22 and DC. RGB value is (32,34,220). Sum of RGB (Red+Green+Blue) = 32+34+220=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #2022DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2022DC is #DFDD23. Grayscale: #353535. Windows color (decimal): -14671140 or 14426656. OLE color: 14426656.
HSL color Cylindrical-coordinate representation of color #2022DC: hue angle of 239.36º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2022DC is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 34 | 220 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.14 |
| HSL | 239.36º | 0.75% | 0.49% | - |
| HSV(B) | 239.36º | 0.85% | 0.86% | - |
| XYZ | 14.09 | 6.62 | 68.25 | - |
| YUV | 54.61 | 221.34 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 220 | 0.85 | 0.85 | 0 | 0.14 | 239.36 | 0.75 | 0.49 |
| Hex | 20 | 22 | DC | 55 | 55 | 0 | E | EF | 4B | 31 |
| Octal | 40 | 42 | 334 | 125 | 125 | 0 | 16 | 357 | 113 | 61 |
| Binary | 100000 | 100010 | 11011100 | 1010101 | 1010101 | 0 | 1110 | 11101111 | 1001011 | 110001 |
Color Harmonies of #2022DC
Complementary color
Monochromatic Colors of #2022DC
Black with #2022DC
Text Example
Text Example
White with #2022DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2022DC; }
p { color: rgb(32,34,220); }
H1.HeaderClassName
{
color: #2022DC;
}
.AnyTagClassName
{
color: #2022DC;
}
</style>
background-color css
<style>
a { background-color: #2022DC; }
a { background-color: rgb(32,34,220); }
div.DivClassName
{
background-color: #2022DC;
}
.BgClassName
{
background-color: #2022DC;
}
</style>
border-color css
<style>
span { border-color: #2022DC; }
span { border-color: rgb(32,34,220); }
td.TdClassName
{
border-color: #2022DC;
}
.TagClassName
{
border-color: #2022DC;
}
</style>