Shades of Persian Blue #3531DB
Tints of Persian Blue #3531DB
RGB
CMYK
RGB Variations
Color information
#3531DB (or 0x3531DB) is known color: Persian Blue. HEX triplet: 35, 31 and DB. RGB value is (53,49,219). Sum of RGB (Red+Green+Blue) = 53+49+219=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #3531DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3531DB is #CACE24. Grayscale: #444444. Windows color (decimal): -13291045 or 14364981. OLE color: 14364981.
HSL color Cylindrical-coordinate representation of color #3531DB: hue angle of 241.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3531DB is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 49 | 219 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.14 |
| HSL | 241.41º | 0.7% | 0.53% | - |
| HSV(B) | 241.41º | 0.78% | 0.86% | - |
| XYZ | 15.35 | 8.07 | 67.77 | - |
| YUV | 69.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 219 | 0.76 | 0.78 | 0 | 0.14 | 241.41 | 0.7 | 0.53 |
| Hex | 35 | 31 | DB | 4C | 4E | 0 | E | F1 | 46 | 35 |
| Octal | 65 | 61 | 333 | 114 | 116 | 0 | 16 | 361 | 106 | 65 |
| Binary | 110101 | 110001 | 11011011 | 1001100 | 1001110 | 0 | 1110 | 11110001 | 1000110 | 110101 |
Color Harmonies of #3531DB
Complementary color
Monochromatic Colors of #3531DB
Black with #3531DB
Text Example
Text Example
White with #3531DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3531DB; }
p { color: rgb(53,49,219); }
H1.HeaderClassName
{
color: #3531DB;
}
.AnyTagClassName
{
color: #3531DB;
}
</style>
background-color css
<style>
a { background-color: #3531DB; }
a { background-color: rgb(53,49,219); }
div.DivClassName
{
background-color: #3531DB;
}
.BgClassName
{
background-color: #3531DB;
}
</style>
border-color css
<style>
span { border-color: #3531DB; }
span { border-color: rgb(53,49,219); }
td.TdClassName
{
border-color: #3531DB;
}
.TagClassName
{
border-color: #3531DB;
}
</style>