Shades of Royal Blue #3961EF
Tints of Royal Blue #3961EF
RGB
CMYK
RGB Variations
Color information
#3961EF (or 0x3961EF) is known color: Royal Blue. HEX triplet: 39, 61 and EF. RGB value is (57,97,239). Sum of RGB (Red+Green+Blue) = 57+97+239=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #3961EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3961EF is #C69E10. Grayscale: #646464. Windows color (decimal): -13016593 or 15687993. OLE color: 15687993.
HSL color Cylindrical-coordinate representation of color #3961EF: hue angle of 226.81º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3961EF is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 97 | 239 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.06 |
| HSL | 226.81º | 0.85% | 0.58% | - |
| HSV(B) | 226.81º | 0.76% | 0.94% | - |
| XYZ | 21.54 | 15.65 | 83.55 | - |
| YUV | 101.23 | 205.75 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 97 | 239 | 0.76 | 0.59 | 0 | 0.06 | 226.81 | 0.85 | 0.58 |
| Hex | 39 | 61 | EF | 4C | 3B | 0 | 6 | E3 | 55 | 3A |
| Octal | 71 | 141 | 357 | 114 | 73 | 0 | 6 | 343 | 125 | 72 |
| Binary | 111001 | 1100001 | 11101111 | 1001100 | 111011 | 0 | 110 | 11100011 | 1010101 | 111010 |
Color Harmonies of #3961EF
Complementary color
Monochromatic Colors of #3961EF
Black with #3961EF
Text Example
Text Example
White with #3961EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3961EF; }
p { color: rgb(57,97,239); }
H1.HeaderClassName
{
color: #3961EF;
}
.AnyTagClassName
{
color: #3961EF;
}
</style>
background-color css
<style>
a { background-color: #3961EF; }
a { background-color: rgb(57,97,239); }
div.DivClassName
{
background-color: #3961EF;
}
.BgClassName
{
background-color: #3961EF;
}
</style>
border-color css
<style>
span { border-color: #3961EF; }
span { border-color: rgb(57,97,239); }
td.TdClassName
{
border-color: #3961EF;
}
.TagClassName
{
border-color: #3961EF;
}
</style>