Shades of Royal Blue #3163D8
Tints of Royal Blue #3163D8
RGB
CMYK
RGB Variations
Color information
#3163D8 (or 0x3163D8) is known color: Royal Blue. HEX triplet: 31, 63 and D8. RGB value is (49,99,216). Sum of RGB (Red+Green+Blue) = 49+99+216=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 216 (84.77% from 255 or 59.34% from 364); Max value from RGB is 216 - color contains mainly: blue. Hex color #3163D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163D8 is #CE9C27. Grayscale: #606060. Windows color (decimal): -13540392 or 14181169. OLE color: 14181169.
HSL color Cylindrical-coordinate representation of color #3163D8: hue angle of 222.04º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3163D8 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 99 | 216 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.15 |
| HSL | 222.04º | 0.68% | 0.52% | - |
| HSV(B) | 222.04º | 0.77% | 0.85% | - |
| XYZ | 18.12 | 14.53 | 66.82 | - |
| YUV | 97.39 | 194.94 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 216 | 0.77 | 0.54 | 0 | 0.15 | 222.04 | 0.68 | 0.52 |
| Hex | 31 | 63 | D8 | 4D | 36 | 0 | F | DE | 44 | 34 |
| Octal | 61 | 143 | 330 | 115 | 66 | 0 | 17 | 336 | 104 | 64 |
| Binary | 110001 | 1100011 | 11011000 | 1001101 | 110110 | 0 | 1111 | 11011110 | 1000100 | 110100 |
Color Harmonies of #3163D8
Complementary color
Monochromatic Colors of #3163D8
Black with #3163D8
Text Example
Text Example
White with #3163D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3163D8; }
p { color: rgb(49,99,216); }
H1.HeaderClassName
{
color: #3163D8;
}
.AnyTagClassName
{
color: #3163D8;
}
</style>
background-color css
<style>
a { background-color: #3163D8; }
a { background-color: rgb(49,99,216); }
div.DivClassName
{
background-color: #3163D8;
}
.BgClassName
{
background-color: #3163D8;
}
</style>
border-color css
<style>
span { border-color: #3163D8; }
span { border-color: rgb(49,99,216); }
td.TdClassName
{
border-color: #3163D8;
}
.TagClassName
{
border-color: #3163D8;
}
</style>