Shades of Persian Blue #202FEC
Tints of Persian Blue #202FEC
RGB
CMYK
RGB Variations
Color information
#202FEC (or 0x202FEC) is known color: Persian Blue. HEX triplet: 20, 2F and EC. RGB value is (32,47,236). Sum of RGB (Red+Green+Blue) = 32+47+236=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #202FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202FEC is #DFD013. Grayscale: #3F3F3F. Windows color (decimal): -14667796 or 15478560. OLE color: 15478560.
HSL color Cylindrical-coordinate representation of color #202FEC: hue angle of 235.59º 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 #202FEC is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 47 | 236 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.07 |
| HSL | 235.59º | 0.84% | 0.53% | - |
| HSV(B) | 235.59º | 0.86% | 0.93% | - |
| XYZ | 16.75 | 8.4 | 80.09 | - |
| YUV | 64.06 | 225.03 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 236 | 0.86 | 0.80 | 0 | 0.07 | 235.59 | 0.84 | 0.53 |
| Hex | 20 | 2F | EC | 56 | 50 | 0 | 7 | EC | 54 | 35 |
| Octal | 40 | 57 | 354 | 126 | 120 | 0 | 7 | 354 | 124 | 65 |
| Binary | 100000 | 101111 | 11101100 | 1010110 | 1010000 | 0 | 111 | 11101100 | 1010100 | 110101 |
Color Harmonies of #202FEC
Complementary color
Monochromatic Colors of #202FEC
Black with #202FEC
Text Example
Text Example
White with #202FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FEC; }
p { color: rgb(32,47,236); }
H1.HeaderClassName
{
color: #202FEC;
}
.AnyTagClassName
{
color: #202FEC;
}
</style>
background-color css
<style>
a { background-color: #202FEC; }
a { background-color: rgb(32,47,236); }
div.DivClassName
{
background-color: #202FEC;
}
.BgClassName
{
background-color: #202FEC;
}
</style>
border-color css
<style>
span { border-color: #202FEC; }
span { border-color: rgb(32,47,236); }
td.TdClassName
{
border-color: #202FEC;
}
.TagClassName
{
border-color: #202FEC;
}
</style>