Shades of Persian Blue #202DDD
Tints of Persian Blue #202DDD
RGB
CMYK
RGB Variations
Color information
#202DDD (or 0x202DDD) is known color: Persian Blue. HEX triplet: 20, 2D and DD. RGB value is (32,45,221). Sum of RGB (Red+Green+Blue) = 32+45+221=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #202DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DDD is #DFD222. Grayscale: #3C3C3C. Windows color (decimal): -14668323 or 14495008. OLE color: 14495008.
HSL color Cylindrical-coordinate representation of color #202DDD: hue angle of 235.87º 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 #202DDD is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 45 | 221 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.13 |
| HSL | 235.87º | 0.75% | 0.5% | - |
| HSV(B) | 235.87º | 0.86% | 0.87% | - |
| XYZ | 14.59 | 7.4 | 69.07 | - |
| YUV | 61.18 | 218.19 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 221 | 0.86 | 0.80 | 0 | 0.13 | 235.87 | 0.75 | 0.5 |
| Hex | 20 | 2D | DD | 56 | 50 | 0 | D | EC | 4B | 32 |
| Octal | 40 | 55 | 335 | 126 | 120 | 0 | 15 | 354 | 113 | 62 |
| Binary | 100000 | 101101 | 11011101 | 1010110 | 1010000 | 0 | 1101 | 11101100 | 1001011 | 110010 |
Color Harmonies of #202DDD
Complementary color
Monochromatic Colors of #202DDD
Black with #202DDD
Text Example
Text Example
White with #202DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DDD; }
p { color: rgb(32,45,221); }
H1.HeaderClassName
{
color: #202DDD;
}
.AnyTagClassName
{
color: #202DDD;
}
</style>
background-color css
<style>
a { background-color: #202DDD; }
a { background-color: rgb(32,45,221); }
div.DivClassName
{
background-color: #202DDD;
}
.BgClassName
{
background-color: #202DDD;
}
</style>
border-color css
<style>
span { border-color: #202DDD; }
span { border-color: rgb(32,45,221); }
td.TdClassName
{
border-color: #202DDD;
}
.TagClassName
{
border-color: #202DDD;
}
</style>