Shades of Persian Blue #3516C0
Tints of Persian Blue #3516C0
RGB
CMYK
RGB Variations
Color information
#3516C0 (or 0x3516C0) is known color: Persian Blue. HEX triplet: 35, 16 and C0. RGB value is (53,22,192). Sum of RGB (Red+Green+Blue) = 53+22+192=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 192 (75.39% from 255 or 71.91% from 267); Max value from RGB is 192 - color contains mainly: blue. Hex color #3516C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3516C0 is #CAE93F. Grayscale: #323232. Windows color (decimal): -13297984 or 12588597. OLE color: 12588597.
HSL color Cylindrical-coordinate representation of color #3516C0: hue angle of 250.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3516C0 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 22 | 192 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.25 |
| HSL | 250.94º | 0.79% | 0.42% | - |
| HSV(B) | 250.94º | 0.89% | 0.75% | - |
| XYZ | 11.27 | 5.14 | 50.27 | - |
| YUV | 50.65 | 207.77 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 192 | 0.72 | 0.89 | 0 | 0.25 | 250.94 | 0.79 | 0.42 |
| Hex | 35 | 16 | C0 | 48 | 59 | 0 | 19 | FB | 4F | 2A |
| Octal | 65 | 26 | 300 | 110 | 131 | 0 | 31 | 373 | 117 | 52 |
| Binary | 110101 | 10110 | 11000000 | 1001000 | 1011001 | 0 | 11001 | 11111011 | 1001111 | 101010 |
Color Harmonies of #3516C0
Complementary color
Monochromatic Colors of #3516C0
Black with #3516C0
Text Example
Text Example
White with #3516C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3516C0; }
p { color: rgb(53,22,192); }
H1.HeaderClassName
{
color: #3516C0;
}
.AnyTagClassName
{
color: #3516C0;
}
</style>
background-color css
<style>
a { background-color: #3516C0; }
a { background-color: rgb(53,22,192); }
div.DivClassName
{
background-color: #3516C0;
}
.BgClassName
{
background-color: #3516C0;
}
</style>
border-color css
<style>
span { border-color: #3516C0; }
span { border-color: rgb(53,22,192); }
td.TdClassName
{
border-color: #3516C0;
}
.TagClassName
{
border-color: #3516C0;
}
</style>