Shades of Royal Blue #315BE5
Tints of Royal Blue #315BE5
RGB
CMYK
RGB Variations
Color information
#315BE5 (or 0x315BE5) is known color: Royal Blue. HEX triplet: 31, 5B and E5. RGB value is (49,91,229). Sum of RGB (Red+Green+Blue) = 49+91+229=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #315BE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BE5 is #CEA41A. Grayscale: #5D5D5D. Windows color (decimal): -13542427 or 15031089. OLE color: 15031089.
HSL color Cylindrical-coordinate representation of color #315BE5: hue angle of 226º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #315BE5 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 91 | 229 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.10 |
| HSL | 226º | 0.78% | 0.55% | - |
| HSV(B) | 226º | 0.79% | 0.9% | - |
| XYZ | 19.15 | 13.79 | 75.78 | - |
| YUV | 94.17 | 204.09 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 229 | 0.79 | 0.60 | 0 | 0.10 | 226 | 0.78 | 0.55 |
| Hex | 31 | 5B | E5 | 4F | 3C | 0 | A | E2 | 4E | 37 |
| Octal | 61 | 133 | 345 | 117 | 74 | 0 | 12 | 342 | 116 | 67 |
| Binary | 110001 | 1011011 | 11100101 | 1001111 | 111100 | 0 | 1010 | 11100010 | 1001110 | 110111 |
Color Harmonies of #315BE5
Complementary color
Monochromatic Colors of #315BE5
Black with #315BE5
Text Example
Text Example
White with #315BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BE5; }
p { color: rgb(49,91,229); }
H1.HeaderClassName
{
color: #315BE5;
}
.AnyTagClassName
{
color: #315BE5;
}
</style>
background-color css
<style>
a { background-color: #315BE5; }
a { background-color: rgb(49,91,229); }
div.DivClassName
{
background-color: #315BE5;
}
.BgClassName
{
background-color: #315BE5;
}
</style>
border-color css
<style>
span { border-color: #315BE5; }
span { border-color: rgb(49,91,229); }
td.TdClassName
{
border-color: #315BE5;
}
.TagClassName
{
border-color: #315BE5;
}
</style>