Shades of Persian Blue #3531DF
Tints of Persian Blue #3531DF
RGB
CMYK
RGB Variations
Color information
#3531DF (or 0x3531DF) is known color: Persian Blue. HEX triplet: 35, 31 and DF. RGB value is (53,49,223). Sum of RGB (Red+Green+Blue) = 53+49+223=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #3531DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3531DF is #CACE20. Grayscale: #454545. Windows color (decimal): -13291041 or 14627125. OLE color: 14627125.
HSL color Cylindrical-coordinate representation of color #3531DF: hue angle of 241.38º degrees, saturation: 0.73, 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 #3531DF is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 49 | 223 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.13 |
| HSL | 241.38º | 0.73% | 0.53% | - |
| HSV(B) | 241.38º | 0.78% | 0.87% | - |
| XYZ | 15.89 | 8.28 | 70.57 | - |
| YUV | 70.03 | 214.33 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 223 | 0.76 | 0.78 | 0 | 0.13 | 241.38 | 0.73 | 0.53 |
| Hex | 35 | 31 | DF | 4C | 4E | 0 | D | F1 | 49 | 35 |
| Octal | 65 | 61 | 337 | 114 | 116 | 0 | 15 | 361 | 111 | 65 |
| Binary | 110101 | 110001 | 11011111 | 1001100 | 1001110 | 0 | 1101 | 11110001 | 1001001 | 110101 |
Color Harmonies of #3531DF
Complementary color
Monochromatic Colors of #3531DF
Black with #3531DF
Text Example
Text Example
White with #3531DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3531DF; }
p { color: rgb(53,49,223); }
H1.HeaderClassName
{
color: #3531DF;
}
.AnyTagClassName
{
color: #3531DF;
}
</style>
background-color css
<style>
a { background-color: #3531DF; }
a { background-color: rgb(53,49,223); }
div.DivClassName
{
background-color: #3531DF;
}
.BgClassName
{
background-color: #3531DF;
}
</style>
border-color css
<style>
span { border-color: #3531DF; }
span { border-color: rgb(53,49,223); }
td.TdClassName
{
border-color: #3531DF;
}
.TagClassName
{
border-color: #3531DF;
}
</style>