Shades of Persian Blue #2030DB
Tints of Persian Blue #2030DB
RGB
CMYK
RGB Variations
Color information
#2030DB (or 0x2030DB) is known color: Persian Blue. HEX triplet: 20, 30 and DB. RGB value is (32,48,219). Sum of RGB (Red+Green+Blue) = 32+48+219=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #2030DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2030DB is #DFCF24. Grayscale: #3E3E3E. Windows color (decimal): -14667557 or 14364704. OLE color: 14364704.
HSL color Cylindrical-coordinate representation of color #2030DB: hue angle of 234.87º 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 #2030DB is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 48 | 219 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.14 |
| HSL | 234.87º | 0.75% | 0.49% | - |
| HSV(B) | 234.87º | 0.85% | 0.86% | - |
| XYZ | 14.44 | 7.54 | 67.71 | - |
| YUV | 62.71 | 216.2 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 219 | 0.85 | 0.78 | 0 | 0.14 | 234.87 | 0.75 | 0.49 |
| Hex | 20 | 30 | DB | 55 | 4E | 0 | E | EB | 4B | 31 |
| Octal | 40 | 60 | 333 | 125 | 116 | 0 | 16 | 353 | 113 | 61 |
| Binary | 100000 | 110000 | 11011011 | 1010101 | 1001110 | 0 | 1110 | 11101011 | 1001011 | 110001 |
Color Harmonies of #2030DB
Complementary color
Monochromatic Colors of #2030DB
Black with #2030DB
Text Example
Text Example
White with #2030DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2030DB; }
p { color: rgb(32,48,219); }
H1.HeaderClassName
{
color: #2030DB;
}
.AnyTagClassName
{
color: #2030DB;
}
</style>
background-color css
<style>
a { background-color: #2030DB; }
a { background-color: rgb(32,48,219); }
div.DivClassName
{
background-color: #2030DB;
}
.BgClassName
{
background-color: #2030DB;
}
</style>
border-color css
<style>
span { border-color: #2030DB; }
span { border-color: rgb(32,48,219); }
td.TdClassName
{
border-color: #2030DB;
}
.TagClassName
{
border-color: #2030DB;
}
</style>