Shades of Persian Blue #3528BA
Tints of Persian Blue #3528BA
RGB
CMYK
RGB Variations
Color information
#3528BA (or 0x3528BA) is known color: Persian Blue. HEX triplet: 35, 28 and BA. RGB value is (53,40,186). Sum of RGB (Red+Green+Blue) = 53+40+186=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #3528BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3528BA is #CAD745. Grayscale: #3B3B3B. Windows color (decimal): -13293382 or 12199989. OLE color: 12199989.
HSL color Cylindrical-coordinate representation of color #3528BA: hue angle of 245.34º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3528BA is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 40 | 186 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.27 |
| HSL | 245.34º | 0.65% | 0.44% | - |
| HSV(B) | 245.34º | 0.78% | 0.73% | - |
| XYZ | 11.09 | 5.82 | 46.99 | - |
| YUV | 60.53 | 198.81 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 186 | 0.72 | 0.78 | 0 | 0.27 | 245.34 | 0.65 | 0.44 |
| Hex | 35 | 28 | BA | 48 | 4E | 0 | 1B | F5 | 41 | 2C |
| Octal | 65 | 50 | 272 | 110 | 116 | 0 | 33 | 365 | 101 | 54 |
| Binary | 110101 | 101000 | 10111010 | 1001000 | 1001110 | 0 | 11011 | 11110101 | 1000001 | 101100 |
Color Harmonies of #3528BA
Complementary color
Monochromatic Colors of #3528BA
Black with #3528BA
Text Example
Text Example
White with #3528BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3528BA; }
p { color: rgb(53,40,186); }
H1.HeaderClassName
{
color: #3528BA;
}
.AnyTagClassName
{
color: #3528BA;
}
</style>
background-color css
<style>
a { background-color: #3528BA; }
a { background-color: rgb(53,40,186); }
div.DivClassName
{
background-color: #3528BA;
}
.BgClassName
{
background-color: #3528BA;
}
</style>
border-color css
<style>
span { border-color: #3528BA; }
span { border-color: rgb(53,40,186); }
td.TdClassName
{
border-color: #3528BA;
}
.TagClassName
{
border-color: #3528BA;
}
</style>