Shades of Persian Blue #3527BD
Tints of Persian Blue #3527BD
RGB
CMYK
RGB Variations
Color information
#3527BD (or 0x3527BD) is known color: Persian Blue. HEX triplet: 35, 27 and BD. RGB value is (53,39,189). Sum of RGB (Red+Green+Blue) = 53+39+189=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #3527BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3527BD is #CAD842. Grayscale: #3B3B3B. Windows color (decimal): -13293635 or 12396341. OLE color: 12396341.
HSL color Cylindrical-coordinate representation of color #3527BD: hue angle of 245.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3527BD is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 39 | 189 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.26 |
| HSL | 245.6º | 0.66% | 0.45% | - |
| HSV(B) | 245.6º | 0.79% | 0.74% | - |
| XYZ | 11.38 | 5.88 | 48.68 | - |
| YUV | 60.29 | 200.64 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 189 | 0.72 | 0.79 | 0 | 0.26 | 245.6 | 0.66 | 0.45 |
| Hex | 35 | 27 | BD | 48 | 4F | 0 | 1A | F6 | 42 | 2D |
| Octal | 65 | 47 | 275 | 110 | 117 | 0 | 32 | 366 | 102 | 55 |
| Binary | 110101 | 100111 | 10111101 | 1001000 | 1001111 | 0 | 11010 | 11110110 | 1000010 | 101101 |
Color Harmonies of #3527BD
Complementary color
Monochromatic Colors of #3527BD
Black with #3527BD
Text Example
Text Example
White with #3527BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3527BD; }
p { color: rgb(53,39,189); }
H1.HeaderClassName
{
color: #3527BD;
}
.AnyTagClassName
{
color: #3527BD;
}
</style>
background-color css
<style>
a { background-color: #3527BD; }
a { background-color: rgb(53,39,189); }
div.DivClassName
{
background-color: #3527BD;
}
.BgClassName
{
background-color: #3527BD;
}
</style>
border-color css
<style>
span { border-color: #3527BD; }
span { border-color: rgb(53,39,189); }
td.TdClassName
{
border-color: #3527BD;
}
.TagClassName
{
border-color: #3527BD;
}
</style>