Shades of Royal Blue #3971E1
Tints of Royal Blue #3971E1
RGB
CMYK
RGB Variations
Color information
#3971E1 (or 0x3971E1) is known color: Royal Blue. HEX triplet: 39, 71 and E1. RGB value is (57,113,225). Sum of RGB (Red+Green+Blue) = 57+113+225=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #3971E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3971E1 is #C68E1E. Grayscale: #6C6C6C. Windows color (decimal): -13012511 or 14774585. OLE color: 14774585.
HSL color Cylindrical-coordinate representation of color #3971E1: hue angle of 220º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3971E1 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 113 | 225 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.12 |
| HSL | 220º | 0.74% | 0.55% | - |
| HSV(B) | 220º | 0.75% | 0.88% | - |
| XYZ | 21.18 | 18.12 | 73.61 | - |
| YUV | 109.02 | 193.45 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 225 | 0.75 | 0.50 | 0 | 0.12 | 220 | 0.74 | 0.55 |
| Hex | 39 | 71 | E1 | 4B | 32 | 0 | C | DC | 4A | 37 |
| Octal | 71 | 161 | 341 | 113 | 62 | 0 | 14 | 334 | 112 | 67 |
| Binary | 111001 | 1110001 | 11100001 | 1001011 | 110010 | 0 | 1100 | 11011100 | 1001010 | 110111 |
Color Harmonies of #3971E1
Complementary color
Monochromatic Colors of #3971E1
Black with #3971E1
Text Example
Text Example
White with #3971E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3971E1; }
p { color: rgb(57,113,225); }
H1.HeaderClassName
{
color: #3971E1;
}
.AnyTagClassName
{
color: #3971E1;
}
</style>
background-color css
<style>
a { background-color: #3971E1; }
a { background-color: rgb(57,113,225); }
div.DivClassName
{
background-color: #3971E1;
}
.BgClassName
{
background-color: #3971E1;
}
</style>
border-color css
<style>
span { border-color: #3971E1; }
span { border-color: rgb(57,113,225); }
td.TdClassName
{
border-color: #3971E1;
}
.TagClassName
{
border-color: #3971E1;
}
</style>