Shades of Persian Blue #3527AE
Tints of Persian Blue #3527AE
RGB
CMYK
RGB Variations
Color information
#3527AE (or 0x3527AE) is known color: Persian Blue. HEX triplet: 35, 27 and AE. RGB value is (53,39,174). Sum of RGB (Red+Green+Blue) = 53+39+174=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #3527AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3527AE is #CAD851. Grayscale: #3A3A3A. Windows color (decimal): -13293650 or 11413301. OLE color: 11413301.
HSL color Cylindrical-coordinate representation of color #3527AE: hue angle of 246.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3527AE is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 39 | 174 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.32 |
| HSL | 246.22º | 0.63% | 0.42% | - |
| HSV(B) | 246.22º | 0.78% | 0.68% | - |
| XYZ | 9.83 | 5.26 | 40.54 | - |
| YUV | 58.58 | 193.14 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 174 | 0.70 | 0.78 | 0 | 0.32 | 246.22 | 0.63 | 0.42 |
| Hex | 35 | 27 | AE | 46 | 4E | 0 | 20 | F6 | 3F | 2A |
| Octal | 65 | 47 | 256 | 106 | 116 | 0 | 40 | 366 | 77 | 52 |
| Binary | 110101 | 100111 | 10101110 | 1000110 | 1001110 | 0 | 100000 | 11110110 | 111111 | 101010 |
Color Harmonies of #3527AE
Complementary color
Monochromatic Colors of #3527AE
Black with #3527AE
Text Example
Text Example
White with #3527AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3527AE; }
p { color: rgb(53,39,174); }
H1.HeaderClassName
{
color: #3527AE;
}
.AnyTagClassName
{
color: #3527AE;
}
</style>
background-color css
<style>
a { background-color: #3527AE; }
a { background-color: rgb(53,39,174); }
div.DivClassName
{
background-color: #3527AE;
}
.BgClassName
{
background-color: #3527AE;
}
</style>
border-color css
<style>
span { border-color: #3527AE; }
span { border-color: rgb(53,39,174); }
td.TdClassName
{
border-color: #3527AE;
}
.TagClassName
{
border-color: #3527AE;
}
</style>