Shades of Royal Blue #3656EC
Tints of Royal Blue #3656EC
RGB
CMYK
RGB Variations
Color information
#3656EC (or 0x3656EC) is known color: Royal Blue. HEX triplet: 36, 56 and EC. RGB value is (54,86,236). Sum of RGB (Red+Green+Blue) = 54+86+236=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #3656EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3656EC is #C9A913. Grayscale: #5C5C5C. Windows color (decimal): -13216020 or 15488566. OLE color: 15488566.
HSL color Cylindrical-coordinate representation of color #3656EC: hue angle of 229.45º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3656EC is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 86 | 236 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.07 |
| HSL | 229.45º | 0.83% | 0.57% | - |
| HSV(B) | 229.45º | 0.77% | 0.93% | - |
| XYZ | 19.99 | 13.5 | 80.91 | - |
| YUV | 93.53 | 208.4 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 236 | 0.77 | 0.64 | 0 | 0.07 | 229.45 | 0.83 | 0.57 |
| Hex | 36 | 56 | EC | 4D | 40 | 0 | 7 | E5 | 53 | 39 |
| Octal | 66 | 126 | 354 | 115 | 100 | 0 | 7 | 345 | 123 | 71 |
| Binary | 110110 | 1010110 | 11101100 | 1001101 | 1000000 | 0 | 111 | 11100101 | 1010011 | 111001 |
Color Harmonies of #3656EC
Complementary color
Monochromatic Colors of #3656EC
Black with #3656EC
Text Example
Text Example
White with #3656EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3656EC; }
p { color: rgb(54,86,236); }
H1.HeaderClassName
{
color: #3656EC;
}
.AnyTagClassName
{
color: #3656EC;
}
</style>
background-color css
<style>
a { background-color: #3656EC; }
a { background-color: rgb(54,86,236); }
div.DivClassName
{
background-color: #3656EC;
}
.BgClassName
{
background-color: #3656EC;
}
</style>
border-color css
<style>
span { border-color: #3656EC; }
span { border-color: rgb(54,86,236); }
td.TdClassName
{
border-color: #3656EC;
}
.TagClassName
{
border-color: #3656EC;
}
</style>