Shades of Persian Blue #3533A9
Tints of Persian Blue #3533A9
RGB
CMYK
RGB Variations
Color information
#3533A9 (or 0x3533A9) is known color: Persian Blue. HEX triplet: 35, 33 and A9. RGB value is (53,51,169). Sum of RGB (Red+Green+Blue) = 53+51+169=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 169 (66.41% from 255 or 61.90% from 273); Max value from RGB is 169 - color contains mainly: blue. Hex color #3533A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3533A9 is #CACC56. Grayscale: #404040. Windows color (decimal): -13290583 or 11088693. OLE color: 11088693.
HSL color Cylindrical-coordinate representation of color #3533A9: hue angle of 241.02º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3533A9 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 51 | 169 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.34 |
| HSL | 241.02º | 0.54% | 0.43% | - |
| HSV(B) | 241.02º | 0.7% | 0.66% | - |
| XYZ | 9.81 | 5.99 | 38.17 | - |
| YUV | 65.05 | 186.66 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 169 | 0.69 | 0.70 | 0 | 0.34 | 241.02 | 0.54 | 0.43 |
| Hex | 35 | 33 | A9 | 45 | 46 | 0 | 22 | F1 | 36 | 2B |
| Octal | 65 | 63 | 251 | 105 | 106 | 0 | 42 | 361 | 66 | 53 |
| Binary | 110101 | 110011 | 10101001 | 1000101 | 1000110 | 0 | 100010 | 11110001 | 110110 | 101011 |
Color Harmonies of #3533A9
Complementary color
Monochromatic Colors of #3533A9
Black with #3533A9
Text Example
Text Example
White with #3533A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3533A9; }
p { color: rgb(53,51,169); }
H1.HeaderClassName
{
color: #3533A9;
}
.AnyTagClassName
{
color: #3533A9;
}
</style>
background-color css
<style>
a { background-color: #3533A9; }
a { background-color: rgb(53,51,169); }
div.DivClassName
{
background-color: #3533A9;
}
.BgClassName
{
background-color: #3533A9;
}
</style>
border-color css
<style>
span { border-color: #3533A9; }
span { border-color: rgb(53,51,169); }
td.TdClassName
{
border-color: #3533A9;
}
.TagClassName
{
border-color: #3533A9;
}
</style>