Shades of Royal Blue #3149E5
Tints of Royal Blue #3149E5
RGB
CMYK
RGB Variations
Color information
#3149E5 (or 0x3149E5) is known color: Royal Blue. HEX triplet: 31, 49 and E5. RGB value is (49,73,229). Sum of RGB (Red+Green+Blue) = 49+73+229=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 229 (89.84% from 255 or 65.24% from 351); Max value from RGB is 229 - color contains mainly: blue. Hex color #3149E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3149E5 is #CEB61A. Grayscale: #525252. Windows color (decimal): -13547035 or 15026481. OLE color: 15026481.
HSL color Cylindrical-coordinate representation of color #3149E5: hue angle of 232º 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 #3149E5 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 73 | 229 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.10 |
| HSL | 232º | 0.78% | 0.55% | - |
| HSV(B) | 232º | 0.79% | 0.9% | - |
| XYZ | 17.79 | 11.08 | 75.33 | - |
| YUV | 83.61 | 210.05 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 229 | 0.79 | 0.68 | 0 | 0.10 | 232 | 0.78 | 0.55 |
| Hex | 31 | 49 | E5 | 4F | 44 | 0 | A | E8 | 4E | 37 |
| Octal | 61 | 111 | 345 | 117 | 104 | 0 | 12 | 350 | 116 | 67 |
| Binary | 110001 | 1001001 | 11100101 | 1001111 | 1000100 | 0 | 1010 | 11101000 | 1001110 | 110111 |
Color Harmonies of #3149E5
Complementary color
Monochromatic Colors of #3149E5
Black with #3149E5
Text Example
Text Example
White with #3149E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3149E5; }
p { color: rgb(49,73,229); }
H1.HeaderClassName
{
color: #3149E5;
}
.AnyTagClassName
{
color: #3149E5;
}
</style>
background-color css
<style>
a { background-color: #3149E5; }
a { background-color: rgb(49,73,229); }
div.DivClassName
{
background-color: #3149E5;
}
.BgClassName
{
background-color: #3149E5;
}
</style>
border-color css
<style>
span { border-color: #3149E5; }
span { border-color: rgb(49,73,229); }
td.TdClassName
{
border-color: #3149E5;
}
.TagClassName
{
border-color: #3149E5;
}
</style>