Shades of Persian Blue #3534AC
Tints of Persian Blue #3534AC
RGB
CMYK
RGB Variations
Color information
#3534AC (or 0x3534AC) is known color: Persian Blue. HEX triplet: 35, 34 and AC. RGB value is (53,52,172). Sum of RGB (Red+Green+Blue) = 53+52+172=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #3534AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3534AC is #CACB53. Grayscale: #414141. Windows color (decimal): -13290324 or 11285557. OLE color: 11285557.
HSL color Cylindrical-coordinate representation of color #3534AC: hue angle of 240.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3534AC is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 52 | 172 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.33 |
| HSL | 240.5º | 0.54% | 0.44% | - |
| HSV(B) | 240.5º | 0.7% | 0.67% | - |
| XYZ | 10.14 | 6.19 | 39.69 | - |
| YUV | 65.98 | 187.83 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 172 | 0.69 | 0.70 | 0 | 0.33 | 240.5 | 0.54 | 0.44 |
| Hex | 35 | 34 | AC | 45 | 46 | 0 | 21 | F0 | 36 | 2C |
| Octal | 65 | 64 | 254 | 105 | 106 | 0 | 41 | 360 | 66 | 54 |
| Binary | 110101 | 110100 | 10101100 | 1000101 | 1000110 | 0 | 100001 | 11110000 | 110110 | 101100 |
Color Harmonies of #3534AC
Complementary color
Monochromatic Colors of #3534AC
Black with #3534AC
Text Example
Text Example
White with #3534AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3534AC; }
p { color: rgb(53,52,172); }
H1.HeaderClassName
{
color: #3534AC;
}
.AnyTagClassName
{
color: #3534AC;
}
</style>
background-color css
<style>
a { background-color: #3534AC; }
a { background-color: rgb(53,52,172); }
div.DivClassName
{
background-color: #3534AC;
}
.BgClassName
{
background-color: #3534AC;
}
</style>
border-color css
<style>
span { border-color: #3534AC; }
span { border-color: rgb(53,52,172); }
td.TdClassName
{
border-color: #3534AC;
}
.TagClassName
{
border-color: #3534AC;
}
</style>