Shades of Persian Blue #202DBD
Tints of Persian Blue #202DBD
RGB
CMYK
RGB Variations
Color information
#202DBD (or 0x202DBD) is known color: Persian Blue. HEX triplet: 20, 2D and BD. RGB value is (32,45,189). Sum of RGB (Red+Green+Blue) = 32+45+189=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #202DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DBD is #DFD242. Grayscale: #383838. Windows color (decimal): -14668355 or 12397856. OLE color: 12397856.
HSL color Cylindrical-coordinate representation of color #202DBD: hue angle of 235.03º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #202DBD is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 45 | 189 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.26 |
| HSL | 235.03º | 0.71% | 0.43% | - |
| HSV(B) | 235.03º | 0.83% | 0.74% | - |
| XYZ | 10.72 | 5.86 | 48.71 | - |
| YUV | 57.53 | 202.19 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 189 | 0.83 | 0.76 | 0 | 0.26 | 235.03 | 0.71 | 0.43 |
| Hex | 20 | 2D | BD | 53 | 4C | 0 | 1A | EB | 47 | 2B |
| Octal | 40 | 55 | 275 | 123 | 114 | 0 | 32 | 353 | 107 | 53 |
| Binary | 100000 | 101101 | 10111101 | 1010011 | 1001100 | 0 | 11010 | 11101011 | 1000111 | 101011 |
Color Harmonies of #202DBD
Complementary color
Monochromatic Colors of #202DBD
Black with #202DBD
Text Example
Text Example
White with #202DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DBD; }
p { color: rgb(32,45,189); }
H1.HeaderClassName
{
color: #202DBD;
}
.AnyTagClassName
{
color: #202DBD;
}
</style>
background-color css
<style>
a { background-color: #202DBD; }
a { background-color: rgb(32,45,189); }
div.DivClassName
{
background-color: #202DBD;
}
.BgClassName
{
background-color: #202DBD;
}
</style>
border-color css
<style>
span { border-color: #202DBD; }
span { border-color: rgb(32,45,189); }
td.TdClassName
{
border-color: #202DBD;
}
.TagClassName
{
border-color: #202DBD;
}
</style>