Shades of Royal Blue #3154E1
Tints of Royal Blue #3154E1
RGB
CMYK
RGB Variations
Color information
#3154E1 (or 0x3154E1) is known color: Royal Blue. HEX triplet: 31, 54 and E1. RGB value is (49,84,225). Sum of RGB (Red+Green+Blue) = 49+84+225=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 225 (88.28% from 255 or 62.85% from 358); Max value from RGB is 225 - color contains mainly: blue. Hex color #3154E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154E1 is #CEAB1E. Grayscale: #595959. Windows color (decimal): -13544223 or 14767153. OLE color: 14767153.
HSL color Cylindrical-coordinate representation of color #3154E1: hue angle of 228.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3154E1 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 84 | 225 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.12 |
| HSL | 228.07º | 0.75% | 0.54% | - |
| HSV(B) | 228.07º | 0.78% | 0.88% | - |
| XYZ | 18.03 | 12.43 | 72.68 | - |
| YUV | 89.61 | 204.4 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 225 | 0.78 | 0.63 | 0 | 0.12 | 228.07 | 0.75 | 0.54 |
| Hex | 31 | 54 | E1 | 4E | 3F | 0 | C | E4 | 4B | 36 |
| Octal | 61 | 124 | 341 | 116 | 77 | 0 | 14 | 344 | 113 | 66 |
| Binary | 110001 | 1010100 | 11100001 | 1001110 | 111111 | 0 | 1100 | 11100100 | 1001011 | 110110 |
Color Harmonies of #3154E1
Complementary color
Monochromatic Colors of #3154E1
Black with #3154E1
Text Example
Text Example
White with #3154E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154E1; }
p { color: rgb(49,84,225); }
H1.HeaderClassName
{
color: #3154E1;
}
.AnyTagClassName
{
color: #3154E1;
}
</style>
background-color css
<style>
a { background-color: #3154E1; }
a { background-color: rgb(49,84,225); }
div.DivClassName
{
background-color: #3154E1;
}
.BgClassName
{
background-color: #3154E1;
}
</style>
border-color css
<style>
span { border-color: #3154E1; }
span { border-color: rgb(49,84,225); }
td.TdClassName
{
border-color: #3154E1;
}
.TagClassName
{
border-color: #3154E1;
}
</style>