Shades of Persian Blue #3530DA
Tints of Persian Blue #3530DA
RGB
CMYK
RGB Variations
Color information
#3530DA (or 0x3530DA) is known color: Persian Blue. HEX triplet: 35, 30 and DA. RGB value is (53,48,218). Sum of RGB (Red+Green+Blue) = 53+48+218=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #3530DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530DA is #CACF25. Grayscale: #444444. Windows color (decimal): -13291302 or 14299189. OLE color: 14299189.
HSL color Cylindrical-coordinate representation of color #3530DA: hue angle of 241.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3530DA is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 48 | 218 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.15 |
| HSL | 241.76º | 0.7% | 0.52% | - |
| HSV(B) | 241.76º | 0.78% | 0.85% | - |
| XYZ | 15.18 | 7.93 | 67.06 | - |
| YUV | 68.88 | 212.16 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 218 | 0.76 | 0.78 | 0 | 0.15 | 241.76 | 0.7 | 0.52 |
| Hex | 35 | 30 | DA | 4C | 4E | 0 | F | F2 | 46 | 34 |
| Octal | 65 | 60 | 332 | 114 | 116 | 0 | 17 | 362 | 106 | 64 |
| Binary | 110101 | 110000 | 11011010 | 1001100 | 1001110 | 0 | 1111 | 11110010 | 1000110 | 110100 |
Color Harmonies of #3530DA
Complementary color
Monochromatic Colors of #3530DA
Black with #3530DA
Text Example
Text Example
White with #3530DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3530DA; }
p { color: rgb(53,48,218); }
H1.HeaderClassName
{
color: #3530DA;
}
.AnyTagClassName
{
color: #3530DA;
}
</style>
background-color css
<style>
a { background-color: #3530DA; }
a { background-color: rgb(53,48,218); }
div.DivClassName
{
background-color: #3530DA;
}
.BgClassName
{
background-color: #3530DA;
}
</style>
border-color css
<style>
span { border-color: #3530DA; }
span { border-color: rgb(53,48,218); }
td.TdClassName
{
border-color: #3530DA;
}
.TagClassName
{
border-color: #3530DA;
}
</style>