Shades of Persian Blue #3529AC
Tints of Persian Blue #3529AC
RGB
CMYK
RGB Variations
Color information
#3529AC (or 0x3529AC) is known color: Persian Blue. HEX triplet: 35, 29 and AC. RGB value is (53,41,172). Sum of RGB (Red+Green+Blue) = 53+41+172=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #3529AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3529AC is #CAD653. Grayscale: #3B3B3B. Windows color (decimal): -13293140 or 11282741. OLE color: 11282741.
HSL color Cylindrical-coordinate representation of color #3529AC: hue angle of 245.5º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3529AC is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 41 | 172 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.33 |
| HSL | 245.5º | 0.62% | 0.42% | - |
| HSV(B) | 245.5º | 0.76% | 0.67% | - |
| XYZ | 9.71 | 5.32 | 39.55 | - |
| YUV | 59.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 172 | 0.69 | 0.76 | 0 | 0.33 | 245.5 | 0.62 | 0.42 |
| Hex | 35 | 29 | AC | 45 | 4C | 0 | 21 | F5 | 3E | 2A |
| Octal | 65 | 51 | 254 | 105 | 114 | 0 | 41 | 365 | 76 | 52 |
| Binary | 110101 | 101001 | 10101100 | 1000101 | 1001100 | 0 | 100001 | 11110101 | 111110 | 101010 |
Color Harmonies of #3529AC
Complementary color
Monochromatic Colors of #3529AC
Black with #3529AC
Text Example
Text Example
White with #3529AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3529AC; }
p { color: rgb(53,41,172); }
H1.HeaderClassName
{
color: #3529AC;
}
.AnyTagClassName
{
color: #3529AC;
}
</style>
background-color css
<style>
a { background-color: #3529AC; }
a { background-color: rgb(53,41,172); }
div.DivClassName
{
background-color: #3529AC;
}
.BgClassName
{
background-color: #3529AC;
}
</style>
border-color css
<style>
span { border-color: #3529AC; }
span { border-color: rgb(53,41,172); }
td.TdClassName
{
border-color: #3529AC;
}
.TagClassName
{
border-color: #3529AC;
}
</style>