Shades of Persian Blue #2220C3
Tints of Persian Blue #2220C3
RGB
CMYK
RGB Variations
Color information
#2220C3 (or 0x2220C3) is known color: Persian Blue. HEX triplet: 22, 20 and C3. RGB value is (34,32,195). Sum of RGB (Red+Green+Blue) = 34+32+195=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 195 (76.56% from 255 or 74.71% from 261); Max value from RGB is 195 - color contains mainly: blue. Hex color #2220C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2220C3 is #DDDF3C. Grayscale: #323232. Windows color (decimal): -14540605 or 12787746. OLE color: 12787746.
HSL color Cylindrical-coordinate representation of color #2220C3: hue angle of 240.74º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2220C3 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 32 | 195 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.24 |
| HSL | 240.74º | 0.72% | 0.45% | - |
| HSV(B) | 240.74º | 0.84% | 0.76% | - |
| XYZ | 11.03 | 5.31 | 52.07 | - |
| YUV | 51.18 | 209.16 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 195 | 0.83 | 0.84 | 0 | 0.24 | 240.74 | 0.72 | 0.45 |
| Hex | 22 | 20 | C3 | 53 | 54 | 0 | 18 | F1 | 48 | 2D |
| Octal | 42 | 40 | 303 | 123 | 124 | 0 | 30 | 361 | 110 | 55 |
| Binary | 100010 | 100000 | 11000011 | 1010011 | 1010100 | 0 | 11000 | 11110001 | 1001000 | 101101 |
Color Harmonies of #2220C3
Complementary color
Monochromatic Colors of #2220C3
Black with #2220C3
Text Example
Text Example
White with #2220C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2220C3; }
p { color: rgb(34,32,195); }
H1.HeaderClassName
{
color: #2220C3;
}
.AnyTagClassName
{
color: #2220C3;
}
</style>
background-color css
<style>
a { background-color: #2220C3; }
a { background-color: rgb(34,32,195); }
div.DivClassName
{
background-color: #2220C3;
}
.BgClassName
{
background-color: #2220C3;
}
</style>
border-color css
<style>
span { border-color: #2220C3; }
span { border-color: rgb(34,32,195); }
td.TdClassName
{
border-color: #2220C3;
}
.TagClassName
{
border-color: #2220C3;
}
</style>