Shades of Royal Blue #315CEC
Tints of Royal Blue #315CEC
RGB
CMYK
RGB Variations
Color information
#315CEC (or 0x315CEC) is known color: Royal Blue. HEX triplet: 31, 5C and EC. RGB value is (49,92,236). Sum of RGB (Red+Green+Blue) = 49+92+236=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #315CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315CEC is #CEA313. Grayscale: #5E5E5E. Windows color (decimal): -13542164 or 15490097. OLE color: 15490097.
HSL color Cylindrical-coordinate representation of color #315CEC: hue angle of 226.2º 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 #315CEC is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 92 | 236 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.07 |
| HSL | 226.2º | 0.83% | 0.56% | - |
| HSV(B) | 226.2º | 0.79% | 0.93% | - |
| XYZ | 20.23 | 14.36 | 81.06 | - |
| YUV | 95.56 | 207.25 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 236 | 0.79 | 0.61 | 0 | 0.07 | 226.2 | 0.83 | 0.56 |
| Hex | 31 | 5C | EC | 4F | 3D | 0 | 7 | E2 | 53 | 38 |
| Octal | 61 | 134 | 354 | 117 | 75 | 0 | 7 | 342 | 123 | 70 |
| Binary | 110001 | 1011100 | 11101100 | 1001111 | 111101 | 0 | 111 | 11100010 | 1010011 | 111000 |
Color Harmonies of #315CEC
Complementary color
Monochromatic Colors of #315CEC
Black with #315CEC
Text Example
Text Example
White with #315CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CEC; }
p { color: rgb(49,92,236); }
H1.HeaderClassName
{
color: #315CEC;
}
.AnyTagClassName
{
color: #315CEC;
}
</style>
background-color css
<style>
a { background-color: #315CEC; }
a { background-color: rgb(49,92,236); }
div.DivClassName
{
background-color: #315CEC;
}
.BgClassName
{
background-color: #315CEC;
}
</style>
border-color css
<style>
span { border-color: #315CEC; }
span { border-color: rgb(49,92,236); }
td.TdClassName
{
border-color: #315CEC;
}
.TagClassName
{
border-color: #315CEC;
}
</style>