Shades of Persian Blue #202DCB
Tints of Persian Blue #202DCB
RGB
CMYK
RGB Variations
Color information
#202DCB (or 0x202DCB) is known color: Persian Blue. HEX triplet: 20, 2D and CB. RGB value is (32,45,203). Sum of RGB (Red+Green+Blue) = 32+45+203=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #202DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DCB is #DFD234. Grayscale: #3A3A3A. Windows color (decimal): -14668341 or 13315360. OLE color: 13315360.
HSL color Cylindrical-coordinate representation of color #202DCB: hue angle of 235.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202DCB is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 45 | 203 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.20 |
| HSL | 235.44º | 0.73% | 0.46% | - |
| HSV(B) | 235.44º | 0.84% | 0.8% | - |
| XYZ | 12.31 | 6.5 | 57.1 | - |
| YUV | 59.13 | 209.19 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 203 | 0.84 | 0.78 | 0 | 0.20 | 235.44 | 0.73 | 0.46 |
| Hex | 20 | 2D | CB | 54 | 4E | 0 | 14 | EB | 49 | 2E |
| Octal | 40 | 55 | 313 | 124 | 116 | 0 | 24 | 353 | 111 | 56 |
| Binary | 100000 | 101101 | 11001011 | 1010100 | 1001110 | 0 | 10100 | 11101011 | 1001001 | 101110 |
Color Harmonies of #202DCB
Complementary color
Monochromatic Colors of #202DCB
Black with #202DCB
Text Example
Text Example
White with #202DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DCB; }
p { color: rgb(32,45,203); }
H1.HeaderClassName
{
color: #202DCB;
}
.AnyTagClassName
{
color: #202DCB;
}
</style>
background-color css
<style>
a { background-color: #202DCB; }
a { background-color: rgb(32,45,203); }
div.DivClassName
{
background-color: #202DCB;
}
.BgClassName
{
background-color: #202DCB;
}
</style>
border-color css
<style>
span { border-color: #202DCB; }
span { border-color: rgb(32,45,203); }
td.TdClassName
{
border-color: #202DCB;
}
.TagClassName
{
border-color: #202DCB;
}
</style>