Shades of Royal Blue #315CE4
Tints of Royal Blue #315CE4
RGB
CMYK
RGB Variations
Color information
#315CE4 (or 0x315CE4) is known color: Royal Blue. HEX triplet: 31, 5C and E4. RGB value is (49,92,228). Sum of RGB (Red+Green+Blue) = 49+92+228=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 228 (89.45% from 255 or 61.79% from 369); Max value from RGB is 228 - color contains mainly: blue. Hex color #315CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CE4 is #CEA31B. Grayscale: #5E5E5E. Windows color (decimal): -13542172 or 14965809. OLE color: 14965809.
HSL color Cylindrical-coordinate representation of color #315CE4: hue angle of 225.59º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #315CE4 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 92 | 228 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.11 |
| HSL | 225.59º | 0.77% | 0.54% | - |
| HSV(B) | 225.59º | 0.79% | 0.89% | - |
| XYZ | 19.1 | 13.91 | 75.08 | - |
| YUV | 94.65 | 203.25 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 228 | 0.79 | 0.60 | 0 | 0.11 | 225.59 | 0.77 | 0.54 |
| Hex | 31 | 5C | E4 | 4F | 3C | 0 | B | E2 | 4D | 36 |
| Octal | 61 | 134 | 344 | 117 | 74 | 0 | 13 | 342 | 115 | 66 |
| Binary | 110001 | 1011100 | 11100100 | 1001111 | 111100 | 0 | 1011 | 11100010 | 1001101 | 110110 |
Color Harmonies of #315CE4
Complementary color
Monochromatic Colors of #315CE4
Black with #315CE4
Text Example
Text Example
White with #315CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CE4; }
p { color: rgb(49,92,228); }
H1.HeaderClassName
{
color: #315CE4;
}
.AnyTagClassName
{
color: #315CE4;
}
</style>
background-color css
<style>
a { background-color: #315CE4; }
a { background-color: rgb(49,92,228); }
div.DivClassName
{
background-color: #315CE4;
}
.BgClassName
{
background-color: #315CE4;
}
</style>
border-color css
<style>
span { border-color: #315CE4; }
span { border-color: rgb(49,92,228); }
td.TdClassName
{
border-color: #315CE4;
}
.TagClassName
{
border-color: #315CE4;
}
</style>