Shades of Royal Blue #316FFF
Tints of Royal Blue #316FFF
RGB
CMYK
RGB Variations
Color information
#316FFF (or 0x316FFF) is known color: Royal Blue. HEX triplet: 31, 6F and FF. RGB value is (49,111,255). Sum of RGB (Red+Green+Blue) = 49+111+255=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #316FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316FFF is #CE9000. Grayscale: #6C6C6C. Windows color (decimal): -13537281 or 16740145. OLE color: 16740145.
HSL color Cylindrical-coordinate representation of color #316FFF: hue angle of 221.94º 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 #316FFF is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 111 | 255 | - |
| CMYK | 0.81 | 0.56 | 0 | 0 |
| HSL | 221.94º | 1% | 0.6% | - |
| HSV(B) | 221.94º | 0.81% | 1% | - |
| XYZ | 25 | 19.24 | 97 | - |
| YUV | 108.88 | 210.46 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 255 | 0.81 | 0.56 | 0 | 0 | 221.94 | 1 | 0.6 |
| Hex | 31 | 6F | FF | 51 | 38 | 0 | 0 | DE | 64 | 3C |
| Octal | 61 | 157 | 377 | 121 | 70 | 0 | 0 | 336 | 144 | 74 |
| Binary | 110001 | 1101111 | 11111111 | 1010001 | 111000 | 0 | 0 | 11011110 | 1100100 | 111100 |
Color Harmonies of #316FFF
Complementary color
Monochromatic Colors of #316FFF
Black with #316FFF
Text Example
Text Example
White with #316FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FFF; }
p { color: rgb(49,111,255); }
H1.HeaderClassName
{
color: #316FFF;
}
.AnyTagClassName
{
color: #316FFF;
}
</style>
background-color css
<style>
a { background-color: #316FFF; }
a { background-color: rgb(49,111,255); }
div.DivClassName
{
background-color: #316FFF;
}
.BgClassName
{
background-color: #316FFF;
}
</style>
border-color css
<style>
span { border-color: #316FFF; }
span { border-color: rgb(49,111,255); }
td.TdClassName
{
border-color: #316FFF;
}
.TagClassName
{
border-color: #316FFF;
}
</style>