Shades of Persian Blue #3525BA
Tints of Persian Blue #3525BA
RGB
CMYK
RGB Variations
Color information
#3525BA (or 0x3525BA) is known color: Persian Blue. HEX triplet: 35, 25 and BA. RGB value is (53,37,186). Sum of RGB (Red+Green+Blue) = 53+37+186=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #3525BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3525BA is #CADA45. Grayscale: #3A3A3A. Windows color (decimal): -13294150 or 12199221. OLE color: 12199221.
HSL color Cylindrical-coordinate representation of color #3525BA: hue angle of 246.44º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3525BA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 37 | 186 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.27 |
| HSL | 246.44º | 0.67% | 0.44% | - |
| HSV(B) | 246.44º | 0.8% | 0.73% | - |
| XYZ | 10.99 | 5.63 | 46.96 | - |
| YUV | 58.77 | 199.8 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 186 | 0.72 | 0.80 | 0 | 0.27 | 246.44 | 0.67 | 0.44 |
| Hex | 35 | 25 | BA | 48 | 50 | 0 | 1B | F6 | 43 | 2C |
| Octal | 65 | 45 | 272 | 110 | 120 | 0 | 33 | 366 | 103 | 54 |
| Binary | 110101 | 100101 | 10111010 | 1001000 | 1010000 | 0 | 11011 | 11110110 | 1000011 | 101100 |
Color Harmonies of #3525BA
Complementary color
Monochromatic Colors of #3525BA
Black with #3525BA
Text Example
Text Example
White with #3525BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3525BA; }
p { color: rgb(53,37,186); }
H1.HeaderClassName
{
color: #3525BA;
}
.AnyTagClassName
{
color: #3525BA;
}
</style>
background-color css
<style>
a { background-color: #3525BA; }
a { background-color: rgb(53,37,186); }
div.DivClassName
{
background-color: #3525BA;
}
.BgClassName
{
background-color: #3525BA;
}
</style>
border-color css
<style>
span { border-color: #3525BA; }
span { border-color: rgb(53,37,186); }
td.TdClassName
{
border-color: #3525BA;
}
.TagClassName
{
border-color: #3525BA;
}
</style>