Shades of Royal Blue #3155E6
Tints of Royal Blue #3155E6
RGB
CMYK
RGB Variations
Color information
#3155E6 (or 0x3155E6) is known color: Royal Blue. HEX triplet: 31, 55 and E6. RGB value is (49,85,230). Sum of RGB (Red+Green+Blue) = 49+85+230=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 230 (90.23% from 255 or 63.19% from 364); Max value from RGB is 230 - color contains mainly: blue. Hex color #3155E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3155E6 is #CEAA19. Grayscale: #5A5A5A. Windows color (decimal): -13543962 or 15095089. OLE color: 15095089.
HSL color Cylindrical-coordinate representation of color #3155E6: hue angle of 228.07º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3155E6 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 85 | 230 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.10 |
| HSL | 228.07º | 0.78% | 0.55% | - |
| HSV(B) | 228.07º | 0.79% | 0.9% | - |
| XYZ | 18.8 | 12.86 | 76.35 | - |
| YUV | 90.77 | 206.57 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 230 | 0.79 | 0.63 | 0 | 0.10 | 228.07 | 0.78 | 0.55 |
| Hex | 31 | 55 | E6 | 4F | 3F | 0 | A | E4 | 4E | 37 |
| Octal | 61 | 125 | 346 | 117 | 77 | 0 | 12 | 344 | 116 | 67 |
| Binary | 110001 | 1010101 | 11100110 | 1001111 | 111111 | 0 | 1010 | 11100100 | 1001110 | 110111 |
Color Harmonies of #3155E6
Complementary color
Monochromatic Colors of #3155E6
Black with #3155E6
Text Example
Text Example
White with #3155E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3155E6; }
p { color: rgb(49,85,230); }
H1.HeaderClassName
{
color: #3155E6;
}
.AnyTagClassName
{
color: #3155E6;
}
</style>
background-color css
<style>
a { background-color: #3155E6; }
a { background-color: rgb(49,85,230); }
div.DivClassName
{
background-color: #3155E6;
}
.BgClassName
{
background-color: #3155E6;
}
</style>
border-color css
<style>
span { border-color: #3155E6; }
span { border-color: rgb(49,85,230); }
td.TdClassName
{
border-color: #3155E6;
}
.TagClassName
{
border-color: #3155E6;
}
</style>