Shades of Persian Blue #202DCE
Tints of Persian Blue #202DCE
RGB
CMYK
RGB Variations
Color information
#202DCE (or 0x202DCE) is known color: Persian Blue. HEX triplet: 20, 2D and CE. RGB value is (32,45,206). Sum of RGB (Red+Green+Blue) = 32+45+206=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #202DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DCE is #DFD231. Grayscale: #3A3A3A. Windows color (decimal): -14668338 or 13511968. OLE color: 13511968.
HSL color Cylindrical-coordinate representation of color #202DCE: hue angle of 235.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202DCE is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 45 | 206 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.19 |
| HSL | 235.52º | 0.73% | 0.47% | - |
| HSV(B) | 235.52º | 0.84% | 0.81% | - |
| XYZ | 12.67 | 6.64 | 59.01 | - |
| YUV | 59.47 | 210.69 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 206 | 0.84 | 0.78 | 0 | 0.19 | 235.52 | 0.73 | 0.47 |
| Hex | 20 | 2D | CE | 54 | 4E | 0 | 13 | EC | 49 | 2F |
| Octal | 40 | 55 | 316 | 124 | 116 | 0 | 23 | 354 | 111 | 57 |
| Binary | 100000 | 101101 | 11001110 | 1010100 | 1001110 | 0 | 10011 | 11101100 | 1001001 | 101111 |
Color Harmonies of #202DCE
Complementary color
Monochromatic Colors of #202DCE
Black with #202DCE
Text Example
Text Example
White with #202DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DCE; }
p { color: rgb(32,45,206); }
H1.HeaderClassName
{
color: #202DCE;
}
.AnyTagClassName
{
color: #202DCE;
}
</style>
background-color css
<style>
a { background-color: #202DCE; }
a { background-color: rgb(32,45,206); }
div.DivClassName
{
background-color: #202DCE;
}
.BgClassName
{
background-color: #202DCE;
}
</style>
border-color css
<style>
span { border-color: #202DCE; }
span { border-color: rgb(32,45,206); }
td.TdClassName
{
border-color: #202DCE;
}
.TagClassName
{
border-color: #202DCE;
}
</style>