Shades of Royal Blue #3163FE
Tints of Royal Blue #3163FE
RGB
CMYK
RGB Variations
Color information
#3163FE (or 0x3163FE) is known color: Royal Blue. HEX triplet: 31, 63 and FE. RGB value is (49,99,254). Sum of RGB (Red+Green+Blue) = 49+99+254=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #3163FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3163FE is #CE9C01. Grayscale: #656565. Windows color (decimal): -13540354 or 16671537. OLE color: 16671537.
HSL color Cylindrical-coordinate representation of color #3163FE: hue angle of 225.37º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3163FE is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 99 | 254 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.00 |
| HSL | 225.37º | 0.99% | 0.59% | - |
| HSV(B) | 225.37º | 0.81% | 1% | - |
| XYZ | 23.62 | 16.73 | 95.75 | - |
| YUV | 101.72 | 213.94 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 254 | 0.81 | 0.61 | 0 | 0.00 | 225.37 | 0.99 | 0.59 |
| Hex | 31 | 63 | FE | 51 | 3D | 0 | 0 | E1 | 63 | 3B |
| Octal | 61 | 143 | 376 | 121 | 75 | 0 | 0 | 341 | 143 | 73 |
| Binary | 110001 | 1100011 | 11111110 | 1010001 | 111101 | 0 | 0 | 11100001 | 1100011 | 111011 |
Color Harmonies of #3163FE
Complementary color
Monochromatic Colors of #3163FE
Black with #3163FE
Text Example
Text Example
White with #3163FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3163FE; }
p { color: rgb(49,99,254); }
H1.HeaderClassName
{
color: #3163FE;
}
.AnyTagClassName
{
color: #3163FE;
}
</style>
background-color css
<style>
a { background-color: #3163FE; }
a { background-color: rgb(49,99,254); }
div.DivClassName
{
background-color: #3163FE;
}
.BgClassName
{
background-color: #3163FE;
}
</style>
border-color css
<style>
span { border-color: #3163FE; }
span { border-color: rgb(49,99,254); }
td.TdClassName
{
border-color: #3163FE;
}
.TagClassName
{
border-color: #3163FE;
}
</style>