Shades of Royal Blue #3154DF
Tints of Royal Blue #3154DF
RGB
CMYK
RGB Variations
Color information
#3154DF (or 0x3154DF) is known color: Royal Blue. HEX triplet: 31, 54 and DF. RGB value is (49,84,223). Sum of RGB (Red+Green+Blue) = 49+84+223=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #3154DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154DF is #CEAB20. Grayscale: #585858. Windows color (decimal): -13544225 or 14636081. OLE color: 14636081.
HSL color Cylindrical-coordinate representation of color #3154DF: hue angle of 227.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3154DF is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 84 | 223 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.13 |
| HSL | 227.93º | 0.73% | 0.53% | - |
| HSV(B) | 227.93º | 0.78% | 0.87% | - |
| XYZ | 17.76 | 12.32 | 71.25 | - |
| YUV | 89.38 | 203.4 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 223 | 0.78 | 0.62 | 0 | 0.13 | 227.93 | 0.73 | 0.53 |
| Hex | 31 | 54 | DF | 4E | 3E | 0 | D | E4 | 49 | 35 |
| Octal | 61 | 124 | 337 | 116 | 76 | 0 | 15 | 344 | 111 | 65 |
| Binary | 110001 | 1010100 | 11011111 | 1001110 | 111110 | 0 | 1101 | 11100100 | 1001001 | 110101 |
Color Harmonies of #3154DF
Complementary color
Monochromatic Colors of #3154DF
Black with #3154DF
Text Example
Text Example
White with #3154DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154DF; }
p { color: rgb(49,84,223); }
H1.HeaderClassName
{
color: #3154DF;
}
.AnyTagClassName
{
color: #3154DF;
}
</style>
background-color css
<style>
a { background-color: #3154DF; }
a { background-color: rgb(49,84,223); }
div.DivClassName
{
background-color: #3154DF;
}
.BgClassName
{
background-color: #3154DF;
}
</style>
border-color css
<style>
span { border-color: #3154DF; }
span { border-color: rgb(49,84,223); }
td.TdClassName
{
border-color: #3154DF;
}
.TagClassName
{
border-color: #3154DF;
}
</style>