Shades of Persian Blue #3530BD
Tints of Persian Blue #3530BD
RGB
CMYK
RGB Variations
Color information
#3530BD (or 0x3530BD) is known color: Persian Blue. HEX triplet: 35, 30 and BD. RGB value is (53,48,189). Sum of RGB (Red+Green+Blue) = 53+48+189=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #3530BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530BD is #CACF42. Grayscale: #414141. Windows color (decimal): -13291331 or 12398645. OLE color: 12398645.
HSL color Cylindrical-coordinate representation of color #3530BD: hue angle of 242.13º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3530BD is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 48 | 189 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.26 |
| HSL | 242.13º | 0.59% | 0.46% | - |
| HSV(B) | 242.13º | 0.75% | 0.74% | - |
| XYZ | 11.71 | 6.54 | 48.79 | - |
| YUV | 65.57 | 197.66 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 189 | 0.72 | 0.75 | 0 | 0.26 | 242.13 | 0.59 | 0.46 |
| Hex | 35 | 30 | BD | 48 | 4B | 0 | 1A | F2 | 3B | 2E |
| Octal | 65 | 60 | 275 | 110 | 113 | 0 | 32 | 362 | 73 | 56 |
| Binary | 110101 | 110000 | 10111101 | 1001000 | 1001011 | 0 | 11010 | 11110010 | 111011 | 101110 |
Color Harmonies of #3530BD
Complementary color
Monochromatic Colors of #3530BD
Black with #3530BD
Text Example
Text Example
White with #3530BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3530BD; }
p { color: rgb(53,48,189); }
H1.HeaderClassName
{
color: #3530BD;
}
.AnyTagClassName
{
color: #3530BD;
}
</style>
background-color css
<style>
a { background-color: #3530BD; }
a { background-color: rgb(53,48,189); }
div.DivClassName
{
background-color: #3530BD;
}
.BgClassName
{
background-color: #3530BD;
}
</style>
border-color css
<style>
span { border-color: #3530BD; }
span { border-color: rgb(53,48,189); }
td.TdClassName
{
border-color: #3530BD;
}
.TagClassName
{
border-color: #3530BD;
}
</style>