Shades of Persian Blue #3528AB
Tints of Persian Blue #3528AB
RGB
CMYK
RGB Variations
Color information
#3528AB (or 0x3528AB) is known color: Persian Blue. HEX triplet: 35, 28 and AB. RGB value is (53,40,171). Sum of RGB (Red+Green+Blue) = 53+40+171=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #3528AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3528AB is #CAD754. Grayscale: #3A3A3A. Windows color (decimal): -13293397 or 11216949. OLE color: 11216949.
HSL color Cylindrical-coordinate representation of color #3528AB: hue angle of 245.95º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3528AB is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 40 | 171 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.33 |
| HSL | 245.95º | 0.62% | 0.41% | - |
| HSV(B) | 245.95º | 0.77% | 0.67% | - |
| XYZ | 9.58 | 5.21 | 39.03 | - |
| YUV | 58.82 | 191.31 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 171 | 0.69 | 0.77 | 0 | 0.33 | 245.95 | 0.62 | 0.41 |
| Hex | 35 | 28 | AB | 45 | 4D | 0 | 21 | F6 | 3E | 29 |
| Octal | 65 | 50 | 253 | 105 | 115 | 0 | 41 | 366 | 76 | 51 |
| Binary | 110101 | 101000 | 10101011 | 1000101 | 1001101 | 0 | 100001 | 11110110 | 111110 | 101001 |
Color Harmonies of #3528AB
Complementary color
Monochromatic Colors of #3528AB
Black with #3528AB
Text Example
Text Example
White with #3528AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3528AB; }
p { color: rgb(53,40,171); }
H1.HeaderClassName
{
color: #3528AB;
}
.AnyTagClassName
{
color: #3528AB;
}
</style>
background-color css
<style>
a { background-color: #3528AB; }
a { background-color: rgb(53,40,171); }
div.DivClassName
{
background-color: #3528AB;
}
.BgClassName
{
background-color: #3528AB;
}
</style>
border-color css
<style>
span { border-color: #3528AB; }
span { border-color: rgb(53,40,171); }
td.TdClassName
{
border-color: #3528AB;
}
.TagClassName
{
border-color: #3528AB;
}
</style>