Shades of Persian Blue #3533BA
Tints of Persian Blue #3533BA
RGB
CMYK
RGB Variations
Color information
#3533BA (or 0x3533BA) is known color: Persian Blue. HEX triplet: 35, 33 and BA. RGB value is (53,51,186). Sum of RGB (Red+Green+Blue) = 53+51+186=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #3533BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3533BA is #CACC45. Grayscale: #424242. Windows color (decimal): -13290566 or 12202805. OLE color: 12202805.
HSL color Cylindrical-coordinate representation of color #3533BA: hue angle of 240.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3533BA is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 51 | 186 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.27 |
| HSL | 240.89º | 0.57% | 0.46% | - |
| HSV(B) | 240.89º | 0.73% | 0.73% | - |
| XYZ | 11.51 | 6.67 | 47.13 | - |
| YUV | 66.99 | 195.16 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 186 | 0.72 | 0.73 | 0 | 0.27 | 240.89 | 0.57 | 0.46 |
| Hex | 35 | 33 | BA | 48 | 49 | 0 | 1B | F1 | 39 | 2E |
| Octal | 65 | 63 | 272 | 110 | 111 | 0 | 33 | 361 | 71 | 56 |
| Binary | 110101 | 110011 | 10111010 | 1001000 | 1001001 | 0 | 11011 | 11110001 | 111001 | 101110 |
Color Harmonies of #3533BA
Complementary color
Monochromatic Colors of #3533BA
Black with #3533BA
Text Example
Text Example
White with #3533BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3533BA; }
p { color: rgb(53,51,186); }
H1.HeaderClassName
{
color: #3533BA;
}
.AnyTagClassName
{
color: #3533BA;
}
</style>
background-color css
<style>
a { background-color: #3533BA; }
a { background-color: rgb(53,51,186); }
div.DivClassName
{
background-color: #3533BA;
}
.BgClassName
{
background-color: #3533BA;
}
</style>
border-color css
<style>
span { border-color: #3533BA; }
span { border-color: rgb(53,51,186); }
td.TdClassName
{
border-color: #3533BA;
}
.TagClassName
{
border-color: #3533BA;
}
</style>