Shades of Persian Blue #202DDA
Tints of Persian Blue #202DDA
RGB
CMYK
RGB Variations
Color information
#202DDA (or 0x202DDA) is known color: Persian Blue. HEX triplet: 20, 2D and DA. RGB value is (32,45,218). Sum of RGB (Red+Green+Blue) = 32+45+218=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #202DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DDA is #DFD225. Grayscale: #3C3C3C. Windows color (decimal): -14668326 or 14298400. OLE color: 14298400.
HSL color Cylindrical-coordinate representation of color #202DDA: hue angle of 235.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #202DDA is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 45 | 218 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.15 |
| HSL | 235.81º | 0.74% | 0.49% | - |
| HSV(B) | 235.81º | 0.85% | 0.85% | - |
| XYZ | 14.19 | 7.25 | 66.98 | - |
| YUV | 60.84 | 216.69 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 218 | 0.85 | 0.79 | 0 | 0.15 | 235.81 | 0.74 | 0.49 |
| Hex | 20 | 2D | DA | 55 | 4F | 0 | F | EC | 4A | 31 |
| Octal | 40 | 55 | 332 | 125 | 117 | 0 | 17 | 354 | 112 | 61 |
| Binary | 100000 | 101101 | 11011010 | 1010101 | 1001111 | 0 | 1111 | 11101100 | 1001010 | 110001 |
Color Harmonies of #202DDA
Complementary color
Monochromatic Colors of #202DDA
Black with #202DDA
Text Example
Text Example
White with #202DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DDA; }
p { color: rgb(32,45,218); }
H1.HeaderClassName
{
color: #202DDA;
}
.AnyTagClassName
{
color: #202DDA;
}
</style>
background-color css
<style>
a { background-color: #202DDA; }
a { background-color: rgb(32,45,218); }
div.DivClassName
{
background-color: #202DDA;
}
.BgClassName
{
background-color: #202DDA;
}
</style>
border-color css
<style>
span { border-color: #202DDA; }
span { border-color: rgb(32,45,218); }
td.TdClassName
{
border-color: #202DDA;
}
.TagClassName
{
border-color: #202DDA;
}
</style>