Shades of Persian Blue #3522C5
Tints of Persian Blue #3522C5
RGB
CMYK
RGB Variations
Color information
#3522C5 (or 0x3522C5) is known color: Persian Blue. HEX triplet: 35, 22 and C5. RGB value is (53,34,197). Sum of RGB (Red+Green+Blue) = 53+34+197=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 197 (77.34% from 255 or 69.37% from 284); Max value from RGB is 197 - color contains mainly: blue. Hex color #3522C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3522C5 is #CADD3A. Grayscale: #393939. Windows color (decimal): -13294907 or 12919349. OLE color: 12919349.
HSL color Cylindrical-coordinate representation of color #3522C5: hue angle of 246.99º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3522C5 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 34 | 197 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.23 |
| HSL | 246.99º | 0.71% | 0.45% | - |
| HSV(B) | 246.99º | 0.83% | 0.77% | - |
| XYZ | 12.12 | 5.93 | 53.33 | - |
| YUV | 58.26 | 206.29 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 197 | 0.73 | 0.83 | 0 | 0.23 | 246.99 | 0.71 | 0.45 |
| Hex | 35 | 22 | C5 | 49 | 53 | 0 | 17 | F7 | 47 | 2D |
| Octal | 65 | 42 | 305 | 111 | 123 | 0 | 27 | 367 | 107 | 55 |
| Binary | 110101 | 100010 | 11000101 | 1001001 | 1010011 | 0 | 10111 | 11110111 | 1000111 | 101101 |
Color Harmonies of #3522C5
Complementary color
Monochromatic Colors of #3522C5
Black with #3522C5
Text Example
Text Example
White with #3522C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3522C5; }
p { color: rgb(53,34,197); }
H1.HeaderClassName
{
color: #3522C5;
}
.AnyTagClassName
{
color: #3522C5;
}
</style>
background-color css
<style>
a { background-color: #3522C5; }
a { background-color: rgb(53,34,197); }
div.DivClassName
{
background-color: #3522C5;
}
.BgClassName
{
background-color: #3522C5;
}
</style>
border-color css
<style>
span { border-color: #3522C5; }
span { border-color: rgb(53,34,197); }
td.TdClassName
{
border-color: #3522C5;
}
.TagClassName
{
border-color: #3522C5;
}
</style>