Shades of Persian Blue #3528BD
Tints of Persian Blue #3528BD
RGB
CMYK
RGB Variations
Color information
#3528BD (or 0x3528BD) is known color: Persian Blue. HEX triplet: 35, 28 and BD. RGB value is (53,40,189). Sum of RGB (Red+Green+Blue) = 53+40+189=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #3528BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3528BD is #CAD742. Grayscale: #3C3C3C. Windows color (decimal): -13293379 or 12396597. OLE color: 12396597.
HSL color Cylindrical-coordinate representation of color #3528BD: hue angle of 245.23º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3528BD is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 40 | 189 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.26 |
| HSL | 245.23º | 0.65% | 0.45% | - |
| HSV(B) | 245.23º | 0.79% | 0.74% | - |
| XYZ | 11.41 | 5.95 | 48.69 | - |
| YUV | 60.87 | 200.31 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 189 | 0.72 | 0.79 | 0 | 0.26 | 245.23 | 0.65 | 0.45 |
| Hex | 35 | 28 | BD | 48 | 4F | 0 | 1A | F5 | 41 | 2D |
| Octal | 65 | 50 | 275 | 110 | 117 | 0 | 32 | 365 | 101 | 55 |
| Binary | 110101 | 101000 | 10111101 | 1001000 | 1001111 | 0 | 11010 | 11110101 | 1000001 | 101101 |
Color Harmonies of #3528BD
Complementary color
Monochromatic Colors of #3528BD
Black with #3528BD
Text Example
Text Example
White with #3528BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3528BD; }
p { color: rgb(53,40,189); }
H1.HeaderClassName
{
color: #3528BD;
}
.AnyTagClassName
{
color: #3528BD;
}
</style>
background-color css
<style>
a { background-color: #3528BD; }
a { background-color: rgb(53,40,189); }
div.DivClassName
{
background-color: #3528BD;
}
.BgClassName
{
background-color: #3528BD;
}
</style>
border-color css
<style>
span { border-color: #3528BD; }
span { border-color: rgb(53,40,189); }
td.TdClassName
{
border-color: #3528BD;
}
.TagClassName
{
border-color: #3528BD;
}
</style>