Shades of Persian Blue #3521CF
Tints of Persian Blue #3521CF
RGB
CMYK
RGB Variations
Color information
#3521CF (or 0x3521CF) is known color: Persian Blue. HEX triplet: 35, 21 and CF. RGB value is (53,33,207). Sum of RGB (Red+Green+Blue) = 53+33+207=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #3521CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3521CF is #CADE30. Grayscale: #3A3A3A. Windows color (decimal): -13295153 or 13574453. OLE color: 13574453.
HSL color Cylindrical-coordinate representation of color #3521CF: hue angle of 246.9º degrees, saturation: 0.73, 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 #3521CF is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 33 | 207 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.19 |
| HSL | 246.9º | 0.73% | 0.47% | - |
| HSV(B) | 246.9º | 0.84% | 0.81% | - |
| XYZ | 13.27 | 6.35 | 59.56 | - |
| YUV | 58.82 | 211.63 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 207 | 0.74 | 0.84 | 0 | 0.19 | 246.9 | 0.73 | 0.47 |
| Hex | 35 | 21 | CF | 4A | 54 | 0 | 13 | F7 | 48 | 2F |
| Octal | 65 | 41 | 317 | 112 | 124 | 0 | 23 | 367 | 110 | 57 |
| Binary | 110101 | 100001 | 11001111 | 1001010 | 1010100 | 0 | 10011 | 11110111 | 1001000 | 101111 |
Color Harmonies of #3521CF
Complementary color
Monochromatic Colors of #3521CF
Black with #3521CF
Text Example
Text Example
White with #3521CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3521CF; }
p { color: rgb(53,33,207); }
H1.HeaderClassName
{
color: #3521CF;
}
.AnyTagClassName
{
color: #3521CF;
}
</style>
background-color css
<style>
a { background-color: #3521CF; }
a { background-color: rgb(53,33,207); }
div.DivClassName
{
background-color: #3521CF;
}
.BgClassName
{
background-color: #3521CF;
}
</style>
border-color css
<style>
span { border-color: #3521CF; }
span { border-color: rgb(53,33,207); }
td.TdClassName
{
border-color: #3521CF;
}
.TagClassName
{
border-color: #3521CF;
}
</style>