Shades of Persian Blue #2033EC
Tints of Persian Blue #2033EC
RGB
CMYK
RGB Variations
Color information
#2033EC (or 0x2033EC) is known color: Persian Blue. HEX triplet: 20, 33 and EC. RGB value is (32,51,236). Sum of RGB (Red+Green+Blue) = 32+51+236=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #2033EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2033EC is #DFCC13. Grayscale: #414141. Windows color (decimal): -14666772 or 15479584. OLE color: 15479584.
HSL color Cylindrical-coordinate representation of color #2033EC: hue angle of 234.41º 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 #2033EC is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 51 | 236 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.07 |
| HSL | 234.41º | 0.84% | 0.53% | - |
| HSV(B) | 234.41º | 0.86% | 0.93% | - |
| XYZ | 16.92 | 8.73 | 80.15 | - |
| YUV | 66.41 | 223.71 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 236 | 0.86 | 0.78 | 0 | 0.07 | 234.41 | 0.84 | 0.53 |
| Hex | 20 | 33 | EC | 56 | 4E | 0 | 7 | EA | 54 | 35 |
| Octal | 40 | 63 | 354 | 126 | 116 | 0 | 7 | 352 | 124 | 65 |
| Binary | 100000 | 110011 | 11101100 | 1010110 | 1001110 | 0 | 111 | 11101010 | 1010100 | 110101 |
Color Harmonies of #2033EC
Complementary color
Monochromatic Colors of #2033EC
Black with #2033EC
Text Example
Text Example
White with #2033EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2033EC; }
p { color: rgb(32,51,236); }
H1.HeaderClassName
{
color: #2033EC;
}
.AnyTagClassName
{
color: #2033EC;
}
</style>
background-color css
<style>
a { background-color: #2033EC; }
a { background-color: rgb(32,51,236); }
div.DivClassName
{
background-color: #2033EC;
}
.BgClassName
{
background-color: #2033EC;
}
</style>
border-color css
<style>
span { border-color: #2033EC; }
span { border-color: rgb(32,51,236); }
td.TdClassName
{
border-color: #2033EC;
}
.TagClassName
{
border-color: #2033EC;
}
</style>