Shades of Persian Blue #202BE8
Tints of Persian Blue #202BE8
RGB
CMYK
RGB Variations
Color information
#202BE8 (or 0x202BE8) is known color: Persian Blue. HEX triplet: 20, 2B and E8. RGB value is (32,43,232). Sum of RGB (Red+Green+Blue) = 32+43+232=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 232 (91.02% from 255 or 75.57% from 307); Max value from RGB is 232 - color contains mainly: blue. Hex color #202BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202BE8 is #DFD417. Grayscale: #3C3C3C. Windows color (decimal): -14668824 or 15215392. OLE color: 15215392.
HSL color Cylindrical-coordinate representation of color #202BE8: hue angle of 236.7º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202BE8 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 43 | 232 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.09 |
| HSL | 236.7º | 0.81% | 0.52% | - |
| HSV(B) | 236.7º | 0.86% | 0.91% | - |
| XYZ | 16.03 | 7.86 | 77.02 | - |
| YUV | 61.26 | 224.36 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 232 | 0.86 | 0.81 | 0 | 0.09 | 236.7 | 0.81 | 0.52 |
| Hex | 20 | 2B | E8 | 56 | 51 | 0 | 9 | ED | 51 | 34 |
| Octal | 40 | 53 | 350 | 126 | 121 | 0 | 11 | 355 | 121 | 64 |
| Binary | 100000 | 101011 | 11101000 | 1010110 | 1010001 | 0 | 1001 | 11101101 | 1010001 | 110100 |
Color Harmonies of #202BE8
Complementary color
Monochromatic Colors of #202BE8
Black with #202BE8
Text Example
Text Example
White with #202BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BE8; }
p { color: rgb(32,43,232); }
H1.HeaderClassName
{
color: #202BE8;
}
.AnyTagClassName
{
color: #202BE8;
}
</style>
background-color css
<style>
a { background-color: #202BE8; }
a { background-color: rgb(32,43,232); }
div.DivClassName
{
background-color: #202BE8;
}
.BgClassName
{
background-color: #202BE8;
}
</style>
border-color css
<style>
span { border-color: #202BE8; }
span { border-color: rgb(32,43,232); }
td.TdClassName
{
border-color: #202BE8;
}
.TagClassName
{
border-color: #202BE8;
}
</style>