Shades of Royal Blue #3155E9
Tints of Royal Blue #3155E9
RGB
CMYK
RGB Variations
Color information
#3155E9 (or 0x3155E9) is known color: Royal Blue. HEX triplet: 31, 55 and E9. RGB value is (49,85,233). Sum of RGB (Red+Green+Blue) = 49+85+233=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 233 (91.41% from 255 or 63.49% from 367); Max value from RGB is 233 - color contains mainly: blue. Hex color #3155E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3155E9 is #CEAA16. Grayscale: #5A5A5A. Windows color (decimal): -13543959 or 15291697. OLE color: 15291697.
HSL color Cylindrical-coordinate representation of color #3155E9: hue angle of 228.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3155E9 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 85 | 233 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.09 |
| HSL | 228.26º | 0.81% | 0.55% | - |
| HSV(B) | 228.26º | 0.79% | 0.91% | - |
| XYZ | 19.22 | 13.03 | 78.59 | - |
| YUV | 91.11 | 208.07 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 233 | 0.79 | 0.64 | 0 | 0.09 | 228.26 | 0.81 | 0.55 |
| Hex | 31 | 55 | E9 | 4F | 40 | 0 | 9 | E4 | 51 | 37 |
| Octal | 61 | 125 | 351 | 117 | 100 | 0 | 11 | 344 | 121 | 67 |
| Binary | 110001 | 1010101 | 11101001 | 1001111 | 1000000 | 0 | 1001 | 11100100 | 1010001 | 110111 |
Color Harmonies of #3155E9
Complementary color
Monochromatic Colors of #3155E9
Black with #3155E9
Text Example
Text Example
White with #3155E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3155E9; }
p { color: rgb(49,85,233); }
H1.HeaderClassName
{
color: #3155E9;
}
.AnyTagClassName
{
color: #3155E9;
}
</style>
background-color css
<style>
a { background-color: #3155E9; }
a { background-color: rgb(49,85,233); }
div.DivClassName
{
background-color: #3155E9;
}
.BgClassName
{
background-color: #3155E9;
}
</style>
border-color css
<style>
span { border-color: #3155E9; }
span { border-color: rgb(49,85,233); }
td.TdClassName
{
border-color: #3155E9;
}
.TagClassName
{
border-color: #3155E9;
}
</style>