Shades of Persian Blue #202CDC
Tints of Persian Blue #202CDC
RGB
CMYK
RGB Variations
Color information
#202CDC (or 0x202CDC) is known color: Persian Blue. HEX triplet: 20, 2C and DC. RGB value is (32,44,220). Sum of RGB (Red+Green+Blue) = 32+44+220=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #202CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202CDC is #DFD323. Grayscale: #3B3B3B. Windows color (decimal): -14668580 or 14429216. OLE color: 14429216.
HSL color Cylindrical-coordinate representation of color #202CDC: hue angle of 236.17º 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 #202CDC is Cyan = 0.85, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 44 | 220 | - |
| CMYK | 0.85 | 0.8 | 0 | 0.14 |
| HSL | 236.17º | 0.75% | 0.49% | - |
| HSV(B) | 236.17º | 0.85% | 0.86% | - |
| XYZ | 14.41 | 7.28 | 68.35 | - |
| YUV | 60.48 | 218.02 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 220 | 0.85 | 0.8 | 0 | 0.14 | 236.17 | 0.75 | 0.49 |
| Hex | 20 | 2C | DC | 55 | 50 | 0 | E | EC | 4B | 31 |
| Octal | 40 | 54 | 334 | 125 | 120 | 0 | 16 | 354 | 113 | 61 |
| Binary | 100000 | 101100 | 11011100 | 1010101 | 1010000 | 0 | 1110 | 11101100 | 1001011 | 110001 |
Color Harmonies of #202CDC
Complementary color
Monochromatic Colors of #202CDC
Black with #202CDC
Text Example
Text Example
White with #202CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CDC; }
p { color: rgb(32,44,220); }
H1.HeaderClassName
{
color: #202CDC;
}
.AnyTagClassName
{
color: #202CDC;
}
</style>
background-color css
<style>
a { background-color: #202CDC; }
a { background-color: rgb(32,44,220); }
div.DivClassName
{
background-color: #202CDC;
}
.BgClassName
{
background-color: #202CDC;
}
</style>
border-color css
<style>
span { border-color: #202CDC; }
span { border-color: rgb(32,44,220); }
td.TdClassName
{
border-color: #202CDC;
}
.TagClassName
{
border-color: #202CDC;
}
</style>