Shades of Royal Blue #3163EA
Tints of Royal Blue #3163EA
RGB
CMYK
RGB Variations
Color information
#3163EA (or 0x3163EA) is known color: Royal Blue. HEX triplet: 31, 63 and EA. RGB value is (49,99,234). Sum of RGB (Red+Green+Blue) = 49+99+234=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #3163EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3163EA is #CE9C15. Grayscale: #626262. Windows color (decimal): -13540374 or 15360817. OLE color: 15360817.
HSL color Cylindrical-coordinate representation of color #3163EA: hue angle of 223.78º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3163EA is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 99 | 234 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.08 |
| HSL | 223.78º | 0.81% | 0.55% | - |
| HSV(B) | 223.78º | 0.79% | 0.92% | - |
| XYZ | 20.58 | 15.52 | 79.75 | - |
| YUV | 99.44 | 203.94 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 234 | 0.79 | 0.58 | 0 | 0.08 | 223.78 | 0.81 | 0.55 |
| Hex | 31 | 63 | EA | 4F | 3A | 0 | 8 | E0 | 51 | 37 |
| Octal | 61 | 143 | 352 | 117 | 72 | 0 | 10 | 340 | 121 | 67 |
| Binary | 110001 | 1100011 | 11101010 | 1001111 | 111010 | 0 | 1000 | 11100000 | 1010001 | 110111 |
Color Harmonies of #3163EA
Complementary color
Monochromatic Colors of #3163EA
Black with #3163EA
Text Example
Text Example
White with #3163EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3163EA; }
p { color: rgb(49,99,234); }
H1.HeaderClassName
{
color: #3163EA;
}
.AnyTagClassName
{
color: #3163EA;
}
</style>
background-color css
<style>
a { background-color: #3163EA; }
a { background-color: rgb(49,99,234); }
div.DivClassName
{
background-color: #3163EA;
}
.BgClassName
{
background-color: #3163EA;
}
</style>
border-color css
<style>
span { border-color: #3163EA; }
span { border-color: rgb(49,99,234); }
td.TdClassName
{
border-color: #3163EA;
}
.TagClassName
{
border-color: #3163EA;
}
</style>