Shades of Royal Blue #3650E0
Tints of Royal Blue #3650E0
RGB
CMYK
RGB Variations
Color information
#3650E0 (or 0x3650E0) is known color: Royal Blue. HEX triplet: 36, 50 and E0. RGB value is (54,80,224). Sum of RGB (Red+Green+Blue) = 54+80+224=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #3650E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3650E0 is #C9AF1F. Grayscale: #585858. Windows color (decimal): -13217568 or 14700598. OLE color: 14700598.
HSL color Cylindrical-coordinate representation of color #3650E0: hue angle of 230.82º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3650E0 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 80 | 224 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.12 |
| HSL | 230.82º | 0.73% | 0.55% | - |
| HSV(B) | 230.82º | 0.76% | 0.88% | - |
| XYZ | 17.84 | 11.9 | 71.88 | - |
| YUV | 88.64 | 204.39 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 224 | 0.76 | 0.64 | 0 | 0.12 | 230.82 | 0.73 | 0.55 |
| Hex | 36 | 50 | E0 | 4C | 40 | 0 | C | E7 | 49 | 37 |
| Octal | 66 | 120 | 340 | 114 | 100 | 0 | 14 | 347 | 111 | 67 |
| Binary | 110110 | 1010000 | 11100000 | 1001100 | 1000000 | 0 | 1100 | 11100111 | 1001001 | 110111 |
Color Harmonies of #3650E0
Complementary color
Monochromatic Colors of #3650E0
Black with #3650E0
Text Example
Text Example
White with #3650E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3650E0; }
p { color: rgb(54,80,224); }
H1.HeaderClassName
{
color: #3650E0;
}
.AnyTagClassName
{
color: #3650E0;
}
</style>
background-color css
<style>
a { background-color: #3650E0; }
a { background-color: rgb(54,80,224); }
div.DivClassName
{
background-color: #3650E0;
}
.BgClassName
{
background-color: #3650E0;
}
</style>
border-color css
<style>
span { border-color: #3650E0; }
span { border-color: rgb(54,80,224); }
td.TdClassName
{
border-color: #3650E0;
}
.TagClassName
{
border-color: #3650E0;
}
</style>