Shades of Persian Blue #202CEB
Tints of Persian Blue #202CEB
RGB
CMYK
RGB Variations
Color information
#202CEB (or 0x202CEB) is known color: Persian Blue. HEX triplet: 20, 2C and EB. RGB value is (32,44,235). Sum of RGB (Red+Green+Blue) = 32+44+235=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 235 (92.19% from 255 or 75.56% from 311); Max value from RGB is 235 - color contains mainly: blue. Hex color #202CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202CEB is #DFD314. Grayscale: #3D3D3D. Windows color (decimal): -14668565 or 15412256. OLE color: 15412256.
HSL color Cylindrical-coordinate representation of color #202CEB: hue angle of 236.45º 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 #202CEB is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 44 | 235 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.08 |
| HSL | 236.45º | 0.84% | 0.52% | - |
| HSV(B) | 236.45º | 0.86% | 0.92% | - |
| XYZ | 16.49 | 8.11 | 79.29 | - |
| YUV | 62.19 | 225.52 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 235 | 0.86 | 0.81 | 0 | 0.08 | 236.45 | 0.84 | 0.52 |
| Hex | 20 | 2C | EB | 56 | 51 | 0 | 8 | EC | 54 | 34 |
| Octal | 40 | 54 | 353 | 126 | 121 | 0 | 10 | 354 | 124 | 64 |
| Binary | 100000 | 101100 | 11101011 | 1010110 | 1010001 | 0 | 1000 | 11101100 | 1010100 | 110100 |
Color Harmonies of #202CEB
Complementary color
Monochromatic Colors of #202CEB
Black with #202CEB
Text Example
Text Example
White with #202CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CEB; }
p { color: rgb(32,44,235); }
H1.HeaderClassName
{
color: #202CEB;
}
.AnyTagClassName
{
color: #202CEB;
}
</style>
background-color css
<style>
a { background-color: #202CEB; }
a { background-color: rgb(32,44,235); }
div.DivClassName
{
background-color: #202CEB;
}
.BgClassName
{
background-color: #202CEB;
}
</style>
border-color css
<style>
span { border-color: #202CEB; }
span { border-color: rgb(32,44,235); }
td.TdClassName
{
border-color: #202CEB;
}
.TagClassName
{
border-color: #202CEB;
}
</style>