Shades of Persian Blue #3521BA
Tints of Persian Blue #3521BA
RGB
CMYK
RGB Variations
Color information
#3521BA (or 0x3521BA) is known color: Persian Blue. HEX triplet: 35, 21 and BA. RGB value is (53,33,186). Sum of RGB (Red+Green+Blue) = 53+33+186=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #3521BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3521BA is #CADE45. Grayscale: #373737. Windows color (decimal): -13295174 or 12198197. OLE color: 12198197.
HSL color Cylindrical-coordinate representation of color #3521BA: hue angle of 247.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3521BA is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 33 | 186 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.27 |
| HSL | 247.84º | 0.7% | 0.43% | - |
| HSV(B) | 247.84º | 0.82% | 0.73% | - |
| XYZ | 10.87 | 5.39 | 46.92 | - |
| YUV | 56.42 | 201.13 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 186 | 0.72 | 0.82 | 0 | 0.27 | 247.84 | 0.7 | 0.43 |
| Hex | 35 | 21 | BA | 48 | 52 | 0 | 1B | F8 | 46 | 2B |
| Octal | 65 | 41 | 272 | 110 | 122 | 0 | 33 | 370 | 106 | 53 |
| Binary | 110101 | 100001 | 10111010 | 1001000 | 1010010 | 0 | 11011 | 11111000 | 1000110 | 101011 |
Color Harmonies of #3521BA
Complementary color
Monochromatic Colors of #3521BA
Black with #3521BA
Text Example
Text Example
White with #3521BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3521BA; }
p { color: rgb(53,33,186); }
H1.HeaderClassName
{
color: #3521BA;
}
.AnyTagClassName
{
color: #3521BA;
}
</style>
background-color css
<style>
a { background-color: #3521BA; }
a { background-color: rgb(53,33,186); }
div.DivClassName
{
background-color: #3521BA;
}
.BgClassName
{
background-color: #3521BA;
}
</style>
border-color css
<style>
span { border-color: #3521BA; }
span { border-color: rgb(53,33,186); }
td.TdClassName
{
border-color: #3521BA;
}
.TagClassName
{
border-color: #3521BA;
}
</style>