Shades of Royal Blue #3964F9
Tints of Royal Blue #3964F9
RGB
CMYK
RGB Variations
Color information
#3964F9 (or 0x3964F9) is known color: Royal Blue. HEX triplet: 39, 64 and F9. RGB value is (57,100,249). Sum of RGB (Red+Green+Blue) = 57+100+249=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 249 (97.66% from 255 or 61.33% from 406); Max value from RGB is 249 - color contains mainly: blue. Hex color #3964F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3964F9 is #C69B06. Grayscale: #676767. Windows color (decimal): -13015815 or 16344121. OLE color: 16344121.
HSL color Cylindrical-coordinate representation of color #3964F9: hue angle of 226.56º 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 #3964F9 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 100 | 249 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.02 |
| HSL | 226.56º | 0.94% | 0.6% | - |
| HSV(B) | 226.56º | 0.77% | 0.98% | - |
| XYZ | 23.34 | 16.82 | 91.64 | - |
| YUV | 104.13 | 209.75 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 249 | 0.77 | 0.60 | 0 | 0.02 | 226.56 | 0.94 | 0.6 |
| Hex | 39 | 64 | F9 | 4D | 3C | 0 | 2 | E3 | 5E | 3C |
| Octal | 71 | 144 | 371 | 115 | 74 | 0 | 2 | 343 | 136 | 74 |
| Binary | 111001 | 1100100 | 11111001 | 1001101 | 111100 | 0 | 10 | 11100011 | 1011110 | 111100 |
Color Harmonies of #3964F9
Complementary color
Monochromatic Colors of #3964F9
Black with #3964F9
Text Example
Text Example
White with #3964F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3964F9; }
p { color: rgb(57,100,249); }
H1.HeaderClassName
{
color: #3964F9;
}
.AnyTagClassName
{
color: #3964F9;
}
</style>
background-color css
<style>
a { background-color: #3964F9; }
a { background-color: rgb(57,100,249); }
div.DivClassName
{
background-color: #3964F9;
}
.BgClassName
{
background-color: #3964F9;
}
</style>
border-color css
<style>
span { border-color: #3964F9; }
span { border-color: rgb(57,100,249); }
td.TdClassName
{
border-color: #3964F9;
}
.TagClassName
{
border-color: #3964F9;
}
</style>