Shades of Persian Blue #3526BD
Tints of Persian Blue #3526BD
RGB
CMYK
RGB Variations
Color information
#3526BD (or 0x3526BD) is known color: Persian Blue. HEX triplet: 35, 26 and BD. RGB value is (53,38,189). Sum of RGB (Red+Green+Blue) = 53+38+189=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #3526BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3526BD is #CAD942. Grayscale: #3B3B3B. Windows color (decimal): -13293891 or 12396085. OLE color: 12396085.
HSL color Cylindrical-coordinate representation of color #3526BD: hue angle of 245.96º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3526BD is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 38 | 189 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.26 |
| HSL | 245.96º | 0.67% | 0.45% | - |
| HSV(B) | 245.96º | 0.8% | 0.74% | - |
| XYZ | 11.35 | 5.82 | 48.67 | - |
| YUV | 59.7 | 200.97 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 189 | 0.72 | 0.80 | 0 | 0.26 | 245.96 | 0.67 | 0.45 |
| Hex | 35 | 26 | BD | 48 | 50 | 0 | 1A | F6 | 43 | 2D |
| Octal | 65 | 46 | 275 | 110 | 120 | 0 | 32 | 366 | 103 | 55 |
| Binary | 110101 | 100110 | 10111101 | 1001000 | 1010000 | 0 | 11010 | 11110110 | 1000011 | 101101 |
Color Harmonies of #3526BD
Complementary color
Monochromatic Colors of #3526BD
Black with #3526BD
Text Example
Text Example
White with #3526BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3526BD; }
p { color: rgb(53,38,189); }
H1.HeaderClassName
{
color: #3526BD;
}
.AnyTagClassName
{
color: #3526BD;
}
</style>
background-color css
<style>
a { background-color: #3526BD; }
a { background-color: rgb(53,38,189); }
div.DivClassName
{
background-color: #3526BD;
}
.BgClassName
{
background-color: #3526BD;
}
</style>
border-color css
<style>
span { border-color: #3526BD; }
span { border-color: rgb(53,38,189); }
td.TdClassName
{
border-color: #3526BD;
}
.TagClassName
{
border-color: #3526BD;
}
</style>