Shades of Royal Blue #3971EC
Tints of Royal Blue #3971EC
RGB
CMYK
RGB Variations
Color information
#3971EC (or 0x3971EC) is known color: Royal Blue. HEX triplet: 39, 71 and EC. RGB value is (57,113,236). Sum of RGB (Red+Green+Blue) = 57+113+236=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #3971EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3971EC is #C68E13. Grayscale: #6D6D6D. Windows color (decimal): -13012500 or 15495481. OLE color: 15495481.
HSL color Cylindrical-coordinate representation of color #3971EC: hue angle of 221.23º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3971EC is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 113 | 236 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.07 |
| HSL | 221.23º | 0.82% | 0.57% | - |
| HSV(B) | 221.23º | 0.76% | 0.93% | - |
| XYZ | 22.73 | 18.74 | 81.78 | - |
| YUV | 110.28 | 198.95 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 236 | 0.76 | 0.52 | 0 | 0.07 | 221.23 | 0.82 | 0.57 |
| Hex | 39 | 71 | EC | 4C | 34 | 0 | 7 | DD | 52 | 39 |
| Octal | 71 | 161 | 354 | 114 | 64 | 0 | 7 | 335 | 122 | 71 |
| Binary | 111001 | 1110001 | 11101100 | 1001100 | 110100 | 0 | 111 | 11011101 | 1010010 | 111001 |
Color Harmonies of #3971EC
Complementary color
Monochromatic Colors of #3971EC
Black with #3971EC
Text Example
Text Example
White with #3971EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3971EC; }
p { color: rgb(57,113,236); }
H1.HeaderClassName
{
color: #3971EC;
}
.AnyTagClassName
{
color: #3971EC;
}
</style>
background-color css
<style>
a { background-color: #3971EC; }
a { background-color: rgb(57,113,236); }
div.DivClassName
{
background-color: #3971EC;
}
.BgClassName
{
background-color: #3971EC;
}
</style>
border-color css
<style>
span { border-color: #3971EC; }
span { border-color: rgb(57,113,236); }
td.TdClassName
{
border-color: #3971EC;
}
.TagClassName
{
border-color: #3971EC;
}
</style>