Shades of Royal Blue #3971EA
Tints of Royal Blue #3971EA
RGB
CMYK
RGB Variations
Color information
#3971EA (or 0x3971EA) is known color: Royal Blue. HEX triplet: 39, 71 and EA. RGB value is (57,113,234). Sum of RGB (Red+Green+Blue) = 57+113+234=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #3971EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3971EA is #C68E15. Grayscale: #6D6D6D. Windows color (decimal): -13012502 or 15364409. OLE color: 15364409.
HSL color Cylindrical-coordinate representation of color #3971EA: hue angle of 221.02º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3971EA is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 113 | 234 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.08 |
| HSL | 221.02º | 0.81% | 0.57% | - |
| HSV(B) | 221.02º | 0.76% | 0.92% | - |
| XYZ | 22.44 | 18.62 | 80.25 | - |
| YUV | 110.05 | 197.95 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 234 | 0.76 | 0.52 | 0 | 0.08 | 221.02 | 0.81 | 0.57 |
| Hex | 39 | 71 | EA | 4C | 34 | 0 | 8 | DD | 51 | 39 |
| Octal | 71 | 161 | 352 | 114 | 64 | 0 | 10 | 335 | 121 | 71 |
| Binary | 111001 | 1110001 | 11101010 | 1001100 | 110100 | 0 | 1000 | 11011101 | 1010001 | 111001 |
Color Harmonies of #3971EA
Complementary color
Monochromatic Colors of #3971EA
Black with #3971EA
Text Example
Text Example
White with #3971EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3971EA; }
p { color: rgb(57,113,234); }
H1.HeaderClassName
{
color: #3971EA;
}
.AnyTagClassName
{
color: #3971EA;
}
</style>
background-color css
<style>
a { background-color: #3971EA; }
a { background-color: rgb(57,113,234); }
div.DivClassName
{
background-color: #3971EA;
}
.BgClassName
{
background-color: #3971EA;
}
</style>
border-color css
<style>
span { border-color: #3971EA; }
span { border-color: rgb(57,113,234); }
td.TdClassName
{
border-color: #3971EA;
}
.TagClassName
{
border-color: #3971EA;
}
</style>