Shades of Royal Blue #3154EA
Tints of Royal Blue #3154EA
RGB
CMYK
RGB Variations
Color information
#3154EA (or 0x3154EA) is known color: Royal Blue. HEX triplet: 31, 54 and EA. RGB value is (49,84,234). Sum of RGB (Red+Green+Blue) = 49+84+234=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #3154EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3154EA is #CEAB15. Grayscale: #595959. Windows color (decimal): -13544214 or 15356977. OLE color: 15356977.
HSL color Cylindrical-coordinate representation of color #3154EA: hue angle of 228.65º 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 #3154EA is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 84 | 234 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.08 |
| HSL | 228.65º | 0.81% | 0.55% | - |
| HSV(B) | 228.65º | 0.79% | 0.92% | - |
| XYZ | 19.29 | 12.93 | 79.32 | - |
| YUV | 90.64 | 208.9 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 234 | 0.79 | 0.64 | 0 | 0.08 | 228.65 | 0.81 | 0.55 |
| Hex | 31 | 54 | EA | 4F | 40 | 0 | 8 | E5 | 51 | 37 |
| Octal | 61 | 124 | 352 | 117 | 100 | 0 | 10 | 345 | 121 | 67 |
| Binary | 110001 | 1010100 | 11101010 | 1001111 | 1000000 | 0 | 1000 | 11100101 | 1010001 | 110111 |
Color Harmonies of #3154EA
Complementary color
Monochromatic Colors of #3154EA
Black with #3154EA
Text Example
Text Example
White with #3154EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154EA; }
p { color: rgb(49,84,234); }
H1.HeaderClassName
{
color: #3154EA;
}
.AnyTagClassName
{
color: #3154EA;
}
</style>
background-color css
<style>
a { background-color: #3154EA; }
a { background-color: rgb(49,84,234); }
div.DivClassName
{
background-color: #3154EA;
}
.BgClassName
{
background-color: #3154EA;
}
</style>
border-color css
<style>
span { border-color: #3154EA; }
span { border-color: rgb(49,84,234); }
td.TdClassName
{
border-color: #3154EA;
}
.TagClassName
{
border-color: #3154EA;
}
</style>