Shades of Royal Blue #3650EC
Tints of Royal Blue #3650EC
RGB
CMYK
RGB Variations
Color information
#3650EC (or 0x3650EC) is known color: Royal Blue. HEX triplet: 36, 50 and EC. RGB value is (54,80,236). Sum of RGB (Red+Green+Blue) = 54+80+236=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #3650EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3650EC is #C9AF13. Grayscale: #595959. Windows color (decimal): -13217556 or 15487030. OLE color: 15487030.
HSL color Cylindrical-coordinate representation of color #3650EC: hue angle of 231.43º 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 #3650EC is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 80 | 236 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.07 |
| HSL | 231.43º | 0.83% | 0.57% | - |
| HSV(B) | 231.43º | 0.77% | 0.93% | - |
| XYZ | 19.53 | 12.58 | 80.76 | - |
| YUV | 90.01 | 210.39 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 236 | 0.77 | 0.66 | 0 | 0.07 | 231.43 | 0.83 | 0.57 |
| Hex | 36 | 50 | EC | 4D | 42 | 0 | 7 | E7 | 53 | 39 |
| Octal | 66 | 120 | 354 | 115 | 102 | 0 | 7 | 347 | 123 | 71 |
| Binary | 110110 | 1010000 | 11101100 | 1001101 | 1000010 | 0 | 111 | 11100111 | 1010011 | 111001 |
Color Harmonies of #3650EC
Complementary color
Monochromatic Colors of #3650EC
Black with #3650EC
Text Example
Text Example
White with #3650EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3650EC; }
p { color: rgb(54,80,236); }
H1.HeaderClassName
{
color: #3650EC;
}
.AnyTagClassName
{
color: #3650EC;
}
</style>
background-color css
<style>
a { background-color: #3650EC; }
a { background-color: rgb(54,80,236); }
div.DivClassName
{
background-color: #3650EC;
}
.BgClassName
{
background-color: #3650EC;
}
</style>
border-color css
<style>
span { border-color: #3650EC; }
span { border-color: rgb(54,80,236); }
td.TdClassName
{
border-color: #3650EC;
}
.TagClassName
{
border-color: #3650EC;
}
</style>