Shades of Persian Blue #202FEB
Tints of Persian Blue #202FEB
RGB
CMYK
RGB Variations
Color information
#202FEB (or 0x202FEB) is known color: Persian Blue. HEX triplet: 20, 2F and EB. RGB value is (32,47,235). Sum of RGB (Red+Green+Blue) = 32+47+235=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #202FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202FEB is #DFD014. Grayscale: #3F3F3F. Windows color (decimal): -14667797 or 15413024. OLE color: 15413024.
HSL color Cylindrical-coordinate representation of color #202FEB: hue angle of 235.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202FEB is Cyan = 0.86, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 47 | 235 | - |
| CMYK | 0.86 | 0.8 | 0 | 0.08 |
| HSL | 235.57º | 0.84% | 0.52% | - |
| HSV(B) | 235.57º | 0.86% | 0.92% | - |
| XYZ | 16.61 | 8.34 | 79.33 | - |
| YUV | 63.95 | 224.53 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 235 | 0.86 | 0.8 | 0 | 0.08 | 235.57 | 0.84 | 0.52 |
| Hex | 20 | 2F | EB | 56 | 50 | 0 | 8 | EC | 54 | 34 |
| Octal | 40 | 57 | 353 | 126 | 120 | 0 | 10 | 354 | 124 | 64 |
| Binary | 100000 | 101111 | 11101011 | 1010110 | 1010000 | 0 | 1000 | 11101100 | 1010100 | 110100 |
Color Harmonies of #202FEB
Complementary color
Monochromatic Colors of #202FEB
Black with #202FEB
Text Example
Text Example
White with #202FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FEB; }
p { color: rgb(32,47,235); }
H1.HeaderClassName
{
color: #202FEB;
}
.AnyTagClassName
{
color: #202FEB;
}
</style>
background-color css
<style>
a { background-color: #202FEB; }
a { background-color: rgb(32,47,235); }
div.DivClassName
{
background-color: #202FEB;
}
.BgClassName
{
background-color: #202FEB;
}
</style>
border-color css
<style>
span { border-color: #202FEB; }
span { border-color: rgb(32,47,235); }
td.TdClassName
{
border-color: #202FEB;
}
.TagClassName
{
border-color: #202FEB;
}
</style>