Shades of Royal Blue #315CE6
Tints of Royal Blue #315CE6
RGB
CMYK
RGB Variations
Color information
#315CE6 (or 0x315CE6) is known color: Royal Blue. HEX triplet: 31, 5C and E6. RGB value is (49,92,230). Sum of RGB (Red+Green+Blue) = 49+92+230=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 230 (90.23% from 255 or 61.99% from 371); Max value from RGB is 230 - color contains mainly: blue. Hex color #315CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315CE6 is #CEA319. Grayscale: #5E5E5E. Windows color (decimal): -13542170 or 15096881. OLE color: 15096881.
HSL color Cylindrical-coordinate representation of color #315CE6: hue angle of 225.75º 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 #315CE6 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 92 | 230 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.10 |
| HSL | 225.75º | 0.78% | 0.55% | - |
| HSV(B) | 225.75º | 0.79% | 0.9% | - |
| XYZ | 19.38 | 14.02 | 76.55 | - |
| YUV | 94.88 | 204.25 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 230 | 0.79 | 0.60 | 0 | 0.10 | 225.75 | 0.78 | 0.55 |
| Hex | 31 | 5C | E6 | 4F | 3C | 0 | A | E2 | 4E | 37 |
| Octal | 61 | 134 | 346 | 117 | 74 | 0 | 12 | 342 | 116 | 67 |
| Binary | 110001 | 1011100 | 11100110 | 1001111 | 111100 | 0 | 1010 | 11100010 | 1001110 | 110111 |
Color Harmonies of #315CE6
Complementary color
Monochromatic Colors of #315CE6
Black with #315CE6
Text Example
Text Example
White with #315CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CE6; }
p { color: rgb(49,92,230); }
H1.HeaderClassName
{
color: #315CE6;
}
.AnyTagClassName
{
color: #315CE6;
}
</style>
background-color css
<style>
a { background-color: #315CE6; }
a { background-color: rgb(49,92,230); }
div.DivClassName
{
background-color: #315CE6;
}
.BgClassName
{
background-color: #315CE6;
}
</style>
border-color css
<style>
span { border-color: #315CE6; }
span { border-color: rgb(49,92,230); }
td.TdClassName
{
border-color: #315CE6;
}
.TagClassName
{
border-color: #315CE6;
}
</style>