Shades of Persian Blue #2039DB
Tints of Persian Blue #2039DB
RGB
CMYK
RGB Variations
Color information
#2039DB (or 0x2039DB) is known color: Persian Blue. HEX triplet: 20, 39 and DB. RGB value is (32,57,219). Sum of RGB (Red+Green+Blue) = 32+57+219=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #2039DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2039DB is #DFC624. Grayscale: #434343. Windows color (decimal): -14665253 or 14367008. OLE color: 14367008.
HSL color Cylindrical-coordinate representation of color #2039DB: hue angle of 231.98º 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 #2039DB is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 57 | 219 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.14 |
| HSL | 231.98º | 0.75% | 0.49% | - |
| HSV(B) | 231.98º | 0.85% | 0.86% | - |
| XYZ | 14.84 | 8.35 | 67.85 | - |
| YUV | 67.99 | 213.22 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 219 | 0.85 | 0.74 | 0 | 0.14 | 231.98 | 0.75 | 0.49 |
| Hex | 20 | 39 | DB | 55 | 4A | 0 | E | E8 | 4B | 31 |
| Octal | 40 | 71 | 333 | 125 | 112 | 0 | 16 | 350 | 113 | 61 |
| Binary | 100000 | 111001 | 11011011 | 1010101 | 1001010 | 0 | 1110 | 11101000 | 1001011 | 110001 |
Color Harmonies of #2039DB
Complementary color
Monochromatic Colors of #2039DB
Black with #2039DB
Text Example
Text Example
White with #2039DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2039DB; }
p { color: rgb(32,57,219); }
H1.HeaderClassName
{
color: #2039DB;
}
.AnyTagClassName
{
color: #2039DB;
}
</style>
background-color css
<style>
a { background-color: #2039DB; }
a { background-color: rgb(32,57,219); }
div.DivClassName
{
background-color: #2039DB;
}
.BgClassName
{
background-color: #2039DB;
}
</style>
border-color css
<style>
span { border-color: #2039DB; }
span { border-color: rgb(32,57,219); }
td.TdClassName
{
border-color: #2039DB;
}
.TagClassName
{
border-color: #2039DB;
}
</style>