Shades of Persian Blue #3527AC
Tints of Persian Blue #3527AC
RGB
CMYK
RGB Variations
Color information
#3527AC (or 0x3527AC) is known color: Persian Blue. HEX triplet: 35, 27 and AC. RGB value is (53,39,172). Sum of RGB (Red+Green+Blue) = 53+39+172=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #3527AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3527AC is #CAD853. Grayscale: #393939. Windows color (decimal): -13293652 or 11282229. OLE color: 11282229.
HSL color Cylindrical-coordinate representation of color #3527AC: hue angle of 246.32º degrees, saturation: 0.63, 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 #3527AC is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 39 | 172 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.33 |
| HSL | 246.32º | 0.63% | 0.41% | - |
| HSV(B) | 246.32º | 0.77% | 0.67% | - |
| XYZ | 9.64 | 5.19 | 39.52 | - |
| YUV | 58.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 172 | 0.69 | 0.77 | 0 | 0.33 | 246.32 | 0.63 | 0.41 |
| Hex | 35 | 27 | AC | 45 | 4D | 0 | 21 | F6 | 3F | 29 |
| Octal | 65 | 47 | 254 | 105 | 115 | 0 | 41 | 366 | 77 | 51 |
| Binary | 110101 | 100111 | 10101100 | 1000101 | 1001101 | 0 | 100001 | 11110110 | 111111 | 101001 |
Color Harmonies of #3527AC
Complementary color
Monochromatic Colors of #3527AC
Black with #3527AC
Text Example
Text Example
White with #3527AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3527AC; }
p { color: rgb(53,39,172); }
H1.HeaderClassName
{
color: #3527AC;
}
.AnyTagClassName
{
color: #3527AC;
}
</style>
background-color css
<style>
a { background-color: #3527AC; }
a { background-color: rgb(53,39,172); }
div.DivClassName
{
background-color: #3527AC;
}
.BgClassName
{
background-color: #3527AC;
}
</style>
border-color css
<style>
span { border-color: #3527AC; }
span { border-color: rgb(53,39,172); }
td.TdClassName
{
border-color: #3527AC;
}
.TagClassName
{
border-color: #3527AC;
}
</style>