Shades of Persian Blue #3532CA
Tints of Persian Blue #3532CA
RGB
CMYK
RGB Variations
Color information
#3532CA (or 0x3532CA) is known color: Persian Blue. HEX triplet: 35, 32 and CA. RGB value is (53,50,202). Sum of RGB (Red+Green+Blue) = 53+50+202=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #3532CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3532CA is #CACD35. Grayscale: #434343. Windows color (decimal): -13290806 or 13251125. OLE color: 13251125.
HSL color Cylindrical-coordinate representation of color #3532CA: hue angle of 241.18º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3532CA is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 50 | 202 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.21 |
| HSL | 241.18º | 0.6% | 0.49% | - |
| HSV(B) | 241.18º | 0.75% | 0.79% | - |
| XYZ | 13.27 | 7.3 | 56.59 | - |
| YUV | 68.23 | 203.49 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 202 | 0.74 | 0.75 | 0 | 0.21 | 241.18 | 0.6 | 0.49 |
| Hex | 35 | 32 | CA | 4A | 4B | 0 | 15 | F1 | 3C | 31 |
| Octal | 65 | 62 | 312 | 112 | 113 | 0 | 25 | 361 | 74 | 61 |
| Binary | 110101 | 110010 | 11001010 | 1001010 | 1001011 | 0 | 10101 | 11110001 | 111100 | 110001 |
Color Harmonies of #3532CA
Complementary color
Monochromatic Colors of #3532CA
Black with #3532CA
Text Example
Text Example
White with #3532CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3532CA; }
p { color: rgb(53,50,202); }
H1.HeaderClassName
{
color: #3532CA;
}
.AnyTagClassName
{
color: #3532CA;
}
</style>
background-color css
<style>
a { background-color: #3532CA; }
a { background-color: rgb(53,50,202); }
div.DivClassName
{
background-color: #3532CA;
}
.BgClassName
{
background-color: #3532CA;
}
</style>
border-color css
<style>
span { border-color: #3532CA; }
span { border-color: rgb(53,50,202); }
td.TdClassName
{
border-color: #3532CA;
}
.TagClassName
{
border-color: #3532CA;
}
</style>