Shades of Persian Blue #2220CA
Tints of Persian Blue #2220CA
RGB
CMYK
RGB Variations
Color information
#2220CA (or 0x2220CA) is known color: Persian Blue. HEX triplet: 22, 20 and CA. RGB value is (34,32,202). Sum of RGB (Red+Green+Blue) = 34+32+202=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 202 (79.30% from 255 or 75.37% from 268); Max value from RGB is 202 - color contains mainly: blue. Hex color #2220CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2220CA is #DDDF35. Grayscale: #333333. Windows color (decimal): -14540598 or 13246498. OLE color: 13246498.
HSL color Cylindrical-coordinate representation of color #2220CA: hue angle of 240.71º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2220CA is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 32 | 202 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.21 |
| HSL | 240.71º | 0.73% | 0.46% | - |
| HSV(B) | 240.71º | 0.84% | 0.79% | - |
| XYZ | 11.84 | 5.64 | 56.34 | - |
| YUV | 51.98 | 212.66 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 202 | 0.83 | 0.84 | 0 | 0.21 | 240.71 | 0.73 | 0.46 |
| Hex | 22 | 20 | CA | 53 | 54 | 0 | 15 | F1 | 49 | 2E |
| Octal | 42 | 40 | 312 | 123 | 124 | 0 | 25 | 361 | 111 | 56 |
| Binary | 100010 | 100000 | 11001010 | 1010011 | 1010100 | 0 | 10101 | 11110001 | 1001001 | 101110 |
Color Harmonies of #2220CA
Complementary color
Monochromatic Colors of #2220CA
Black with #2220CA
Text Example
Text Example
White with #2220CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2220CA; }
p { color: rgb(34,32,202); }
H1.HeaderClassName
{
color: #2220CA;
}
.AnyTagClassName
{
color: #2220CA;
}
</style>
background-color css
<style>
a { background-color: #2220CA; }
a { background-color: rgb(34,32,202); }
div.DivClassName
{
background-color: #2220CA;
}
.BgClassName
{
background-color: #2220CA;
}
</style>
border-color css
<style>
span { border-color: #2220CA; }
span { border-color: rgb(34,32,202); }
td.TdClassName
{
border-color: #2220CA;
}
.TagClassName
{
border-color: #2220CA;
}
</style>