Shades of Persian Blue #2022CF
Tints of Persian Blue #2022CF
RGB
CMYK
RGB Variations
Color information
#2022CF (or 0x2022CF) is known color: Persian Blue. HEX triplet: 20, 22 and CF. RGB value is (32,34,207). Sum of RGB (Red+Green+Blue) = 32+34+207=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #2022CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2022CF is #DFDD30. Grayscale: #343434. Windows color (decimal): -14671153 or 13574688. OLE color: 13574688.
HSL color Cylindrical-coordinate representation of color #2022CF: hue angle of 239.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2022CF is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 34 | 207 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.19 |
| HSL | 239.31º | 0.73% | 0.47% | - |
| HSV(B) | 239.31º | 0.85% | 0.81% | - |
| XYZ | 12.43 | 5.96 | 59.53 | - |
| YUV | 53.12 | 214.84 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 207 | 0.85 | 0.84 | 0 | 0.19 | 239.31 | 0.73 | 0.47 |
| Hex | 20 | 22 | CF | 55 | 54 | 0 | 13 | EF | 49 | 2F |
| Octal | 40 | 42 | 317 | 125 | 124 | 0 | 23 | 357 | 111 | 57 |
| Binary | 100000 | 100010 | 11001111 | 1010101 | 1010100 | 0 | 10011 | 11101111 | 1001001 | 101111 |
Color Harmonies of #2022CF
Complementary color
Monochromatic Colors of #2022CF
Black with #2022CF
Text Example
Text Example
White with #2022CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2022CF; }
p { color: rgb(32,34,207); }
H1.HeaderClassName
{
color: #2022CF;
}
.AnyTagClassName
{
color: #2022CF;
}
</style>
background-color css
<style>
a { background-color: #2022CF; }
a { background-color: rgb(32,34,207); }
div.DivClassName
{
background-color: #2022CF;
}
.BgClassName
{
background-color: #2022CF;
}
</style>
border-color css
<style>
span { border-color: #2022CF; }
span { border-color: rgb(32,34,207); }
td.TdClassName
{
border-color: #2022CF;
}
.TagClassName
{
border-color: #2022CF;
}
</style>