Shades of Persian Blue #3031DB
Tints of Persian Blue #3031DB
RGB
CMYK
RGB Variations
Color information
#3031DB (or 0x3031DB) is known color: Persian Blue. HEX triplet: 30, 31 and DB. RGB value is (48,49,219). Sum of RGB (Red+Green+Blue) = 48+49+219=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #3031DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3031DB is #CFCE24. Grayscale: #434343. Windows color (decimal): -13618725 or 14364976. OLE color: 14364976.
HSL color Cylindrical-coordinate representation of color #3031DB: hue angle of 239.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3031DB is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 49 | 219 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.14 |
| HSL | 239.65º | 0.7% | 0.52% | - |
| HSV(B) | 239.65º | 0.78% | 0.86% | - |
| XYZ | 15.1 | 7.94 | 67.75 | - |
| YUV | 68.08 | 213.17 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 219 | 0.78 | 0.78 | 0 | 0.14 | 239.65 | 0.7 | 0.52 |
| Hex | 30 | 31 | DB | 4E | 4E | 0 | E | F0 | 46 | 34 |
| Octal | 60 | 61 | 333 | 116 | 116 | 0 | 16 | 360 | 106 | 64 |
| Binary | 110000 | 110001 | 11011011 | 1001110 | 1001110 | 0 | 1110 | 11110000 | 1000110 | 110100 |
Color Harmonies of #3031DB
Complementary color
Monochromatic Colors of #3031DB
Black with #3031DB
Text Example
Text Example
White with #3031DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3031DB; }
p { color: rgb(48,49,219); }
H1.HeaderClassName
{
color: #3031DB;
}
.AnyTagClassName
{
color: #3031DB;
}
</style>
background-color css
<style>
a { background-color: #3031DB; }
a { background-color: rgb(48,49,219); }
div.DivClassName
{
background-color: #3031DB;
}
.BgClassName
{
background-color: #3031DB;
}
</style>
border-color css
<style>
span { border-color: #3031DB; }
span { border-color: rgb(48,49,219); }
td.TdClassName
{
border-color: #3031DB;
}
.TagClassName
{
border-color: #3031DB;
}
</style>