Shades of Persian Blue #3526AD
Tints of Persian Blue #3526AD
RGB
CMYK
RGB Variations
Color information
#3526AD (or 0x3526AD) is known color: Persian Blue. HEX triplet: 35, 26 and AD. RGB value is (53,38,173). Sum of RGB (Red+Green+Blue) = 53+38+173=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #3526AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3526AD is #CAD952. Grayscale: #393939. Windows color (decimal): -13293907 or 11347509. OLE color: 11347509.
HSL color Cylindrical-coordinate representation of color #3526AD: hue angle of 246.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3526AD is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 38 | 173 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.32 |
| HSL | 246.67º | 0.64% | 0.41% | - |
| HSV(B) | 246.67º | 0.78% | 0.68% | - |
| XYZ | 9.7 | 5.16 | 40.02 | - |
| YUV | 57.88 | 192.97 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 173 | 0.69 | 0.78 | 0 | 0.32 | 246.67 | 0.64 | 0.41 |
| Hex | 35 | 26 | AD | 45 | 4E | 0 | 20 | F7 | 40 | 29 |
| Octal | 65 | 46 | 255 | 105 | 116 | 0 | 40 | 367 | 100 | 51 |
| Binary | 110101 | 100110 | 10101101 | 1000101 | 1001110 | 0 | 100000 | 11110111 | 1000000 | 101001 |
Color Harmonies of #3526AD
Complementary color
Monochromatic Colors of #3526AD
Black with #3526AD
Text Example
Text Example
White with #3526AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3526AD; }
p { color: rgb(53,38,173); }
H1.HeaderClassName
{
color: #3526AD;
}
.AnyTagClassName
{
color: #3526AD;
}
</style>
background-color css
<style>
a { background-color: #3526AD; }
a { background-color: rgb(53,38,173); }
div.DivClassName
{
background-color: #3526AD;
}
.BgClassName
{
background-color: #3526AD;
}
</style>
border-color css
<style>
span { border-color: #3526AD; }
span { border-color: rgb(53,38,173); }
td.TdClassName
{
border-color: #3526AD;
}
.TagClassName
{
border-color: #3526AD;
}
</style>