Shades of Royal Blue #3963F9
Tints of Royal Blue #3963F9
RGB
CMYK
RGB Variations
Color information
#3963F9 (or 0x3963F9) is known color: Royal Blue. HEX triplet: 39, 63 and F9. RGB value is (57,99,249). Sum of RGB (Red+Green+Blue) = 57+99+249=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 249 (97.66% from 255 or 61.48% from 405); Max value from RGB is 249 - color contains mainly: blue. Hex color #3963F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3963F9 is #C69C06. Grayscale: #666666. Windows color (decimal): -13016071 or 16343865. OLE color: 16343865.
HSL color Cylindrical-coordinate representation of color #3963F9: hue angle of 226.88º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3963F9 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 99 | 249 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.02 |
| HSL | 226.88º | 0.94% | 0.6% | - |
| HSV(B) | 226.88º | 0.77% | 0.98% | - |
| XYZ | 23.25 | 16.63 | 91.61 | - |
| YUV | 103.54 | 210.09 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 249 | 0.77 | 0.60 | 0 | 0.02 | 226.88 | 0.94 | 0.6 |
| Hex | 39 | 63 | F9 | 4D | 3C | 0 | 2 | E3 | 5E | 3C |
| Octal | 71 | 143 | 371 | 115 | 74 | 0 | 2 | 343 | 136 | 74 |
| Binary | 111001 | 1100011 | 11111001 | 1001101 | 111100 | 0 | 10 | 11100011 | 1011110 | 111100 |
Color Harmonies of #3963F9
Complementary color
Monochromatic Colors of #3963F9
Black with #3963F9
Text Example
Text Example
White with #3963F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3963F9; }
p { color: rgb(57,99,249); }
H1.HeaderClassName
{
color: #3963F9;
}
.AnyTagClassName
{
color: #3963F9;
}
</style>
background-color css
<style>
a { background-color: #3963F9; }
a { background-color: rgb(57,99,249); }
div.DivClassName
{
background-color: #3963F9;
}
.BgClassName
{
background-color: #3963F9;
}
</style>
border-color css
<style>
span { border-color: #3963F9; }
span { border-color: rgb(57,99,249); }
td.TdClassName
{
border-color: #3963F9;
}
.TagClassName
{
border-color: #3963F9;
}
</style>