Shades of Royal Blue #316FE9
Tints of Royal Blue #316FE9
RGB
CMYK
RGB Variations
Color information
#316FE9 (or 0x316FE9) is known color: Royal Blue. HEX triplet: 31, 6F and E9. RGB value is (49,111,233). Sum of RGB (Red+Green+Blue) = 49+111+233=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #316FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316FE9 is #CE9016. Grayscale: #696969. Windows color (decimal): -13537303 or 15298353. OLE color: 15298353.
HSL color Cylindrical-coordinate representation of color #316FE9: hue angle of 219.78º degrees, saturation: 0.81, 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 #316FE9 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 111 | 233 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.09 |
| HSL | 219.78º | 0.81% | 0.55% | - |
| HSV(B) | 219.78º | 0.79% | 0.91% | - |
| XYZ | 21.66 | 17.91 | 79.41 | - |
| YUV | 106.37 | 199.46 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 233 | 0.79 | 0.52 | 0 | 0.09 | 219.78 | 0.81 | 0.55 |
| Hex | 31 | 6F | E9 | 4F | 34 | 0 | 9 | DC | 51 | 37 |
| Octal | 61 | 157 | 351 | 117 | 64 | 0 | 11 | 334 | 121 | 67 |
| Binary | 110001 | 1101111 | 11101001 | 1001111 | 110100 | 0 | 1001 | 11011100 | 1010001 | 110111 |
Color Harmonies of #316FE9
Complementary color
Monochromatic Colors of #316FE9
Black with #316FE9
Text Example
Text Example
White with #316FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FE9; }
p { color: rgb(49,111,233); }
H1.HeaderClassName
{
color: #316FE9;
}
.AnyTagClassName
{
color: #316FE9;
}
</style>
background-color css
<style>
a { background-color: #316FE9; }
a { background-color: rgb(49,111,233); }
div.DivClassName
{
background-color: #316FE9;
}
.BgClassName
{
background-color: #316FE9;
}
</style>
border-color css
<style>
span { border-color: #316FE9; }
span { border-color: rgb(49,111,233); }
td.TdClassName
{
border-color: #316FE9;
}
.TagClassName
{
border-color: #316FE9;
}
</style>