Shades of Persian Blue #3531DA
Tints of Persian Blue #3531DA
RGB
CMYK
RGB Variations
Color information
#3531DA (or 0x3531DA) is known color: Persian Blue. HEX triplet: 35, 31 and DA. RGB value is (53,49,218). Sum of RGB (Red+Green+Blue) = 53+49+218=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #3531DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3531DA is #CACE25. Grayscale: #444444. Windows color (decimal): -13291046 or 14299445. OLE color: 14299445.
HSL color Cylindrical-coordinate representation of color #3531DA: hue angle of 241.42º 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 #3531DA is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 49 | 218 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.15 |
| HSL | 241.42º | 0.7% | 0.52% | - |
| HSV(B) | 241.42º | 0.78% | 0.85% | - |
| XYZ | 15.22 | 8.02 | 67.07 | - |
| YUV | 69.46 | 211.83 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 218 | 0.76 | 0.78 | 0 | 0.15 | 241.42 | 0.7 | 0.52 |
| Hex | 35 | 31 | DA | 4C | 4E | 0 | F | F1 | 46 | 34 |
| Octal | 65 | 61 | 332 | 114 | 116 | 0 | 17 | 361 | 106 | 64 |
| Binary | 110101 | 110001 | 11011010 | 1001100 | 1001110 | 0 | 1111 | 11110001 | 1000110 | 110100 |
Color Harmonies of #3531DA
Complementary color
Monochromatic Colors of #3531DA
Black with #3531DA
Text Example
Text Example
White with #3531DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3531DA; }
p { color: rgb(53,49,218); }
H1.HeaderClassName
{
color: #3531DA;
}
.AnyTagClassName
{
color: #3531DA;
}
</style>
background-color css
<style>
a { background-color: #3531DA; }
a { background-color: rgb(53,49,218); }
div.DivClassName
{
background-color: #3531DA;
}
.BgClassName
{
background-color: #3531DA;
}
</style>
border-color css
<style>
span { border-color: #3531DA; }
span { border-color: rgb(53,49,218); }
td.TdClassName
{
border-color: #3531DA;
}
.TagClassName
{
border-color: #3531DA;
}
</style>