Shades of Persian Blue #202CAD
Tints of Persian Blue #202CAD
RGB
CMYK
RGB Variations
Color information
#202CAD (or 0x202CAD) is known color: Persian Blue. HEX triplet: 20, 2C and AD. RGB value is (32,44,173). Sum of RGB (Red+Green+Blue) = 32+44+173=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #202CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202CAD is #DFD352. Grayscale: #363636. Windows color (decimal): -14668627 or 11349024. OLE color: 11349024.
HSL color Cylindrical-coordinate representation of color #202CAD: hue angle of 234.89º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #202CAD is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 44 | 173 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.32 |
| HSL | 234.89º | 0.69% | 0.4% | - |
| HSV(B) | 234.89º | 0.82% | 0.68% | - |
| XYZ | 9.04 | 5.13 | 40.05 | - |
| YUV | 55.12 | 194.52 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 173 | 0.82 | 0.75 | 0 | 0.32 | 234.89 | 0.69 | 0.4 |
| Hex | 20 | 2C | AD | 52 | 4B | 0 | 20 | EB | 45 | 28 |
| Octal | 40 | 54 | 255 | 122 | 113 | 0 | 40 | 353 | 105 | 50 |
| Binary | 100000 | 101100 | 10101101 | 1010010 | 1001011 | 0 | 100000 | 11101011 | 1000101 | 101000 |
Color Harmonies of #202CAD
Complementary color
Monochromatic Colors of #202CAD
Black with #202CAD
Text Example
Text Example
White with #202CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CAD; }
p { color: rgb(32,44,173); }
H1.HeaderClassName
{
color: #202CAD;
}
.AnyTagClassName
{
color: #202CAD;
}
</style>
background-color css
<style>
a { background-color: #202CAD; }
a { background-color: rgb(32,44,173); }
div.DivClassName
{
background-color: #202CAD;
}
.BgClassName
{
background-color: #202CAD;
}
</style>
border-color css
<style>
span { border-color: #202CAD; }
span { border-color: rgb(32,44,173); }
td.TdClassName
{
border-color: #202CAD;
}
.TagClassName
{
border-color: #202CAD;
}
</style>