Shades of Persian Blue #3429BC
Tints of Persian Blue #3429BC
RGB
CMYK
RGB Variations
Color information
#3429BC (or 0x3429BC) is known color: Persian Blue. HEX triplet: 34, 29 and BC. RGB value is (52,41,188). Sum of RGB (Red+Green+Blue) = 52+41+188=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #3429BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3429BC is #CBD643. Grayscale: #3C3C3C. Windows color (decimal): -13358660 or 12331316. OLE color: 12331316.
HSL color Cylindrical-coordinate representation of color #3429BC: hue angle of 244.49º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3429BC is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 41 | 188 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.26 |
| HSL | 244.49º | 0.64% | 0.45% | - |
| HSV(B) | 244.49º | 0.78% | 0.74% | - |
| XYZ | 11.29 | 5.95 | 48.13 | - |
| YUV | 61.05 | 199.64 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 188 | 0.72 | 0.78 | 0 | 0.26 | 244.49 | 0.64 | 0.45 |
| Hex | 34 | 29 | BC | 48 | 4E | 0 | 1A | F4 | 40 | 2D |
| Octal | 64 | 51 | 274 | 110 | 116 | 0 | 32 | 364 | 100 | 55 |
| Binary | 110100 | 101001 | 10111100 | 1001000 | 1001110 | 0 | 11010 | 11110100 | 1000000 | 101101 |
Color Harmonies of #3429BC
Complementary color
Monochromatic Colors of #3429BC
Black with #3429BC
Text Example
Text Example
White with #3429BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3429BC; }
p { color: rgb(52,41,188); }
H1.HeaderClassName
{
color: #3429BC;
}
.AnyTagClassName
{
color: #3429BC;
}
</style>
background-color css
<style>
a { background-color: #3429BC; }
a { background-color: rgb(52,41,188); }
div.DivClassName
{
background-color: #3429BC;
}
.BgClassName
{
background-color: #3429BC;
}
</style>
border-color css
<style>
span { border-color: #3429BC; }
span { border-color: rgb(52,41,188); }
td.TdClassName
{
border-color: #3429BC;
}
.TagClassName
{
border-color: #3429BC;
}
</style>