Shades of Royal Blue #316FEA
Tints of Royal Blue #316FEA
RGB
CMYK
RGB Variations
Color information
#316FEA (or 0x316FEA) is known color: Royal Blue. HEX triplet: 31, 6F and EA. RGB value is (49,111,234). Sum of RGB (Red+Green+Blue) = 49+111+234=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #316FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316FEA is #CE9015. Grayscale: #696969. Windows color (decimal): -13537302 or 15363889. OLE color: 15363889.
HSL color Cylindrical-coordinate representation of color #316FEA: hue angle of 219.89º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316FEA is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 111 | 234 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.08 |
| HSL | 219.89º | 0.81% | 0.55% | - |
| HSV(B) | 219.89º | 0.79% | 0.92% | - |
| XYZ | 21.8 | 17.96 | 80.16 | - |
| YUV | 106.48 | 199.96 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 234 | 0.79 | 0.53 | 0 | 0.08 | 219.89 | 0.81 | 0.55 |
| Hex | 31 | 6F | EA | 4F | 35 | 0 | 8 | DC | 51 | 37 |
| Octal | 61 | 157 | 352 | 117 | 65 | 0 | 10 | 334 | 121 | 67 |
| Binary | 110001 | 1101111 | 11101010 | 1001111 | 110101 | 0 | 1000 | 11011100 | 1010001 | 110111 |
Color Harmonies of #316FEA
Complementary color
Monochromatic Colors of #316FEA
Black with #316FEA
Text Example
Text Example
White with #316FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FEA; }
p { color: rgb(49,111,234); }
H1.HeaderClassName
{
color: #316FEA;
}
.AnyTagClassName
{
color: #316FEA;
}
</style>
background-color css
<style>
a { background-color: #316FEA; }
a { background-color: rgb(49,111,234); }
div.DivClassName
{
background-color: #316FEA;
}
.BgClassName
{
background-color: #316FEA;
}
</style>
border-color css
<style>
span { border-color: #316FEA; }
span { border-color: rgb(49,111,234); }
td.TdClassName
{
border-color: #316FEA;
}
.TagClassName
{
border-color: #316FEA;
}
</style>