Shades of Royal Blue #3650DF
Tints of Royal Blue #3650DF
RGB
CMYK
RGB Variations
Color information
#3650DF (or 0x3650DF) is known color: Royal Blue. HEX triplet: 36, 50 and DF. RGB value is (54,80,223). Sum of RGB (Red+Green+Blue) = 54+80+223=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #3650DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3650DF is #C9AF20. Grayscale: #575757. Windows color (decimal): -13217569 or 14635062. OLE color: 14635062.
HSL color Cylindrical-coordinate representation of color #3650DF: hue angle of 230.77º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3650DF is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 80 | 223 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.13 |
| HSL | 230.77º | 0.73% | 0.54% | - |
| HSV(B) | 230.77º | 0.76% | 0.87% | - |
| XYZ | 17.71 | 11.85 | 71.17 | - |
| YUV | 88.53 | 203.89 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 223 | 0.76 | 0.64 | 0 | 0.13 | 230.77 | 0.73 | 0.54 |
| Hex | 36 | 50 | DF | 4C | 40 | 0 | D | E7 | 49 | 36 |
| Octal | 66 | 120 | 337 | 114 | 100 | 0 | 15 | 347 | 111 | 66 |
| Binary | 110110 | 1010000 | 11011111 | 1001100 | 1000000 | 0 | 1101 | 11100111 | 1001001 | 110110 |
Color Harmonies of #3650DF
Complementary color
Monochromatic Colors of #3650DF
Black with #3650DF
Text Example
Text Example
White with #3650DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3650DF; }
p { color: rgb(54,80,223); }
H1.HeaderClassName
{
color: #3650DF;
}
.AnyTagClassName
{
color: #3650DF;
}
</style>
background-color css
<style>
a { background-color: #3650DF; }
a { background-color: rgb(54,80,223); }
div.DivClassName
{
background-color: #3650DF;
}
.BgClassName
{
background-color: #3650DF;
}
</style>
border-color css
<style>
span { border-color: #3650DF; }
span { border-color: rgb(54,80,223); }
td.TdClassName
{
border-color: #3650DF;
}
.TagClassName
{
border-color: #3650DF;
}
</style>