Shades of Royal Blue #316EFF
Tints of Royal Blue #316EFF
RGB
CMYK
RGB Variations
Color information
#316EFF (or 0x316EFF) is known color: Royal Blue. HEX triplet: 31, 6E and FF. RGB value is (49,110,255). Sum of RGB (Red+Green+Blue) = 49+110+255=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #316EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316EFF is #CE9100. Grayscale: #6B6B6B. Windows color (decimal): -13537537 or 16739889. OLE color: 16739889.
HSL color Cylindrical-coordinate representation of color #316EFF: hue angle of 222.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #316EFF is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 110 | 255 | - |
| CMYK | 0.81 | 0.57 | 0 | 0 |
| HSL | 222.23º | 1% | 0.6% | - |
| HSV(B) | 222.23º | 0.81% | 1% | - |
| XYZ | 24.89 | 19.02 | 96.97 | - |
| YUV | 108.29 | 210.79 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 255 | 0.81 | 0.57 | 0 | 0 | 222.23 | 1 | 0.6 |
| Hex | 31 | 6E | FF | 51 | 39 | 0 | 0 | DE | 64 | 3C |
| Octal | 61 | 156 | 377 | 121 | 71 | 0 | 0 | 336 | 144 | 74 |
| Binary | 110001 | 1101110 | 11111111 | 1010001 | 111001 | 0 | 0 | 11011110 | 1100100 | 111100 |
Color Harmonies of #316EFF
Complementary color
Monochromatic Colors of #316EFF
Black with #316EFF
Text Example
Text Example
White with #316EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316EFF; }
p { color: rgb(49,110,255); }
H1.HeaderClassName
{
color: #316EFF;
}
.AnyTagClassName
{
color: #316EFF;
}
</style>
background-color css
<style>
a { background-color: #316EFF; }
a { background-color: rgb(49,110,255); }
div.DivClassName
{
background-color: #316EFF;
}
.BgClassName
{
background-color: #316EFF;
}
</style>
border-color css
<style>
span { border-color: #316EFF; }
span { border-color: rgb(49,110,255); }
td.TdClassName
{
border-color: #316EFF;
}
.TagClassName
{
border-color: #316EFF;
}
</style>