Shades of Persian Blue #3524CA
Tints of Persian Blue #3524CA
RGB
CMYK
RGB Variations
Color information
#3524CA (or 0x3524CA) is known color: Persian Blue. HEX triplet: 35, 24 and CA. RGB value is (53,36,202). Sum of RGB (Red+Green+Blue) = 53+36+202=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #3524CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3524CA is #CADB35. Grayscale: #3B3B3B. Windows color (decimal): -13294390 or 13247541. OLE color: 13247541.
HSL color Cylindrical-coordinate representation of color #3524CA: hue angle of 246.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3524CA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 36 | 202 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.21 |
| HSL | 246.14º | 0.7% | 0.47% | - |
| HSV(B) | 246.14º | 0.82% | 0.79% | - |
| XYZ | 12.76 | 6.28 | 56.42 | - |
| YUV | 60.01 | 208.13 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 202 | 0.74 | 0.82 | 0 | 0.21 | 246.14 | 0.7 | 0.47 |
| Hex | 35 | 24 | CA | 4A | 52 | 0 | 15 | F6 | 46 | 2F |
| Octal | 65 | 44 | 312 | 112 | 122 | 0 | 25 | 366 | 106 | 57 |
| Binary | 110101 | 100100 | 11001010 | 1001010 | 1010010 | 0 | 10101 | 11110110 | 1000110 | 101111 |
Color Harmonies of #3524CA
Complementary color
Monochromatic Colors of #3524CA
Black with #3524CA
Text Example
Text Example
White with #3524CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3524CA; }
p { color: rgb(53,36,202); }
H1.HeaderClassName
{
color: #3524CA;
}
.AnyTagClassName
{
color: #3524CA;
}
</style>
background-color css
<style>
a { background-color: #3524CA; }
a { background-color: rgb(53,36,202); }
div.DivClassName
{
background-color: #3524CA;
}
.BgClassName
{
background-color: #3524CA;
}
</style>
border-color css
<style>
span { border-color: #3524CA; }
span { border-color: rgb(53,36,202); }
td.TdClassName
{
border-color: #3524CA;
}
.TagClassName
{
border-color: #3524CA;
}
</style>