Shades of Persian Blue #3522D0
Tints of Persian Blue #3522D0
RGB
CMYK
RGB Variations
Color information
#3522D0 (or 0x3522D0) is known color: Persian Blue. HEX triplet: 35, 22 and D0. RGB value is (53,34,208). Sum of RGB (Red+Green+Blue) = 53+34+208=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 208 (81.64% from 255 or 70.51% from 295); Max value from RGB is 208 - color contains mainly: blue. Hex color #3522D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3522D0 is #CADD2F. Grayscale: #3A3A3A. Windows color (decimal): -13294896 or 13640245. OLE color: 13640245.
HSL color Cylindrical-coordinate representation of color #3522D0: hue angle of 246.55º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3522D0 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 34 | 208 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.18 |
| HSL | 246.55º | 0.72% | 0.47% | - |
| HSV(B) | 246.55º | 0.84% | 0.82% | - |
| XYZ | 13.43 | 6.46 | 60.21 | - |
| YUV | 59.52 | 211.79 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 208 | 0.75 | 0.84 | 0 | 0.18 | 246.55 | 0.72 | 0.47 |
| Hex | 35 | 22 | D0 | 4B | 54 | 0 | 12 | F7 | 48 | 2F |
| Octal | 65 | 42 | 320 | 113 | 124 | 0 | 22 | 367 | 110 | 57 |
| Binary | 110101 | 100010 | 11010000 | 1001011 | 1010100 | 0 | 10010 | 11110111 | 1001000 | 101111 |
Color Harmonies of #3522D0
Complementary color
Monochromatic Colors of #3522D0
Black with #3522D0
Text Example
Text Example
White with #3522D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3522D0; }
p { color: rgb(53,34,208); }
H1.HeaderClassName
{
color: #3522D0;
}
.AnyTagClassName
{
color: #3522D0;
}
</style>
background-color css
<style>
a { background-color: #3522D0; }
a { background-color: rgb(53,34,208); }
div.DivClassName
{
background-color: #3522D0;
}
.BgClassName
{
background-color: #3522D0;
}
</style>
border-color css
<style>
span { border-color: #3522D0; }
span { border-color: rgb(53,34,208); }
td.TdClassName
{
border-color: #3522D0;
}
.TagClassName
{
border-color: #3522D0;
}
</style>