Shades of Persian Blue #3522CE
Tints of Persian Blue #3522CE
RGB
CMYK
RGB Variations
Color information
#3522CE (or 0x3522CE) is known color: Persian Blue. HEX triplet: 35, 22 and CE. RGB value is (53,34,206). Sum of RGB (Red+Green+Blue) = 53+34+206=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #3522CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3522CE is #CADD31. Grayscale: #3A3A3A. Windows color (decimal): -13294898 or 13509173. OLE color: 13509173.
HSL color Cylindrical-coordinate representation of color #3522CE: hue angle of 246.63º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3522CE is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 34 | 206 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.19 |
| HSL | 246.63º | 0.72% | 0.47% | - |
| HSV(B) | 246.63º | 0.83% | 0.81% | - |
| XYZ | 13.18 | 6.36 | 58.92 | - |
| YUV | 59.29 | 210.79 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 206 | 0.74 | 0.83 | 0 | 0.19 | 246.63 | 0.72 | 0.47 |
| Hex | 35 | 22 | CE | 4A | 53 | 0 | 13 | F7 | 48 | 2F |
| Octal | 65 | 42 | 316 | 112 | 123 | 0 | 23 | 367 | 110 | 57 |
| Binary | 110101 | 100010 | 11001110 | 1001010 | 1010011 | 0 | 10011 | 11110111 | 1001000 | 101111 |
Color Harmonies of #3522CE
Complementary color
Monochromatic Colors of #3522CE
Black with #3522CE
Text Example
Text Example
White with #3522CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3522CE; }
p { color: rgb(53,34,206); }
H1.HeaderClassName
{
color: #3522CE;
}
.AnyTagClassName
{
color: #3522CE;
}
</style>
background-color css
<style>
a { background-color: #3522CE; }
a { background-color: rgb(53,34,206); }
div.DivClassName
{
background-color: #3522CE;
}
.BgClassName
{
background-color: #3522CE;
}
</style>
border-color css
<style>
span { border-color: #3522CE; }
span { border-color: rgb(53,34,206); }
td.TdClassName
{
border-color: #3522CE;
}
.TagClassName
{
border-color: #3522CE;
}
</style>