Shades of Royal Blue #316BE8
Tints of Royal Blue #316BE8
RGB
CMYK
RGB Variations
Color information
#316BE8 (or 0x316BE8) is known color: Royal Blue. HEX triplet: 31, 6B and E8. RGB value is (49,107,232). Sum of RGB (Red+Green+Blue) = 49+107+232=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 232 (91.02% from 255 or 59.79% from 388); Max value from RGB is 232 - color contains mainly: blue. Hex color #316BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316BE8 is #CE9417. Grayscale: #676767. Windows color (decimal): -13538328 or 15231793. OLE color: 15231793.
HSL color Cylindrical-coordinate representation of color #316BE8: hue angle of 220.98º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316BE8 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 107 | 232 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.09 |
| HSL | 220.98º | 0.8% | 0.55% | - |
| HSV(B) | 220.98º | 0.79% | 0.91% | - |
| XYZ | 21.09 | 16.99 | 78.51 | - |
| YUV | 103.91 | 200.28 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 232 | 0.79 | 0.54 | 0 | 0.09 | 220.98 | 0.8 | 0.55 |
| Hex | 31 | 6B | E8 | 4F | 36 | 0 | 9 | DD | 50 | 37 |
| Octal | 61 | 153 | 350 | 117 | 66 | 0 | 11 | 335 | 120 | 67 |
| Binary | 110001 | 1101011 | 11101000 | 1001111 | 110110 | 0 | 1001 | 11011101 | 1010000 | 110111 |
Color Harmonies of #316BE8
Complementary color
Monochromatic Colors of #316BE8
Black with #316BE8
Text Example
Text Example
White with #316BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316BE8; }
p { color: rgb(49,107,232); }
H1.HeaderClassName
{
color: #316BE8;
}
.AnyTagClassName
{
color: #316BE8;
}
</style>
background-color css
<style>
a { background-color: #316BE8; }
a { background-color: rgb(49,107,232); }
div.DivClassName
{
background-color: #316BE8;
}
.BgClassName
{
background-color: #316BE8;
}
</style>
border-color css
<style>
span { border-color: #316BE8; }
span { border-color: rgb(49,107,232); }
td.TdClassName
{
border-color: #316BE8;
}
.TagClassName
{
border-color: #316BE8;
}
</style>