Shades of Royal Blue #3971D4
Tints of Royal Blue #3971D4
RGB
CMYK
RGB Variations
Color information
#3971D4 (or 0x3971D4) is known color: Royal Blue. HEX triplet: 39, 71 and D4. RGB value is (57,113,212). Sum of RGB (Red+Green+Blue) = 57+113+212=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 212 (83.20% from 255 or 55.50% from 382); Max value from RGB is 212 - color contains mainly: blue. Hex color #3971D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3971D4 is #C68E2B. Grayscale: #6B6B6B. Windows color (decimal): -13012524 or 13922617. OLE color: 13922617.
HSL color Cylindrical-coordinate representation of color #3971D4: hue angle of 218.32º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3971D4 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 113 | 212 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.17 |
| HSL | 218.32º | 0.64% | 0.53% | - |
| HSV(B) | 218.32º | 0.73% | 0.83% | - |
| XYZ | 19.48 | 17.43 | 64.63 | - |
| YUV | 107.54 | 186.95 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 212 | 0.73 | 0.47 | 0 | 0.17 | 218.32 | 0.64 | 0.53 |
| Hex | 39 | 71 | D4 | 49 | 2F | 0 | 11 | DA | 40 | 35 |
| Octal | 71 | 161 | 324 | 111 | 57 | 0 | 21 | 332 | 100 | 65 |
| Binary | 111001 | 1110001 | 11010100 | 1001001 | 101111 | 0 | 10001 | 11011010 | 1000000 | 110101 |
Color Harmonies of #3971D4
Complementary color
Monochromatic Colors of #3971D4
Black with #3971D4
Text Example
Text Example
White with #3971D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3971D4; }
p { color: rgb(57,113,212); }
H1.HeaderClassName
{
color: #3971D4;
}
.AnyTagClassName
{
color: #3971D4;
}
</style>
background-color css
<style>
a { background-color: #3971D4; }
a { background-color: rgb(57,113,212); }
div.DivClassName
{
background-color: #3971D4;
}
.BgClassName
{
background-color: #3971D4;
}
</style>
border-color css
<style>
span { border-color: #3971D4; }
span { border-color: rgb(57,113,212); }
td.TdClassName
{
border-color: #3971D4;
}
.TagClassName
{
border-color: #3971D4;
}
</style>