Shades of Persian Blue #202DDB
Tints of Persian Blue #202DDB
RGB
CMYK
RGB Variations
Color information
#202DDB (or 0x202DDB) is known color: Persian Blue. HEX triplet: 20, 2D and DB. RGB value is (32,45,219). Sum of RGB (Red+Green+Blue) = 32+45+219=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #202DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DDB is #DFD224. Grayscale: #3C3C3C. Windows color (decimal): -14668325 or 14363936. OLE color: 14363936.
HSL color Cylindrical-coordinate representation of color #202DDB: hue angle of 235.83º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #202DDB is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 45 | 219 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.14 |
| HSL | 235.83º | 0.75% | 0.49% | - |
| HSV(B) | 235.83º | 0.85% | 0.86% | - |
| XYZ | 14.32 | 7.3 | 67.67 | - |
| YUV | 60.95 | 217.19 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 219 | 0.85 | 0.79 | 0 | 0.14 | 235.83 | 0.75 | 0.49 |
| Hex | 20 | 2D | DB | 55 | 4F | 0 | E | EC | 4B | 31 |
| Octal | 40 | 55 | 333 | 125 | 117 | 0 | 16 | 354 | 113 | 61 |
| Binary | 100000 | 101101 | 11011011 | 1010101 | 1001111 | 0 | 1110 | 11101100 | 1001011 | 110001 |
Color Harmonies of #202DDB
Complementary color
Monochromatic Colors of #202DDB
Black with #202DDB
Text Example
Text Example
White with #202DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DDB; }
p { color: rgb(32,45,219); }
H1.HeaderClassName
{
color: #202DDB;
}
.AnyTagClassName
{
color: #202DDB;
}
</style>
background-color css
<style>
a { background-color: #202DDB; }
a { background-color: rgb(32,45,219); }
div.DivClassName
{
background-color: #202DDB;
}
.BgClassName
{
background-color: #202DDB;
}
</style>
border-color css
<style>
span { border-color: #202DDB; }
span { border-color: rgb(32,45,219); }
td.TdClassName
{
border-color: #202DDB;
}
.TagClassName
{
border-color: #202DDB;
}
</style>