Shades of Persian Blue #3522CF
Tints of Persian Blue #3522CF
RGB
CMYK
RGB Variations
Color information
#3522CF (or 0x3522CF) is known color: Persian Blue. HEX triplet: 35, 22 and CF. RGB value is (53,34,207). Sum of RGB (Red+Green+Blue) = 53+34+207=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #3522CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3522CF is #CADD30. Grayscale: #3A3A3A. Windows color (decimal): -13294897 or 13574709. OLE color: 13574709.
HSL color Cylindrical-coordinate representation of color #3522CF: hue angle of 246.59º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3522CF is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 34 | 207 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.19 |
| HSL | 246.59º | 0.72% | 0.47% | - |
| HSV(B) | 246.59º | 0.84% | 0.81% | - |
| XYZ | 13.3 | 6.41 | 59.57 | - |
| YUV | 59.4 | 211.29 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 207 | 0.74 | 0.84 | 0 | 0.19 | 246.59 | 0.72 | 0.47 |
| Hex | 35 | 22 | CF | 4A | 54 | 0 | 13 | F7 | 48 | 2F |
| Octal | 65 | 42 | 317 | 112 | 124 | 0 | 23 | 367 | 110 | 57 |
| Binary | 110101 | 100010 | 11001111 | 1001010 | 1010100 | 0 | 10011 | 11110111 | 1001000 | 101111 |
Color Harmonies of #3522CF
Complementary color
Monochromatic Colors of #3522CF
Black with #3522CF
Text Example
Text Example
White with #3522CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3522CF; }
p { color: rgb(53,34,207); }
H1.HeaderClassName
{
color: #3522CF;
}
.AnyTagClassName
{
color: #3522CF;
}
</style>
background-color css
<style>
a { background-color: #3522CF; }
a { background-color: rgb(53,34,207); }
div.DivClassName
{
background-color: #3522CF;
}
.BgClassName
{
background-color: #3522CF;
}
</style>
border-color css
<style>
span { border-color: #3522CF; }
span { border-color: rgb(53,34,207); }
td.TdClassName
{
border-color: #3522CF;
}
.TagClassName
{
border-color: #3522CF;
}
</style>