Shades of Persian Blue #202CDF
Tints of Persian Blue #202CDF
RGB
CMYK
RGB Variations
Color information
#202CDF (or 0x202CDF) is known color: Persian Blue. HEX triplet: 20, 2C and DF. RGB value is (32,44,223). Sum of RGB (Red+Green+Blue) = 32+44+223=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #202CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202CDF is #DFD320. Grayscale: #3C3C3C. Windows color (decimal): -14668577 or 14625824. OLE color: 14625824.
HSL color Cylindrical-coordinate representation of color #202CDF: hue angle of 236.23º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202CDF is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 44 | 223 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.13 |
| HSL | 236.23º | 0.75% | 0.5% | - |
| HSV(B) | 236.23º | 0.86% | 0.87% | - |
| XYZ | 14.82 | 7.44 | 70.47 | - |
| YUV | 60.82 | 219.52 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 223 | 0.86 | 0.80 | 0 | 0.13 | 236.23 | 0.75 | 0.5 |
| Hex | 20 | 2C | DF | 56 | 50 | 0 | D | EC | 4B | 32 |
| Octal | 40 | 54 | 337 | 126 | 120 | 0 | 15 | 354 | 113 | 62 |
| Binary | 100000 | 101100 | 11011111 | 1010110 | 1010000 | 0 | 1101 | 11101100 | 1001011 | 110010 |
Color Harmonies of #202CDF
Complementary color
Monochromatic Colors of #202CDF
Black with #202CDF
Text Example
Text Example
White with #202CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CDF; }
p { color: rgb(32,44,223); }
H1.HeaderClassName
{
color: #202CDF;
}
.AnyTagClassName
{
color: #202CDF;
}
</style>
background-color css
<style>
a { background-color: #202CDF; }
a { background-color: rgb(32,44,223); }
div.DivClassName
{
background-color: #202CDF;
}
.BgClassName
{
background-color: #202CDF;
}
</style>
border-color css
<style>
span { border-color: #202CDF; }
span { border-color: rgb(32,44,223); }
td.TdClassName
{
border-color: #202CDF;
}
.TagClassName
{
border-color: #202CDF;
}
</style>