Shades of Persian Blue #3516BA
Tints of Persian Blue #3516BA
RGB
CMYK
RGB Variations
Color information
#3516BA (or 0x3516BA) is known color: Persian Blue. HEX triplet: 35, 16 and BA. RGB value is (53,22,186). Sum of RGB (Red+Green+Blue) = 53+22+186=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #3516BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3516BA is #CAE945. Grayscale: #313131. Windows color (decimal): -13297990 or 12195381. OLE color: 12195381.
HSL color Cylindrical-coordinate representation of color #3516BA: hue angle of 251.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3516BA is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 22 | 186 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.27 |
| HSL | 251.34º | 0.79% | 0.41% | - |
| HSV(B) | 251.34º | 0.88% | 0.73% | - |
| XYZ | 10.62 | 4.88 | 46.84 | - |
| YUV | 49.97 | 204.77 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 186 | 0.72 | 0.88 | 0 | 0.27 | 251.34 | 0.79 | 0.41 |
| Hex | 35 | 16 | BA | 48 | 58 | 0 | 1B | FB | 4F | 29 |
| Octal | 65 | 26 | 272 | 110 | 130 | 0 | 33 | 373 | 117 | 51 |
| Binary | 110101 | 10110 | 10111010 | 1001000 | 1011000 | 0 | 11011 | 11111011 | 1001111 | 101001 |
Color Harmonies of #3516BA
Complementary color
Monochromatic Colors of #3516BA
Black with #3516BA
Text Example
Text Example
White with #3516BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3516BA; }
p { color: rgb(53,22,186); }
H1.HeaderClassName
{
color: #3516BA;
}
.AnyTagClassName
{
color: #3516BA;
}
</style>
background-color css
<style>
a { background-color: #3516BA; }
a { background-color: rgb(53,22,186); }
div.DivClassName
{
background-color: #3516BA;
}
.BgClassName
{
background-color: #3516BA;
}
</style>
border-color css
<style>
span { border-color: #3516BA; }
span { border-color: rgb(53,22,186); }
td.TdClassName
{
border-color: #3516BA;
}
.TagClassName
{
border-color: #3516BA;
}
</style>