Shades of Royal Blue #316EF4
Tints of Royal Blue #316EF4
RGB
CMYK
RGB Variations
Color information
#316EF4 (or 0x316EF4) is known color: Royal Blue. HEX triplet: 31, 6E and F4. RGB value is (49,110,244). Sum of RGB (Red+Green+Blue) = 49+110+244=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 244 (95.70% from 255 or 60.55% from 403); Max value from RGB is 244 - color contains mainly: blue. Hex color #316EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316EF4 is #CE910B. Grayscale: #6A6A6A. Windows color (decimal): -13537548 or 16018993. OLE color: 16018993.
HSL color Cylindrical-coordinate representation of color #316EF4: hue angle of 221.23º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #316EF4 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 110 | 244 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.04 |
| HSL | 221.23º | 0.9% | 0.57% | - |
| HSV(B) | 221.23º | 0.8% | 0.96% | - |
| XYZ | 23.17 | 18.34 | 87.91 | - |
| YUV | 107.04 | 205.29 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 244 | 0.80 | 0.55 | 0 | 0.04 | 221.23 | 0.9 | 0.57 |
| Hex | 31 | 6E | F4 | 50 | 37 | 0 | 4 | DD | 5A | 39 |
| Octal | 61 | 156 | 364 | 120 | 67 | 0 | 4 | 335 | 132 | 71 |
| Binary | 110001 | 1101110 | 11110100 | 1010000 | 110111 | 0 | 100 | 11011101 | 1011010 | 111001 |
Color Harmonies of #316EF4
Complementary color
Monochromatic Colors of #316EF4
Black with #316EF4
Text Example
Text Example
White with #316EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316EF4; }
p { color: rgb(49,110,244); }
H1.HeaderClassName
{
color: #316EF4;
}
.AnyTagClassName
{
color: #316EF4;
}
</style>
background-color css
<style>
a { background-color: #316EF4; }
a { background-color: rgb(49,110,244); }
div.DivClassName
{
background-color: #316EF4;
}
.BgClassName
{
background-color: #316EF4;
}
</style>
border-color css
<style>
span { border-color: #316EF4; }
span { border-color: rgb(49,110,244); }
td.TdClassName
{
border-color: #316EF4;
}
.TagClassName
{
border-color: #316EF4;
}
</style>