Shades of Persian Blue #202CCF
Tints of Persian Blue #202CCF
RGB
CMYK
RGB Variations
Color information
#202CCF (or 0x202CCF) is known color: Persian Blue. HEX triplet: 20, 2C and CF. RGB value is (32,44,207). Sum of RGB (Red+Green+Blue) = 32+44+207=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #202CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202CCF is #DFD330. Grayscale: #3A3A3A. Windows color (decimal): -14668593 or 13577248. OLE color: 13577248.
HSL color Cylindrical-coordinate representation of color #202CCF: hue angle of 235.89º 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 #202CCF is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 44 | 207 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.19 |
| HSL | 235.89º | 0.73% | 0.47% | - |
| HSV(B) | 235.89º | 0.85% | 0.81% | - |
| XYZ | 12.76 | 6.61 | 59.64 | - |
| YUV | 58.99 | 211.52 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 207 | 0.85 | 0.79 | 0 | 0.19 | 235.89 | 0.73 | 0.47 |
| Hex | 20 | 2C | CF | 55 | 4F | 0 | 13 | EC | 49 | 2F |
| Octal | 40 | 54 | 317 | 125 | 117 | 0 | 23 | 354 | 111 | 57 |
| Binary | 100000 | 101100 | 11001111 | 1010101 | 1001111 | 0 | 10011 | 11101100 | 1001001 | 101111 |
Color Harmonies of #202CCF
Complementary color
Monochromatic Colors of #202CCF
Black with #202CCF
Text Example
Text Example
White with #202CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CCF; }
p { color: rgb(32,44,207); }
H1.HeaderClassName
{
color: #202CCF;
}
.AnyTagClassName
{
color: #202CCF;
}
</style>
background-color css
<style>
a { background-color: #202CCF; }
a { background-color: rgb(32,44,207); }
div.DivClassName
{
background-color: #202CCF;
}
.BgClassName
{
background-color: #202CCF;
}
</style>
border-color css
<style>
span { border-color: #202CCF; }
span { border-color: rgb(32,44,207); }
td.TdClassName
{
border-color: #202CCF;
}
.TagClassName
{
border-color: #202CCF;
}
</style>