Shades of Persian Blue #2033DE
Tints of Persian Blue #2033DE
RGB
CMYK
RGB Variations
Color information
#2033DE (or 0x2033DE) is known color: Persian Blue. HEX triplet: 20, 33 and DE. RGB value is (32,51,222). Sum of RGB (Red+Green+Blue) = 32+51+222=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #2033DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2033DE is #DFCC21. Grayscale: #404040. Windows color (decimal): -14666786 or 14562080. OLE color: 14562080.
HSL color Cylindrical-coordinate representation of color #2033DE: hue angle of 234º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2033DE is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 51 | 222 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.13 |
| HSL | 234º | 0.75% | 0.5% | - |
| HSV(B) | 234º | 0.86% | 0.87% | - |
| XYZ | 14.96 | 7.95 | 69.85 | - |
| YUV | 64.81 | 216.71 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 222 | 0.86 | 0.77 | 0 | 0.13 | 234 | 0.75 | 0.5 |
| Hex | 20 | 33 | DE | 56 | 4D | 0 | D | EA | 4B | 32 |
| Octal | 40 | 63 | 336 | 126 | 115 | 0 | 15 | 352 | 113 | 62 |
| Binary | 100000 | 110011 | 11011110 | 1010110 | 1001101 | 0 | 1101 | 11101010 | 1001011 | 110010 |
Color Harmonies of #2033DE
Complementary color
Monochromatic Colors of #2033DE
Black with #2033DE
Text Example
Text Example
White with #2033DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2033DE; }
p { color: rgb(32,51,222); }
H1.HeaderClassName
{
color: #2033DE;
}
.AnyTagClassName
{
color: #2033DE;
}
</style>
background-color css
<style>
a { background-color: #2033DE; }
a { background-color: rgb(32,51,222); }
div.DivClassName
{
background-color: #2033DE;
}
.BgClassName
{
background-color: #2033DE;
}
</style>
border-color css
<style>
span { border-color: #2033DE; }
span { border-color: rgb(32,51,222); }
td.TdClassName
{
border-color: #2033DE;
}
.TagClassName
{
border-color: #2033DE;
}
</style>