Shades of Persian Blue #202BDC
Tints of Persian Blue #202BDC
RGB
CMYK
RGB Variations
Color information
#202BDC (or 0x202BDC) is known color: Persian Blue. HEX triplet: 20, 2B and DC. RGB value is (32,43,220). Sum of RGB (Red+Green+Blue) = 32+43+220=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #202BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202BDC is #DFD423. Grayscale: #3B3B3B. Windows color (decimal): -14668836 or 14428960. OLE color: 14428960.
HSL color Cylindrical-coordinate representation of color #202BDC: hue angle of 236.49º 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 #202BDC is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 43 | 220 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.14 |
| HSL | 236.49º | 0.75% | 0.49% | - |
| HSV(B) | 236.49º | 0.85% | 0.86% | - |
| XYZ | 14.38 | 7.2 | 68.34 | - |
| YUV | 59.89 | 218.36 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 220 | 0.85 | 0.80 | 0 | 0.14 | 236.49 | 0.75 | 0.49 |
| Hex | 20 | 2B | DC | 55 | 50 | 0 | E | EC | 4B | 31 |
| Octal | 40 | 53 | 334 | 125 | 120 | 0 | 16 | 354 | 113 | 61 |
| Binary | 100000 | 101011 | 11011100 | 1010101 | 1010000 | 0 | 1110 | 11101100 | 1001011 | 110001 |
Color Harmonies of #202BDC
Complementary color
Monochromatic Colors of #202BDC
Black with #202BDC
Text Example
Text Example
White with #202BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BDC; }
p { color: rgb(32,43,220); }
H1.HeaderClassName
{
color: #202BDC;
}
.AnyTagClassName
{
color: #202BDC;
}
</style>
background-color css
<style>
a { background-color: #202BDC; }
a { background-color: rgb(32,43,220); }
div.DivClassName
{
background-color: #202BDC;
}
.BgClassName
{
background-color: #202BDC;
}
</style>
border-color css
<style>
span { border-color: #202BDC; }
span { border-color: rgb(32,43,220); }
td.TdClassName
{
border-color: #202BDC;
}
.TagClassName
{
border-color: #202BDC;
}
</style>