Shades of Persian Blue #3533DB
Tints of Persian Blue #3533DB
RGB
CMYK
RGB Variations
Color information
#3533DB (or 0x3533DB) is known color: Persian Blue. HEX triplet: 35, 33 and DB. RGB value is (53,51,219). Sum of RGB (Red+Green+Blue) = 53+51+219=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #3533DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3533DB is #CACC24. Grayscale: #464646. Windows color (decimal): -13290533 or 14365493. OLE color: 14365493.
HSL color Cylindrical-coordinate representation of color #3533DB: hue angle of 240.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3533DB is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 51 | 219 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.14 |
| HSL | 240.71º | 0.7% | 0.53% | - |
| HSV(B) | 240.71º | 0.77% | 0.86% | - |
| XYZ | 15.44 | 8.24 | 67.79 | - |
| YUV | 70.75 | 211.66 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 219 | 0.76 | 0.77 | 0 | 0.14 | 240.71 | 0.7 | 0.53 |
| Hex | 35 | 33 | DB | 4C | 4D | 0 | E | F1 | 46 | 35 |
| Octal | 65 | 63 | 333 | 114 | 115 | 0 | 16 | 361 | 106 | 65 |
| Binary | 110101 | 110011 | 11011011 | 1001100 | 1001101 | 0 | 1110 | 11110001 | 1000110 | 110101 |
Color Harmonies of #3533DB
Complementary color
Monochromatic Colors of #3533DB
Black with #3533DB
Text Example
Text Example
White with #3533DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3533DB; }
p { color: rgb(53,51,219); }
H1.HeaderClassName
{
color: #3533DB;
}
.AnyTagClassName
{
color: #3533DB;
}
</style>
background-color css
<style>
a { background-color: #3533DB; }
a { background-color: rgb(53,51,219); }
div.DivClassName
{
background-color: #3533DB;
}
.BgClassName
{
background-color: #3533DB;
}
</style>
border-color css
<style>
span { border-color: #3533DB; }
span { border-color: rgb(53,51,219); }
td.TdClassName
{
border-color: #3533DB;
}
.TagClassName
{
border-color: #3533DB;
}
</style>