Shades of Persian Blue #3524CF
Tints of Persian Blue #3524CF
RGB
CMYK
RGB Variations
Color information
#3524CF (or 0x3524CF) is known color: Persian Blue. HEX triplet: 35, 24 and CF. RGB value is (53,36,207). Sum of RGB (Red+Green+Blue) = 53+36+207=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #3524CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3524CF is #CADB30. Grayscale: #3B3B3B. Windows color (decimal): -13294385 or 13575221. OLE color: 13575221.
HSL color Cylindrical-coordinate representation of color #3524CF: hue angle of 245.96º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3524CF is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 36 | 207 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.19 |
| HSL | 245.96º | 0.7% | 0.48% | - |
| HSV(B) | 245.96º | 0.83% | 0.81% | - |
| XYZ | 13.36 | 6.52 | 59.59 | - |
| YUV | 60.58 | 210.63 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 207 | 0.74 | 0.83 | 0 | 0.19 | 245.96 | 0.7 | 0.48 |
| Hex | 35 | 24 | CF | 4A | 53 | 0 | 13 | F6 | 46 | 30 |
| Octal | 65 | 44 | 317 | 112 | 123 | 0 | 23 | 366 | 106 | 60 |
| Binary | 110101 | 100100 | 11001111 | 1001010 | 1010011 | 0 | 10011 | 11110110 | 1000110 | 110000 |
Color Harmonies of #3524CF
Complementary color
Monochromatic Colors of #3524CF
Black with #3524CF
Text Example
Text Example
White with #3524CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3524CF; }
p { color: rgb(53,36,207); }
H1.HeaderClassName
{
color: #3524CF;
}
.AnyTagClassName
{
color: #3524CF;
}
</style>
background-color css
<style>
a { background-color: #3524CF; }
a { background-color: rgb(53,36,207); }
div.DivClassName
{
background-color: #3524CF;
}
.BgClassName
{
background-color: #3524CF;
}
</style>
border-color css
<style>
span { border-color: #3524CF; }
span { border-color: rgb(53,36,207); }
td.TdClassName
{
border-color: #3524CF;
}
.TagClassName
{
border-color: #3524CF;
}
</style>