Shades of Persian Blue #3520AF
Tints of Persian Blue #3520AF
RGB
CMYK
RGB Variations
Color information
#3520AF (or 0x3520AF) is known color: Persian Blue. HEX triplet: 35, 20 and AF. RGB value is (53,32,175). Sum of RGB (Red+Green+Blue) = 53+32+175=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #3520AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3520AF is #CADF50. Grayscale: #363636. Windows color (decimal): -13295441 or 11477045. OLE color: 11477045.
HSL color Cylindrical-coordinate representation of color #3520AF: hue angle of 248.81º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3520AF is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 32 | 175 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.31 |
| HSL | 248.81º | 0.69% | 0.41% | - |
| HSV(B) | 248.81º | 0.82% | 0.69% | - |
| XYZ | 9.72 | 4.89 | 40.99 | - |
| YUV | 54.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 175 | 0.70 | 0.82 | 0 | 0.31 | 248.81 | 0.69 | 0.41 |
| Hex | 35 | 20 | AF | 46 | 52 | 0 | 1F | F9 | 45 | 29 |
| Octal | 65 | 40 | 257 | 106 | 122 | 0 | 37 | 371 | 105 | 51 |
| Binary | 110101 | 100000 | 10101111 | 1000110 | 1010010 | 0 | 11111 | 11111001 | 1000101 | 101001 |
Color Harmonies of #3520AF
Complementary color
Monochromatic Colors of #3520AF
Black with #3520AF
Text Example
Text Example
White with #3520AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3520AF; }
p { color: rgb(53,32,175); }
H1.HeaderClassName
{
color: #3520AF;
}
.AnyTagClassName
{
color: #3520AF;
}
</style>
background-color css
<style>
a { background-color: #3520AF; }
a { background-color: rgb(53,32,175); }
div.DivClassName
{
background-color: #3520AF;
}
.BgClassName
{
background-color: #3520AF;
}
</style>
border-color css
<style>
span { border-color: #3520AF; }
span { border-color: rgb(53,32,175); }
td.TdClassName
{
border-color: #3520AF;
}
.TagClassName
{
border-color: #3520AF;
}
</style>