Shades of Persian Blue #3524BA
Tints of Persian Blue #3524BA
RGB
CMYK
RGB Variations
Color information
#3524BA (or 0x3524BA) is known color: Persian Blue. HEX triplet: 35, 24 and BA. RGB value is (53,36,186). Sum of RGB (Red+Green+Blue) = 53+36+186=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #3524BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3524BA is #CADB45. Grayscale: #393939. Windows color (decimal): -13294406 or 12198965. OLE color: 12198965.
HSL color Cylindrical-coordinate representation of color #3524BA: hue angle of 246.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3524BA is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 36 | 186 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.27 |
| HSL | 246.8º | 0.68% | 0.44% | - |
| HSV(B) | 246.8º | 0.81% | 0.73% | - |
| XYZ | 10.96 | 5.56 | 46.95 | - |
| YUV | 58.18 | 200.13 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 186 | 0.72 | 0.81 | 0 | 0.27 | 246.8 | 0.68 | 0.44 |
| Hex | 35 | 24 | BA | 48 | 51 | 0 | 1B | F7 | 44 | 2C |
| Octal | 65 | 44 | 272 | 110 | 121 | 0 | 33 | 367 | 104 | 54 |
| Binary | 110101 | 100100 | 10111010 | 1001000 | 1010001 | 0 | 11011 | 11110111 | 1000100 | 101100 |
Color Harmonies of #3524BA
Complementary color
Monochromatic Colors of #3524BA
Black with #3524BA
Text Example
Text Example
White with #3524BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3524BA; }
p { color: rgb(53,36,186); }
H1.HeaderClassName
{
color: #3524BA;
}
.AnyTagClassName
{
color: #3524BA;
}
</style>
background-color css
<style>
a { background-color: #3524BA; }
a { background-color: rgb(53,36,186); }
div.DivClassName
{
background-color: #3524BA;
}
.BgClassName
{
background-color: #3524BA;
}
</style>
border-color css
<style>
span { border-color: #3524BA; }
span { border-color: rgb(53,36,186); }
td.TdClassName
{
border-color: #3524BA;
}
.TagClassName
{
border-color: #3524BA;
}
</style>