Shades of Royal Blue #3159EA
Tints of Royal Blue #3159EA
RGB
CMYK
RGB Variations
Color information
#3159EA (or 0x3159EA) is known color: Royal Blue. HEX triplet: 31, 59 and EA. RGB value is (49,89,234). Sum of RGB (Red+Green+Blue) = 49+89+234=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #3159EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3159EA is #CEA615. Grayscale: #5C5C5C. Windows color (decimal): -13542934 or 15358257. OLE color: 15358257.
HSL color Cylindrical-coordinate representation of color #3159EA: hue angle of 227.03º 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 #3159EA is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 89 | 234 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.08 |
| HSL | 227.03º | 0.81% | 0.55% | - |
| HSV(B) | 227.03º | 0.79% | 0.92% | - |
| XYZ | 19.69 | 13.74 | 79.46 | - |
| YUV | 93.57 | 207.25 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 234 | 0.79 | 0.62 | 0 | 0.08 | 227.03 | 0.81 | 0.55 |
| Hex | 31 | 59 | EA | 4F | 3E | 0 | 8 | E3 | 51 | 37 |
| Octal | 61 | 131 | 352 | 117 | 76 | 0 | 10 | 343 | 121 | 67 |
| Binary | 110001 | 1011001 | 11101010 | 1001111 | 111110 | 0 | 1000 | 11100011 | 1010001 | 110111 |
Color Harmonies of #3159EA
Complementary color
Monochromatic Colors of #3159EA
Black with #3159EA
Text Example
Text Example
White with #3159EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3159EA; }
p { color: rgb(49,89,234); }
H1.HeaderClassName
{
color: #3159EA;
}
.AnyTagClassName
{
color: #3159EA;
}
</style>
background-color css
<style>
a { background-color: #3159EA; }
a { background-color: rgb(49,89,234); }
div.DivClassName
{
background-color: #3159EA;
}
.BgClassName
{
background-color: #3159EA;
}
</style>
border-color css
<style>
span { border-color: #3159EA; }
span { border-color: rgb(49,89,234); }
td.TdClassName
{
border-color: #3159EA;
}
.TagClassName
{
border-color: #3159EA;
}
</style>