Shades of Persian Blue #3429DB
Tints of Persian Blue #3429DB
RGB
CMYK
RGB Variations
Color information
#3429DB (or 0x3429DB) is known color: Persian Blue. HEX triplet: 34, 29 and DB. RGB value is (52,41,219). Sum of RGB (Red+Green+Blue) = 52+41+219=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #3429DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3429DB is #CBD624. Grayscale: #3F3F3F. Windows color (decimal): -13358629 or 14362932. OLE color: 14362932.
HSL color Cylindrical-coordinate representation of color #3429DB: hue angle of 243.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3429DB is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 41 | 219 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.14 |
| HSL | 243.71º | 0.71% | 0.51% | - |
| HSV(B) | 243.71º | 0.81% | 0.86% | - |
| XYZ | 15 | 7.43 | 67.66 | - |
| YUV | 64.58 | 215.14 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 219 | 0.76 | 0.81 | 0 | 0.14 | 243.71 | 0.71 | 0.51 |
| Hex | 34 | 29 | DB | 4C | 51 | 0 | E | F4 | 47 | 33 |
| Octal | 64 | 51 | 333 | 114 | 121 | 0 | 16 | 364 | 107 | 63 |
| Binary | 110100 | 101001 | 11011011 | 1001100 | 1010001 | 0 | 1110 | 11110100 | 1000111 | 110011 |
Color Harmonies of #3429DB
Complementary color
Monochromatic Colors of #3429DB
Black with #3429DB
Text Example
Text Example
White with #3429DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3429DB; }
p { color: rgb(52,41,219); }
H1.HeaderClassName
{
color: #3429DB;
}
.AnyTagClassName
{
color: #3429DB;
}
</style>
background-color css
<style>
a { background-color: #3429DB; }
a { background-color: rgb(52,41,219); }
div.DivClassName
{
background-color: #3429DB;
}
.BgClassName
{
background-color: #3429DB;
}
</style>
border-color css
<style>
span { border-color: #3429DB; }
span { border-color: rgb(52,41,219); }
td.TdClassName
{
border-color: #3429DB;
}
.TagClassName
{
border-color: #3429DB;
}
</style>