Shades of Royal Blue #3971DF
Tints of Royal Blue #3971DF
RGB
CMYK
RGB Variations
Color information
#3971DF (or 0x3971DF) is known color: Royal Blue. HEX triplet: 39, 71 and DF. RGB value is (57,113,223). Sum of RGB (Red+Green+Blue) = 57+113+223=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #3971DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3971DF is #C68E20. Grayscale: #6C6C6C. Windows color (decimal): -13012513 or 14643513. OLE color: 14643513.
HSL color Cylindrical-coordinate representation of color #3971DF: hue angle of 219.76º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3971DF is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 113 | 223 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.13 |
| HSL | 219.76º | 0.72% | 0.55% | - |
| HSV(B) | 219.76º | 0.74% | 0.87% | - |
| XYZ | 20.91 | 18.01 | 72.19 | - |
| YUV | 108.8 | 192.45 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 223 | 0.74 | 0.49 | 0 | 0.13 | 219.76 | 0.72 | 0.55 |
| Hex | 39 | 71 | DF | 4A | 31 | 0 | D | DC | 48 | 37 |
| Octal | 71 | 161 | 337 | 112 | 61 | 0 | 15 | 334 | 110 | 67 |
| Binary | 111001 | 1110001 | 11011111 | 1001010 | 110001 | 0 | 1101 | 11011100 | 1001000 | 110111 |
Color Harmonies of #3971DF
Complementary color
Monochromatic Colors of #3971DF
Black with #3971DF
Text Example
Text Example
White with #3971DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3971DF; }
p { color: rgb(57,113,223); }
H1.HeaderClassName
{
color: #3971DF;
}
.AnyTagClassName
{
color: #3971DF;
}
</style>
background-color css
<style>
a { background-color: #3971DF; }
a { background-color: rgb(57,113,223); }
div.DivClassName
{
background-color: #3971DF;
}
.BgClassName
{
background-color: #3971DF;
}
</style>
border-color css
<style>
span { border-color: #3971DF; }
span { border-color: rgb(57,113,223); }
td.TdClassName
{
border-color: #3971DF;
}
.TagClassName
{
border-color: #3971DF;
}
</style>