Shades of Royal Blue #316AF5
Tints of Royal Blue #316AF5
RGB
CMYK
RGB Variations
Color information
#316AF5 (or 0x316AF5) is known color: Royal Blue. HEX triplet: 31, 6A and F5. RGB value is (49,106,245). Sum of RGB (Red+Green+Blue) = 49+106+245=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 245 (96.09% from 255 or 61.25% from 400); Max value from RGB is 245 - color contains mainly: blue. Hex color #316AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316AF5 is #CE950A. Grayscale: #686868. Windows color (decimal): -13538571 or 16083505. OLE color: 16083505.
HSL color Cylindrical-coordinate representation of color #316AF5: hue angle of 222.55º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #316AF5 is Cyan = 0.8, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 106 | 245 | - |
| CMYK | 0.8 | 0.57 | 0 | 0.04 |
| HSL | 222.55º | 0.91% | 0.58% | - |
| HSV(B) | 222.55º | 0.8% | 0.96% | - |
| XYZ | 22.9 | 17.55 | 88.57 | - |
| YUV | 104.8 | 207.12 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 245 | 0.8 | 0.57 | 0 | 0.04 | 222.55 | 0.91 | 0.58 |
| Hex | 31 | 6A | F5 | 50 | 39 | 0 | 4 | DF | 5B | 3A |
| Octal | 61 | 152 | 365 | 120 | 71 | 0 | 4 | 337 | 133 | 72 |
| Binary | 110001 | 1101010 | 11110101 | 1010000 | 111001 | 0 | 100 | 11011111 | 1011011 | 111010 |
Color Harmonies of #316AF5
Complementary color
Monochromatic Colors of #316AF5
Black with #316AF5
Text Example
Text Example
White with #316AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316AF5; }
p { color: rgb(49,106,245); }
H1.HeaderClassName
{
color: #316AF5;
}
.AnyTagClassName
{
color: #316AF5;
}
</style>
background-color css
<style>
a { background-color: #316AF5; }
a { background-color: rgb(49,106,245); }
div.DivClassName
{
background-color: #316AF5;
}
.BgClassName
{
background-color: #316AF5;
}
</style>
border-color css
<style>
span { border-color: #316AF5; }
span { border-color: rgb(49,106,245); }
td.TdClassName
{
border-color: #316AF5;
}
.TagClassName
{
border-color: #316AF5;
}
</style>