Shades of Royal Blue #3184E1
Tints of Royal Blue #3184E1
RGB
CMYK
RGB Variations
Color information
#3184E1 (or 0x3184E1) is known color: Royal Blue. HEX triplet: 31, 84 and E1. RGB value is (49,132,225). Sum of RGB (Red+Green+Blue) = 49+132+225=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 225 (88.28% from 255 or 55.42% from 406); Max value from RGB is 225 - color contains mainly: blue. Hex color #3184E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184E1 is #CE7B1E. Grayscale: #757575. Windows color (decimal): -13531935 or 14779441. OLE color: 14779441.
HSL color Cylindrical-coordinate representation of color #3184E1: hue angle of 211.7º 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 #3184E1 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 132 | 225 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.12 |
| HSL | 211.7º | 0.75% | 0.54% | - |
| HSV(B) | 211.7º | 0.78% | 0.88% | - |
| XYZ | 23.11 | 22.59 | 74.38 | - |
| YUV | 117.79 | 188.5 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 225 | 0.78 | 0.41 | 0 | 0.12 | 211.7 | 0.75 | 0.54 |
| Hex | 31 | 84 | E1 | 4E | 29 | 0 | C | D4 | 4B | 36 |
| Octal | 61 | 204 | 341 | 116 | 51 | 0 | 14 | 324 | 113 | 66 |
| Binary | 110001 | 10000100 | 11100001 | 1001110 | 101001 | 0 | 1100 | 11010100 | 1001011 | 110110 |
Color Harmonies of #3184E1
Complementary color
Monochromatic Colors of #3184E1
Black with #3184E1
Text Example
Text Example
White with #3184E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184E1; }
p { color: rgb(49,132,225); }
H1.HeaderClassName
{
color: #3184E1;
}
.AnyTagClassName
{
color: #3184E1;
}
</style>
background-color css
<style>
a { background-color: #3184E1; }
a { background-color: rgb(49,132,225); }
div.DivClassName
{
background-color: #3184E1;
}
.BgClassName
{
background-color: #3184E1;
}
</style>
border-color css
<style>
span { border-color: #3184E1; }
span { border-color: rgb(49,132,225); }
td.TdClassName
{
border-color: #3184E1;
}
.TagClassName
{
border-color: #3184E1;
}
</style>