Shades of Royal Blue #3163FD
Tints of Royal Blue #3163FD
RGB
CMYK
RGB Variations
Color information
#3163FD (or 0x3163FD) is known color: Royal Blue. HEX triplet: 31, 63 and FD. RGB value is (49,99,253). Sum of RGB (Red+Green+Blue) = 49+99+253=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #3163FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3163FD is #CE9C02. Grayscale: #646464. Windows color (decimal): -13540355 or 16606001. OLE color: 16606001.
HSL color Cylindrical-coordinate representation of color #3163FD: hue angle of 225.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3163FD is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 99 | 253 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.01 |
| HSL | 225.29º | 0.98% | 0.59% | - |
| HSV(B) | 225.29º | 0.81% | 0.99% | - |
| XYZ | 23.46 | 16.67 | 94.91 | - |
| YUV | 101.61 | 213.44 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 253 | 0.81 | 0.61 | 0 | 0.01 | 225.29 | 0.98 | 0.59 |
| Hex | 31 | 63 | FD | 51 | 3D | 0 | 1 | E1 | 62 | 3B |
| Octal | 61 | 143 | 375 | 121 | 75 | 0 | 1 | 341 | 142 | 73 |
| Binary | 110001 | 1100011 | 11111101 | 1010001 | 111101 | 0 | 1 | 11100001 | 1100010 | 111011 |
Color Harmonies of #3163FD
Complementary color
Monochromatic Colors of #3163FD
Black with #3163FD
Text Example
Text Example
White with #3163FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3163FD; }
p { color: rgb(49,99,253); }
H1.HeaderClassName
{
color: #3163FD;
}
.AnyTagClassName
{
color: #3163FD;
}
</style>
background-color css
<style>
a { background-color: #3163FD; }
a { background-color: rgb(49,99,253); }
div.DivClassName
{
background-color: #3163FD;
}
.BgClassName
{
background-color: #3163FD;
}
</style>
border-color css
<style>
span { border-color: #3163FD; }
span { border-color: rgb(49,99,253); }
td.TdClassName
{
border-color: #3163FD;
}
.TagClassName
{
border-color: #3163FD;
}
</style>