Shades of Royal Blue #3150DF
Tints of Royal Blue #3150DF
RGB
CMYK
RGB Variations
Color information
#3150DF (or 0x3150DF) is known color: Royal Blue. HEX triplet: 31, 50 and DF. RGB value is (49,80,223). Sum of RGB (Red+Green+Blue) = 49+80+223=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #3150DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150DF is #CEAF20. Grayscale: #565656. Windows color (decimal): -13545249 or 14635057. OLE color: 14635057.
HSL color Cylindrical-coordinate representation of color #3150DF: hue angle of 229.31º 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 #3150DF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 80 | 223 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.13 |
| HSL | 229.31º | 0.73% | 0.53% | - |
| HSV(B) | 229.31º | 0.78% | 0.87% | - |
| XYZ | 17.45 | 11.72 | 71.15 | - |
| YUV | 87.03 | 204.73 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 223 | 0.78 | 0.64 | 0 | 0.13 | 229.31 | 0.73 | 0.53 |
| Hex | 31 | 50 | DF | 4E | 40 | 0 | D | E5 | 49 | 35 |
| Octal | 61 | 120 | 337 | 116 | 100 | 0 | 15 | 345 | 111 | 65 |
| Binary | 110001 | 1010000 | 11011111 | 1001110 | 1000000 | 0 | 1101 | 11100101 | 1001001 | 110101 |
Color Harmonies of #3150DF
Complementary color
Monochromatic Colors of #3150DF
Black with #3150DF
Text Example
Text Example
White with #3150DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3150DF; }
p { color: rgb(49,80,223); }
H1.HeaderClassName
{
color: #3150DF;
}
.AnyTagClassName
{
color: #3150DF;
}
</style>
background-color css
<style>
a { background-color: #3150DF; }
a { background-color: rgb(49,80,223); }
div.DivClassName
{
background-color: #3150DF;
}
.BgClassName
{
background-color: #3150DF;
}
</style>
border-color css
<style>
span { border-color: #3150DF; }
span { border-color: rgb(49,80,223); }
td.TdClassName
{
border-color: #3150DF;
}
.TagClassName
{
border-color: #3150DF;
}
</style>