Shades of Persian Blue #202DD3
Tints of Persian Blue #202DD3
RGB
CMYK
RGB Variations
Color information
#202DD3 (or 0x202DD3) is known color: Persian Blue. HEX triplet: 20, 2D and D3. RGB value is (32,45,211). Sum of RGB (Red+Green+Blue) = 32+45+211=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 211 (82.81% from 255 or 73.26% from 288); Max value from RGB is 211 - color contains mainly: blue. Hex color #202DD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DD3 is #DFD22C. Grayscale: #3B3B3B. Windows color (decimal): -14668333 or 13839648. OLE color: 13839648.
HSL color Cylindrical-coordinate representation of color #202DD3: hue angle of 235.64º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #202DD3 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 45 | 211 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.17 |
| HSL | 235.64º | 0.74% | 0.48% | - |
| HSV(B) | 235.64º | 0.85% | 0.83% | - |
| XYZ | 13.29 | 6.89 | 62.26 | - |
| YUV | 60.04 | 213.19 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 211 | 0.85 | 0.79 | 0 | 0.17 | 235.64 | 0.74 | 0.48 |
| Hex | 20 | 2D | D3 | 55 | 4F | 0 | 11 | EC | 4A | 30 |
| Octal | 40 | 55 | 323 | 125 | 117 | 0 | 21 | 354 | 112 | 60 |
| Binary | 100000 | 101101 | 11010011 | 1010101 | 1001111 | 0 | 10001 | 11101100 | 1001010 | 110000 |
Color Harmonies of #202DD3
Complementary color
Monochromatic Colors of #202DD3
Black with #202DD3
Text Example
Text Example
White with #202DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DD3; }
p { color: rgb(32,45,211); }
H1.HeaderClassName
{
color: #202DD3;
}
.AnyTagClassName
{
color: #202DD3;
}
</style>
background-color css
<style>
a { background-color: #202DD3; }
a { background-color: rgb(32,45,211); }
div.DivClassName
{
background-color: #202DD3;
}
.BgClassName
{
background-color: #202DD3;
}
</style>
border-color css
<style>
span { border-color: #202DD3; }
span { border-color: rgb(32,45,211); }
td.TdClassName
{
border-color: #202DD3;
}
.TagClassName
{
border-color: #202DD3;
}
</style>