Shades of Persian Blue #2220D2
Tints of Persian Blue #2220D2
RGB
CMYK
RGB Variations
Color information
#2220D2 (or 0x2220D2) is known color: Persian Blue. HEX triplet: 22, 20 and D2. RGB value is (34,32,210). Sum of RGB (Red+Green+Blue) = 34+32+210=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 210 (82.42% from 255 or 76.09% from 276); Max value from RGB is 210 - color contains mainly: blue. Hex color #2220D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2220D2 is #DDDF2D. Grayscale: #343434. Windows color (decimal): -14540590 or 13770786. OLE color: 13770786.
HSL color Cylindrical-coordinate representation of color #2220D2: hue angle of 240.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2220D2 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 32 | 210 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.18 |
| HSL | 240.67º | 0.74% | 0.47% | - |
| HSV(B) | 240.67º | 0.85% | 0.82% | - |
| XYZ | 12.81 | 6.03 | 61.46 | - |
| YUV | 52.89 | 216.66 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 210 | 0.84 | 0.85 | 0 | 0.18 | 240.67 | 0.74 | 0.47 |
| Hex | 22 | 20 | D2 | 54 | 55 | 0 | 12 | F1 | 4A | 2F |
| Octal | 42 | 40 | 322 | 124 | 125 | 0 | 22 | 361 | 112 | 57 |
| Binary | 100010 | 100000 | 11010010 | 1010100 | 1010101 | 0 | 10010 | 11110001 | 1001010 | 101111 |
Color Harmonies of #2220D2
Complementary color
Monochromatic Colors of #2220D2
Black with #2220D2
Text Example
Text Example
White with #2220D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2220D2; }
p { color: rgb(34,32,210); }
H1.HeaderClassName
{
color: #2220D2;
}
.AnyTagClassName
{
color: #2220D2;
}
</style>
background-color css
<style>
a { background-color: #2220D2; }
a { background-color: rgb(34,32,210); }
div.DivClassName
{
background-color: #2220D2;
}
.BgClassName
{
background-color: #2220D2;
}
</style>
border-color css
<style>
span { border-color: #2220D2; }
span { border-color: rgb(34,32,210); }
td.TdClassName
{
border-color: #2220D2;
}
.TagClassName
{
border-color: #2220D2;
}
</style>