Shades of Persian Blue #3513BD
Tints of Persian Blue #3513BD
RGB
CMYK
RGB Variations
Color information
#3513BD (or 0x3513BD) is known color: Persian Blue. HEX triplet: 35, 13 and BD. RGB value is (53,19,189). Sum of RGB (Red+Green+Blue) = 53+19+189=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #3513BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3513BD is #CAEC42. Grayscale: #2F2F2F. Windows color (decimal): -13298755 or 12391221. OLE color: 12391221.
HSL color Cylindrical-coordinate representation of color #3513BD: hue angle of 252º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3513BD is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 19 | 189 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.26 |
| HSL | 252º | 0.82% | 0.41% | - |
| HSV(B) | 252º | 0.9% | 0.74% | - |
| XYZ | 10.89 | 4.9 | 48.52 | - |
| YUV | 48.55 | 207.26 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 189 | 0.72 | 0.90 | 0 | 0.26 | 252 | 0.82 | 0.41 |
| Hex | 35 | 13 | BD | 48 | 5A | 0 | 1A | FC | 52 | 29 |
| Octal | 65 | 23 | 275 | 110 | 132 | 0 | 32 | 374 | 122 | 51 |
| Binary | 110101 | 10011 | 10111101 | 1001000 | 1011010 | 0 | 11010 | 11111100 | 1010010 | 101001 |
Color Harmonies of #3513BD
Complementary color
Monochromatic Colors of #3513BD
Black with #3513BD
Text Example
Text Example
White with #3513BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3513BD; }
p { color: rgb(53,19,189); }
H1.HeaderClassName
{
color: #3513BD;
}
.AnyTagClassName
{
color: #3513BD;
}
</style>
background-color css
<style>
a { background-color: #3513BD; }
a { background-color: rgb(53,19,189); }
div.DivClassName
{
background-color: #3513BD;
}
.BgClassName
{
background-color: #3513BD;
}
</style>
border-color css
<style>
span { border-color: #3513BD; }
span { border-color: rgb(53,19,189); }
td.TdClassName
{
border-color: #3513BD;
}
.TagClassName
{
border-color: #3513BD;
}
</style>