Shades of Persian Blue #3530DD
Tints of Persian Blue #3530DD
RGB
CMYK
RGB Variations
Color information
#3530DD (or 0x3530DD) is known color: Persian Blue. HEX triplet: 35, 30 and DD. RGB value is (53,48,221). Sum of RGB (Red+Green+Blue) = 53+48+221=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #3530DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530DD is #CACF22. Grayscale: #444444. Windows color (decimal): -13291299 or 14495797. OLE color: 14495797.
HSL color Cylindrical-coordinate representation of color #3530DD: hue angle of 241.73º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3530DD is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 48 | 221 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.13 |
| HSL | 241.73º | 0.72% | 0.53% | - |
| HSV(B) | 241.73º | 0.78% | 0.87% | - |
| XYZ | 15.58 | 8.09 | 69.15 | - |
| YUV | 69.22 | 213.66 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 221 | 0.76 | 0.78 | 0 | 0.13 | 241.73 | 0.72 | 0.53 |
| Hex | 35 | 30 | DD | 4C | 4E | 0 | D | F2 | 48 | 35 |
| Octal | 65 | 60 | 335 | 114 | 116 | 0 | 15 | 362 | 110 | 65 |
| Binary | 110101 | 110000 | 11011101 | 1001100 | 1001110 | 0 | 1101 | 11110010 | 1001000 | 110101 |
Color Harmonies of #3530DD
Complementary color
Monochromatic Colors of #3530DD
Black with #3530DD
Text Example
Text Example
White with #3530DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3530DD; }
p { color: rgb(53,48,221); }
H1.HeaderClassName
{
color: #3530DD;
}
.AnyTagClassName
{
color: #3530DD;
}
</style>
background-color css
<style>
a { background-color: #3530DD; }
a { background-color: rgb(53,48,221); }
div.DivClassName
{
background-color: #3530DD;
}
.BgClassName
{
background-color: #3530DD;
}
</style>
border-color css
<style>
span { border-color: #3530DD; }
span { border-color: rgb(53,48,221); }
td.TdClassName
{
border-color: #3530DD;
}
.TagClassName
{
border-color: #3530DD;
}
</style>