Shades of Royal Blue #3150EC
Tints of Royal Blue #3150EC
RGB
CMYK
RGB Variations
Color information
#3150EC (or 0x3150EC) is known color: Royal Blue. HEX triplet: 31, 50 and EC. RGB value is (49,80,236). Sum of RGB (Red+Green+Blue) = 49+80+236=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #3150EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3150EC is #CEAF13. Grayscale: #575757. Windows color (decimal): -13545236 or 15487025. OLE color: 15487025.
HSL color Cylindrical-coordinate representation of color #3150EC: hue angle of 230.05º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3150EC is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 80 | 236 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.07 |
| HSL | 230.05º | 0.83% | 0.56% | - |
| HSV(B) | 230.05º | 0.79% | 0.93% | - |
| XYZ | 19.28 | 12.45 | 80.74 | - |
| YUV | 88.52 | 211.23 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 236 | 0.79 | 0.66 | 0 | 0.07 | 230.05 | 0.83 | 0.56 |
| Hex | 31 | 50 | EC | 4F | 42 | 0 | 7 | E6 | 53 | 38 |
| Octal | 61 | 120 | 354 | 117 | 102 | 0 | 7 | 346 | 123 | 70 |
| Binary | 110001 | 1010000 | 11101100 | 1001111 | 1000010 | 0 | 111 | 11100110 | 1010011 | 111000 |
Color Harmonies of #3150EC
Complementary color
Monochromatic Colors of #3150EC
Black with #3150EC
Text Example
Text Example
White with #3150EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3150EC; }
p { color: rgb(49,80,236); }
H1.HeaderClassName
{
color: #3150EC;
}
.AnyTagClassName
{
color: #3150EC;
}
</style>
background-color css
<style>
a { background-color: #3150EC; }
a { background-color: rgb(49,80,236); }
div.DivClassName
{
background-color: #3150EC;
}
.BgClassName
{
background-color: #3150EC;
}
</style>
border-color css
<style>
span { border-color: #3150EC; }
span { border-color: rgb(49,80,236); }
td.TdClassName
{
border-color: #3150EC;
}
.TagClassName
{
border-color: #3150EC;
}
</style>