Shades of Persian Blue #3523B1
Tints of Persian Blue #3523B1
RGB
CMYK
RGB Variations
Color information
#3523B1 (or 0x3523B1) is known color: Persian Blue. HEX triplet: 35, 23 and B1. RGB value is (53,35,177). Sum of RGB (Red+Green+Blue) = 53+35+177=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 177 (69.53% from 255 or 66.79% from 265); Max value from RGB is 177 - color contains mainly: blue. Hex color #3523B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3523B1 is #CADC4E. Grayscale: #383838. Windows color (decimal): -13294671 or 11608885. OLE color: 11608885.
HSL color Cylindrical-coordinate representation of color #3523B1: hue angle of 247.61º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3523B1 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 35 | 177 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.31 |
| HSL | 247.61º | 0.67% | 0.42% | - |
| HSV(B) | 247.61º | 0.8% | 0.69% | - |
| XYZ | 10.01 | 5.13 | 42.06 | - |
| YUV | 56.57 | 195.96 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 177 | 0.70 | 0.80 | 0 | 0.31 | 247.61 | 0.67 | 0.42 |
| Hex | 35 | 23 | B1 | 46 | 50 | 0 | 1F | F8 | 43 | 2A |
| Octal | 65 | 43 | 261 | 106 | 120 | 0 | 37 | 370 | 103 | 52 |
| Binary | 110101 | 100011 | 10110001 | 1000110 | 1010000 | 0 | 11111 | 11111000 | 1000011 | 101010 |
Color Harmonies of #3523B1
Complementary color
Monochromatic Colors of #3523B1
Black with #3523B1
Text Example
Text Example
White with #3523B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3523B1; }
p { color: rgb(53,35,177); }
H1.HeaderClassName
{
color: #3523B1;
}
.AnyTagClassName
{
color: #3523B1;
}
</style>
background-color css
<style>
a { background-color: #3523B1; }
a { background-color: rgb(53,35,177); }
div.DivClassName
{
background-color: #3523B1;
}
.BgClassName
{
background-color: #3523B1;
}
</style>
border-color css
<style>
span { border-color: #3523B1; }
span { border-color: rgb(53,35,177); }
td.TdClassName
{
border-color: #3523B1;
}
.TagClassName
{
border-color: #3523B1;
}
</style>