Shades of Persian Blue #2029E0
Tints of Persian Blue #2029E0
RGB
CMYK
RGB Variations
Color information
#2029E0 (or 0x2029E0) is known color: Persian Blue. HEX triplet: 20, 29 and E0. RGB value is (32,41,224). Sum of RGB (Red+Green+Blue) = 32+41+224=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 224 (87.89% from 255 or 75.42% from 297); Max value from RGB is 224 - color contains mainly: blue. Hex color #2029E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2029E0 is #DFD61F. Grayscale: #3A3A3A. Windows color (decimal): -14669344 or 14690592. OLE color: 14690592.
HSL color Cylindrical-coordinate representation of color #2029E0: hue angle of 237.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2029E0 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 41 | 224 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.12 |
| HSL | 237.19º | 0.76% | 0.5% | - |
| HSV(B) | 237.19º | 0.86% | 0.88% | - |
| XYZ | 14.84 | 7.27 | 71.14 | - |
| YUV | 59.17 | 221.02 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 224 | 0.86 | 0.82 | 0 | 0.12 | 237.19 | 0.76 | 0.5 |
| Hex | 20 | 29 | E0 | 56 | 52 | 0 | C | ED | 4C | 32 |
| Octal | 40 | 51 | 340 | 126 | 122 | 0 | 14 | 355 | 114 | 62 |
| Binary | 100000 | 101001 | 11100000 | 1010110 | 1010010 | 0 | 1100 | 11101101 | 1001100 | 110010 |
Color Harmonies of #2029E0
Complementary color
Monochromatic Colors of #2029E0
Black with #2029E0
Text Example
Text Example
White with #2029E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2029E0; }
p { color: rgb(32,41,224); }
H1.HeaderClassName
{
color: #2029E0;
}
.AnyTagClassName
{
color: #2029E0;
}
</style>
background-color css
<style>
a { background-color: #2029E0; }
a { background-color: rgb(32,41,224); }
div.DivClassName
{
background-color: #2029E0;
}
.BgClassName
{
background-color: #2029E0;
}
</style>
border-color css
<style>
span { border-color: #2029E0; }
span { border-color: rgb(32,41,224); }
td.TdClassName
{
border-color: #2029E0;
}
.TagClassName
{
border-color: #2029E0;
}
</style>