Shades of Persian Blue #3525B3
Tints of Persian Blue #3525B3
RGB
CMYK
RGB Variations
Color information
#3525B3 (or 0x3525B3) is known color: Persian Blue. HEX triplet: 35, 25 and B3. RGB value is (53,37,179). Sum of RGB (Red+Green+Blue) = 53+37+179=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #3525B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3525B3 is #CADA4C. Grayscale: #393939. Windows color (decimal): -13294157 or 11740469. OLE color: 11740469.
HSL color Cylindrical-coordinate representation of color #3525B3: hue angle of 246.76º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3525B3 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 37 | 179 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.30 |
| HSL | 246.76º | 0.66% | 0.42% | - |
| HSV(B) | 246.76º | 0.79% | 0.7% | - |
| XYZ | 10.27 | 5.33 | 43.14 | - |
| YUV | 57.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 179 | 0.70 | 0.79 | 0 | 0.30 | 246.76 | 0.66 | 0.42 |
| Hex | 35 | 25 | B3 | 46 | 4F | 0 | 1E | F7 | 42 | 2A |
| Octal | 65 | 45 | 263 | 106 | 117 | 0 | 36 | 367 | 102 | 52 |
| Binary | 110101 | 100101 | 10110011 | 1000110 | 1001111 | 0 | 11110 | 11110111 | 1000010 | 101010 |
Color Harmonies of #3525B3
Complementary color
Monochromatic Colors of #3525B3
Black with #3525B3
Text Example
Text Example
White with #3525B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3525B3; }
p { color: rgb(53,37,179); }
H1.HeaderClassName
{
color: #3525B3;
}
.AnyTagClassName
{
color: #3525B3;
}
</style>
background-color css
<style>
a { background-color: #3525B3; }
a { background-color: rgb(53,37,179); }
div.DivClassName
{
background-color: #3525B3;
}
.BgClassName
{
background-color: #3525B3;
}
</style>
border-color css
<style>
span { border-color: #3525B3; }
span { border-color: rgb(53,37,179); }
td.TdClassName
{
border-color: #3525B3;
}
.TagClassName
{
border-color: #3525B3;
}
</style>