Shades of Royal Blue #316DFF
Tints of Royal Blue #316DFF
RGB
CMYK
RGB Variations
Color information
#316DFF (or 0x316DFF) is known color: Royal Blue. HEX triplet: 31, 6D and FF. RGB value is (49,109,255). Sum of RGB (Red+Green+Blue) = 49+109+255=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #316DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316DFF is #CE9200. Grayscale: #6B6B6B. Windows color (decimal): -13537793 or 16739633. OLE color: 16739633.
HSL color Cylindrical-coordinate representation of color #316DFF: hue angle of 222.52º 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 #316DFF is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 109 | 255 | - |
| CMYK | 0.81 | 0.57 | 0 | 0 |
| HSL | 222.52º | 1% | 0.6% | - |
| HSV(B) | 222.52º | 0.81% | 1% | - |
| XYZ | 24.79 | 18.81 | 96.93 | - |
| YUV | 107.7 | 211.12 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 255 | 0.81 | 0.57 | 0 | 0 | 222.52 | 1 | 0.6 |
| Hex | 31 | 6D | FF | 51 | 39 | 0 | 0 | DF | 64 | 3C |
| Octal | 61 | 155 | 377 | 121 | 71 | 0 | 0 | 337 | 144 | 74 |
| Binary | 110001 | 1101101 | 11111111 | 1010001 | 111001 | 0 | 0 | 11011111 | 1100100 | 111100 |
Color Harmonies of #316DFF
Complementary color
Monochromatic Colors of #316DFF
Black with #316DFF
Text Example
Text Example
White with #316DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DFF; }
p { color: rgb(49,109,255); }
H1.HeaderClassName
{
color: #316DFF;
}
.AnyTagClassName
{
color: #316DFF;
}
</style>
background-color css
<style>
a { background-color: #316DFF; }
a { background-color: rgb(49,109,255); }
div.DivClassName
{
background-color: #316DFF;
}
.BgClassName
{
background-color: #316DFF;
}
</style>
border-color css
<style>
span { border-color: #316DFF; }
span { border-color: rgb(49,109,255); }
td.TdClassName
{
border-color: #316DFF;
}
.TagClassName
{
border-color: #316DFF;
}
</style>