Shades of Royal Blue #3155E7
Tints of Royal Blue #3155E7
RGB
CMYK
RGB Variations
Color information
#3155E7 (or 0x3155E7) is known color: Royal Blue. HEX triplet: 31, 55 and E7. RGB value is (49,85,231). Sum of RGB (Red+Green+Blue) = 49+85+231=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 231 (90.62% from 255 or 63.29% from 365); Max value from RGB is 231 - color contains mainly: blue. Hex color #3155E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3155E7 is #CEAA18. Grayscale: #5A5A5A. Windows color (decimal): -13543961 or 15160625. OLE color: 15160625.
HSL color Cylindrical-coordinate representation of color #3155E7: hue angle of 228.13º degrees, saturation: 0.79, 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 #3155E7 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 85 | 231 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.09 |
| HSL | 228.13º | 0.79% | 0.55% | - |
| HSV(B) | 228.13º | 0.79% | 0.91% | - |
| XYZ | 18.94 | 12.92 | 77.1 | - |
| YUV | 90.88 | 207.07 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 231 | 0.79 | 0.63 | 0 | 0.09 | 228.13 | 0.79 | 0.55 |
| Hex | 31 | 55 | E7 | 4F | 3F | 0 | 9 | E4 | 4F | 37 |
| Octal | 61 | 125 | 347 | 117 | 77 | 0 | 11 | 344 | 117 | 67 |
| Binary | 110001 | 1010101 | 11100111 | 1001111 | 111111 | 0 | 1001 | 11100100 | 1001111 | 110111 |
Color Harmonies of #3155E7
Complementary color
Monochromatic Colors of #3155E7
Black with #3155E7
Text Example
Text Example
White with #3155E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3155E7; }
p { color: rgb(49,85,231); }
H1.HeaderClassName
{
color: #3155E7;
}
.AnyTagClassName
{
color: #3155E7;
}
</style>
background-color css
<style>
a { background-color: #3155E7; }
a { background-color: rgb(49,85,231); }
div.DivClassName
{
background-color: #3155E7;
}
.BgClassName
{
background-color: #3155E7;
}
</style>
border-color css
<style>
span { border-color: #3155E7; }
span { border-color: rgb(49,85,231); }
td.TdClassName
{
border-color: #3155E7;
}
.TagClassName
{
border-color: #3155E7;
}
</style>