Shades of Royal Blue #3586DC
Tints of Royal Blue #3586DC
RGB
CMYK
RGB Variations
Color information
#3586DC (or 0x3586DC) is known color: Royal Blue. HEX triplet: 35, 86 and DC. RGB value is (53,134,220). Sum of RGB (Red+Green+Blue) = 53+134+220=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #3586DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586DC is #CA7923. Grayscale: #777777. Windows color (decimal): -13269284 or 14452277. OLE color: 14452277.
HSL color Cylindrical-coordinate representation of color #3586DC: hue angle of 210.9º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3586DC is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 134 | 220 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.14 |
| HSL | 210.9º | 0.7% | 0.54% | - |
| HSV(B) | 210.9º | 0.76% | 0.86% | - |
| XYZ | 22.91 | 22.97 | 70.94 | - |
| YUV | 119.59 | 184.66 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 134 | 220 | 0.76 | 0.39 | 0 | 0.14 | 210.9 | 0.7 | 0.54 |
| Hex | 35 | 86 | DC | 4C | 27 | 0 | E | D3 | 46 | 36 |
| Octal | 65 | 206 | 334 | 114 | 47 | 0 | 16 | 323 | 106 | 66 |
| Binary | 110101 | 10000110 | 11011100 | 1001100 | 100111 | 0 | 1110 | 11010011 | 1000110 | 110110 |
Color Harmonies of #3586DC
Complementary color
Monochromatic Colors of #3586DC
Black with #3586DC
Text Example
Text Example
White with #3586DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3586DC; }
p { color: rgb(53,134,220); }
H1.HeaderClassName
{
color: #3586DC;
}
.AnyTagClassName
{
color: #3586DC;
}
</style>
background-color css
<style>
a { background-color: #3586DC; }
a { background-color: rgb(53,134,220); }
div.DivClassName
{
background-color: #3586DC;
}
.BgClassName
{
background-color: #3586DC;
}
</style>
border-color css
<style>
span { border-color: #3586DC; }
span { border-color: rgb(53,134,220); }
td.TdClassName
{
border-color: #3586DC;
}
.TagClassName
{
border-color: #3586DC;
}
</style>