Shades of Persian Blue #3540AE
Tints of Persian Blue #3540AE
RGB
CMYK
RGB Variations
Color information
#3540AE (or 0x3540AE) is known color: Persian Blue. HEX triplet: 35, 40 and AE. RGB value is (53,64,174). Sum of RGB (Red+Green+Blue) = 53+64+174=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #3540AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3540AE is #CABF51. Grayscale: #484848. Windows color (decimal): -13287250 or 11419701. OLE color: 11419701.
HSL color Cylindrical-coordinate representation of color #3540AE: hue angle of 234.55º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3540AE is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 64 | 174 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.32 |
| HSL | 234.55º | 0.53% | 0.45% | - |
| HSV(B) | 234.55º | 0.7% | 0.68% | - |
| XYZ | 10.94 | 7.48 | 40.91 | - |
| YUV | 73.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 174 | 0.70 | 0.63 | 0 | 0.32 | 234.55 | 0.53 | 0.45 |
| Hex | 35 | 40 | AE | 46 | 3F | 0 | 20 | EB | 35 | 2D |
| Octal | 65 | 100 | 256 | 106 | 77 | 0 | 40 | 353 | 65 | 55 |
| Binary | 110101 | 1000000 | 10101110 | 1000110 | 111111 | 0 | 100000 | 11101011 | 110101 | 101101 |
Color Harmonies of #3540AE
Complementary color
Monochromatic Colors of #3540AE
Black with #3540AE
Text Example
Text Example
White with #3540AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3540AE; }
p { color: rgb(53,64,174); }
H1.HeaderClassName
{
color: #3540AE;
}
.AnyTagClassName
{
color: #3540AE;
}
</style>
background-color css
<style>
a { background-color: #3540AE; }
a { background-color: rgb(53,64,174); }
div.DivClassName
{
background-color: #3540AE;
}
.BgClassName
{
background-color: #3540AE;
}
</style>
border-color css
<style>
span { border-color: #3540AE; }
span { border-color: rgb(53,64,174); }
td.TdClassName
{
border-color: #3540AE;
}
.TagClassName
{
border-color: #3540AE;
}
</style>