Shades of Royal Blue #3971FB
Tints of Royal Blue #3971FB
RGB
CMYK
RGB Variations
Color information
#3971FB (or 0x3971FB) is known color: Royal Blue. HEX triplet: 39, 71 and FB. RGB value is (57,113,251). Sum of RGB (Red+Green+Blue) = 57+113+251=421 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.54% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #3971FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3971FB is #C68E04. Grayscale: #6F6F6F. Windows color (decimal): -13012485 or 16478521. OLE color: 16478521.
HSL color Cylindrical-coordinate representation of color #3971FB: hue angle of 222.68º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3971FB is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 113 | 251 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.02 |
| HSL | 222.68º | 0.96% | 0.6% | - |
| HSV(B) | 222.68º | 0.77% | 0.98% | - |
| XYZ | 25.01 | 19.65 | 93.74 | - |
| YUV | 111.99 | 206.45 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 251 | 0.77 | 0.55 | 0 | 0.02 | 222.68 | 0.96 | 0.6 |
| Hex | 39 | 71 | FB | 4D | 37 | 0 | 2 | DF | 60 | 3C |
| Octal | 71 | 161 | 373 | 115 | 67 | 0 | 2 | 337 | 140 | 74 |
| Binary | 111001 | 1110001 | 11111011 | 1001101 | 110111 | 0 | 10 | 11011111 | 1100000 | 111100 |
Color Harmonies of #3971FB
Complementary color
Monochromatic Colors of #3971FB
Black with #3971FB
Text Example
Text Example
White with #3971FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3971FB; }
p { color: rgb(57,113,251); }
H1.HeaderClassName
{
color: #3971FB;
}
.AnyTagClassName
{
color: #3971FB;
}
</style>
background-color css
<style>
a { background-color: #3971FB; }
a { background-color: rgb(57,113,251); }
div.DivClassName
{
background-color: #3971FB;
}
.BgClassName
{
background-color: #3971FB;
}
</style>
border-color css
<style>
span { border-color: #3971FB; }
span { border-color: rgb(57,113,251); }
td.TdClassName
{
border-color: #3971FB;
}
.TagClassName
{
border-color: #3971FB;
}
</style>