Shades of Persian Blue #202CEC
Tints of Persian Blue #202CEC
RGB
CMYK
RGB Variations
Color information
#202CEC (or 0x202CEC) is known color: Persian Blue. HEX triplet: 20, 2C and EC. RGB value is (32,44,236). Sum of RGB (Red+Green+Blue) = 32+44+236=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #202CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202CEC is #DFD313. Grayscale: #3D3D3D. Windows color (decimal): -14668564 or 15477792. OLE color: 15477792.
HSL color Cylindrical-coordinate representation of color #202CEC: hue angle of 236.47º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202CEC is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 44 | 236 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.07 |
| HSL | 236.47º | 0.84% | 0.53% | - |
| HSV(B) | 236.47º | 0.86% | 0.93% | - |
| XYZ | 16.64 | 8.16 | 80.06 | - |
| YUV | 62.3 | 226.02 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 236 | 0.86 | 0.81 | 0 | 0.07 | 236.47 | 0.84 | 0.53 |
| Hex | 20 | 2C | EC | 56 | 51 | 0 | 7 | EC | 54 | 35 |
| Octal | 40 | 54 | 354 | 126 | 121 | 0 | 7 | 354 | 124 | 65 |
| Binary | 100000 | 101100 | 11101100 | 1010110 | 1010001 | 0 | 111 | 11101100 | 1010100 | 110101 |
Color Harmonies of #202CEC
Complementary color
Monochromatic Colors of #202CEC
Black with #202CEC
Text Example
Text Example
White with #202CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CEC; }
p { color: rgb(32,44,236); }
H1.HeaderClassName
{
color: #202CEC;
}
.AnyTagClassName
{
color: #202CEC;
}
</style>
background-color css
<style>
a { background-color: #202CEC; }
a { background-color: rgb(32,44,236); }
div.DivClassName
{
background-color: #202CEC;
}
.BgClassName
{
background-color: #202CEC;
}
</style>
border-color css
<style>
span { border-color: #202CEC; }
span { border-color: rgb(32,44,236); }
td.TdClassName
{
border-color: #202CEC;
}
.TagClassName
{
border-color: #202CEC;
}
</style>