Shades of Persian Blue #3539BA
Tints of Persian Blue #3539BA
RGB
CMYK
RGB Variations
Color information
#3539BA (or 0x3539BA) is known color: Persian Blue. HEX triplet: 35, 39 and BA. RGB value is (53,57,186). Sum of RGB (Red+Green+Blue) = 53+57+186=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #3539BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3539BA is #CAC645. Grayscale: #454545. Windows color (decimal): -13289030 or 12204341. OLE color: 12204341.
HSL color Cylindrical-coordinate representation of color #3539BA: hue angle of 238.2º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3539BA is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 57 | 186 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.27 |
| HSL | 238.2º | 0.56% | 0.47% | - |
| HSV(B) | 238.2º | 0.72% | 0.73% | - |
| XYZ | 11.79 | 7.23 | 47.23 | - |
| YUV | 70.51 | 193.17 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 186 | 0.72 | 0.69 | 0 | 0.27 | 238.2 | 0.56 | 0.47 |
| Hex | 35 | 39 | BA | 48 | 45 | 0 | 1B | EE | 38 | 2F |
| Octal | 65 | 71 | 272 | 110 | 105 | 0 | 33 | 356 | 70 | 57 |
| Binary | 110101 | 111001 | 10111010 | 1001000 | 1000101 | 0 | 11011 | 11101110 | 111000 | 101111 |
Color Harmonies of #3539BA
Complementary color
Monochromatic Colors of #3539BA
Black with #3539BA
Text Example
Text Example
White with #3539BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3539BA; }
p { color: rgb(53,57,186); }
H1.HeaderClassName
{
color: #3539BA;
}
.AnyTagClassName
{
color: #3539BA;
}
</style>
background-color css
<style>
a { background-color: #3539BA; }
a { background-color: rgb(53,57,186); }
div.DivClassName
{
background-color: #3539BA;
}
.BgClassName
{
background-color: #3539BA;
}
</style>
border-color css
<style>
span { border-color: #3539BA; }
span { border-color: rgb(53,57,186); }
td.TdClassName
{
border-color: #3539BA;
}
.TagClassName
{
border-color: #3539BA;
}
</style>