Shades of Persian Blue #2032DC
Tints of Persian Blue #2032DC
RGB
CMYK
RGB Variations
Color information
#2032DC (or 0x2032DC) is known color: Persian Blue. HEX triplet: 20, 32 and DC. RGB value is (32,50,220). Sum of RGB (Red+Green+Blue) = 32+50+220=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #2032DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2032DC is #DFCD23. Grayscale: #3F3F3F. Windows color (decimal): -14667044 or 14430752. OLE color: 14430752.
HSL color Cylindrical-coordinate representation of color #2032DC: hue angle of 234.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2032DC is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 50 | 220 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.14 |
| HSL | 234.26º | 0.75% | 0.49% | - |
| HSV(B) | 234.26º | 0.85% | 0.86% | - |
| XYZ | 14.65 | 7.76 | 68.43 | - |
| YUV | 64 | 216.04 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 220 | 0.85 | 0.77 | 0 | 0.14 | 234.26 | 0.75 | 0.49 |
| Hex | 20 | 32 | DC | 55 | 4D | 0 | E | EA | 4B | 31 |
| Octal | 40 | 62 | 334 | 125 | 115 | 0 | 16 | 352 | 113 | 61 |
| Binary | 100000 | 110010 | 11011100 | 1010101 | 1001101 | 0 | 1110 | 11101010 | 1001011 | 110001 |
Color Harmonies of #2032DC
Complementary color
Monochromatic Colors of #2032DC
Black with #2032DC
Text Example
Text Example
White with #2032DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2032DC; }
p { color: rgb(32,50,220); }
H1.HeaderClassName
{
color: #2032DC;
}
.AnyTagClassName
{
color: #2032DC;
}
</style>
background-color css
<style>
a { background-color: #2032DC; }
a { background-color: rgb(32,50,220); }
div.DivClassName
{
background-color: #2032DC;
}
.BgClassName
{
background-color: #2032DC;
}
</style>
border-color css
<style>
span { border-color: #2032DC; }
span { border-color: rgb(32,50,220); }
td.TdClassName
{
border-color: #2032DC;
}
.TagClassName
{
border-color: #2032DC;
}
</style>