Shades of Persian Blue #3532DF
Tints of Persian Blue #3532DF
RGB
CMYK
RGB Variations
Color information
#3532DF (or 0x3532DF) is known color: Persian Blue. HEX triplet: 35, 32 and DF. RGB value is (53,50,223). Sum of RGB (Red+Green+Blue) = 53+50+223=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #3532DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3532DF is #CACD20. Grayscale: #454545. Windows color (decimal): -13290785 or 14627381. OLE color: 14627381.
HSL color Cylindrical-coordinate representation of color #3532DF: hue angle of 241.04º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3532DF is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 50 | 223 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.13 |
| HSL | 241.04º | 0.73% | 0.54% | - |
| HSV(B) | 241.04º | 0.78% | 0.87% | - |
| XYZ | 15.93 | 8.37 | 70.59 | - |
| YUV | 70.62 | 213.99 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 223 | 0.76 | 0.78 | 0 | 0.13 | 241.04 | 0.73 | 0.54 |
| Hex | 35 | 32 | DF | 4C | 4E | 0 | D | F1 | 49 | 36 |
| Octal | 65 | 62 | 337 | 114 | 116 | 0 | 15 | 361 | 111 | 66 |
| Binary | 110101 | 110010 | 11011111 | 1001100 | 1001110 | 0 | 1101 | 11110001 | 1001001 | 110110 |
Color Harmonies of #3532DF
Complementary color
Monochromatic Colors of #3532DF
Black with #3532DF
Text Example
Text Example
White with #3532DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3532DF; }
p { color: rgb(53,50,223); }
H1.HeaderClassName
{
color: #3532DF;
}
.AnyTagClassName
{
color: #3532DF;
}
</style>
background-color css
<style>
a { background-color: #3532DF; }
a { background-color: rgb(53,50,223); }
div.DivClassName
{
background-color: #3532DF;
}
.BgClassName
{
background-color: #3532DF;
}
</style>
border-color css
<style>
span { border-color: #3532DF; }
span { border-color: rgb(53,50,223); }
td.TdClassName
{
border-color: #3532DF;
}
.TagClassName
{
border-color: #3532DF;
}
</style>