Shades of Persian Blue #3519CC
Tints of Persian Blue #3519CC
RGB
CMYK
RGB Variations
Color information
#3519CC (or 0x3519CC) is known color: Persian Blue. HEX triplet: 35, 19 and CC. RGB value is (53,25,204). Sum of RGB (Red+Green+Blue) = 53+25+204=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #3519CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3519CC is #CAE633. Grayscale: #353535. Windows color (decimal): -13297204 or 13375797. OLE color: 13375797.
HSL color Cylindrical-coordinate representation of color #3519CC: hue angle of 249.39º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3519CC is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 25 | 204 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.2 |
| HSL | 249.39º | 0.78% | 0.45% | - |
| HSV(B) | 249.39º | 0.88% | 0.8% | - |
| XYZ | 12.71 | 5.81 | 57.58 | - |
| YUV | 53.78 | 212.78 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 204 | 0.74 | 0.88 | 0 | 0.2 | 249.39 | 0.78 | 0.45 |
| Hex | 35 | 19 | CC | 4A | 58 | 0 | 14 | F9 | 4E | 2D |
| Octal | 65 | 31 | 314 | 112 | 130 | 0 | 24 | 371 | 116 | 55 |
| Binary | 110101 | 11001 | 11001100 | 1001010 | 1011000 | 0 | 10100 | 11111001 | 1001110 | 101101 |
Color Harmonies of #3519CC
Complementary color
Monochromatic Colors of #3519CC
Black with #3519CC
Text Example
Text Example
White with #3519CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3519CC; }
p { color: rgb(53,25,204); }
H1.HeaderClassName
{
color: #3519CC;
}
.AnyTagClassName
{
color: #3519CC;
}
</style>
background-color css
<style>
a { background-color: #3519CC; }
a { background-color: rgb(53,25,204); }
div.DivClassName
{
background-color: #3519CC;
}
.BgClassName
{
background-color: #3519CC;
}
</style>
border-color css
<style>
span { border-color: #3519CC; }
span { border-color: rgb(53,25,204); }
td.TdClassName
{
border-color: #3519CC;
}
.TagClassName
{
border-color: #3519CC;
}
</style>