Shades of Royal Blue #315BF3
Tints of Royal Blue #315BF3
RGB
CMYK
RGB Variations
Color information
#315BF3 (or 0x315BF3) is known color: Royal Blue. HEX triplet: 31, 5B and F3. RGB value is (49,91,243). Sum of RGB (Red+Green+Blue) = 49+91+243=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 243 (95.31% from 255 or 63.45% from 383); Max value from RGB is 243 - color contains mainly: blue. Hex color #315BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315BF3 is #CEA40C. Grayscale: #5F5F5F. Windows color (decimal): -13542413 or 15948593. OLE color: 15948593.
HSL color Cylindrical-coordinate representation of color #315BF3: hue angle of 227.01º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315BF3 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 91 | 243 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.05 |
| HSL | 227.01º | 0.89% | 0.57% | - |
| HSV(B) | 227.01º | 0.8% | 0.95% | - |
| XYZ | 21.19 | 14.61 | 86.5 | - |
| YUV | 95.77 | 211.09 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 243 | 0.80 | 0.63 | 0 | 0.05 | 227.01 | 0.89 | 0.57 |
| Hex | 31 | 5B | F3 | 50 | 3F | 0 | 5 | E3 | 59 | 39 |
| Octal | 61 | 133 | 363 | 120 | 77 | 0 | 5 | 343 | 131 | 71 |
| Binary | 110001 | 1011011 | 11110011 | 1010000 | 111111 | 0 | 101 | 11100011 | 1011001 | 111001 |
Color Harmonies of #315BF3
Complementary color
Monochromatic Colors of #315BF3
Black with #315BF3
Text Example
Text Example
White with #315BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BF3; }
p { color: rgb(49,91,243); }
H1.HeaderClassName
{
color: #315BF3;
}
.AnyTagClassName
{
color: #315BF3;
}
</style>
background-color css
<style>
a { background-color: #315BF3; }
a { background-color: rgb(49,91,243); }
div.DivClassName
{
background-color: #315BF3;
}
.BgClassName
{
background-color: #315BF3;
}
</style>
border-color css
<style>
span { border-color: #315BF3; }
span { border-color: rgb(49,91,243); }
td.TdClassName
{
border-color: #315BF3;
}
.TagClassName
{
border-color: #315BF3;
}
</style>