Shades of Persian Blue #202BEC
Tints of Persian Blue #202BEC
RGB
CMYK
RGB Variations
Color information
#202BEC (or 0x202BEC) is known color: Persian Blue. HEX triplet: 20, 2B and EC. RGB value is (32,43,236). Sum of RGB (Red+Green+Blue) = 32+43+236=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 236 (92.58% from 255 or 75.88% from 311); Max value from RGB is 236 - color contains mainly: blue. Hex color #202BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202BEC is #DFD413. Grayscale: #3C3C3C. Windows color (decimal): -14668820 or 15477536. OLE color: 15477536.
HSL color Cylindrical-coordinate representation of color #202BEC: hue angle of 236.76º 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 #202BEC is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 43 | 236 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.07 |
| HSL | 236.76º | 0.84% | 0.53% | - |
| HSV(B) | 236.76º | 0.86% | 0.93% | - |
| XYZ | 16.6 | 8.09 | 80.04 | - |
| YUV | 61.71 | 226.36 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 236 | 0.86 | 0.82 | 0 | 0.07 | 236.76 | 0.84 | 0.53 |
| Hex | 20 | 2B | EC | 56 | 52 | 0 | 7 | ED | 54 | 35 |
| Octal | 40 | 53 | 354 | 126 | 122 | 0 | 7 | 355 | 124 | 65 |
| Binary | 100000 | 101011 | 11101100 | 1010110 | 1010010 | 0 | 111 | 11101101 | 1010100 | 110101 |
Color Harmonies of #202BEC
Complementary color
Monochromatic Colors of #202BEC
Black with #202BEC
Text Example
Text Example
White with #202BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BEC; }
p { color: rgb(32,43,236); }
H1.HeaderClassName
{
color: #202BEC;
}
.AnyTagClassName
{
color: #202BEC;
}
</style>
background-color css
<style>
a { background-color: #202BEC; }
a { background-color: rgb(32,43,236); }
div.DivClassName
{
background-color: #202BEC;
}
.BgClassName
{
background-color: #202BEC;
}
</style>
border-color css
<style>
span { border-color: #202BEC; }
span { border-color: rgb(32,43,236); }
td.TdClassName
{
border-color: #202BEC;
}
.TagClassName
{
border-color: #202BEC;
}
</style>