Shades of Royal Blue #315BEA
Tints of Royal Blue #315BEA
RGB
CMYK
RGB Variations
Color information
#315BEA (or 0x315BEA) is known color: Royal Blue. HEX triplet: 31, 5B and EA. RGB value is (49,91,234). Sum of RGB (Red+Green+Blue) = 49+91+234=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #315BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315BEA is #CEA415. Grayscale: #5E5E5E. Windows color (decimal): -13542422 or 15358769. OLE color: 15358769.
HSL color Cylindrical-coordinate representation of color #315BEA: hue angle of 226.38º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #315BEA is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 91 | 234 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.08 |
| HSL | 226.38º | 0.81% | 0.55% | - |
| HSV(B) | 226.38º | 0.79% | 0.92% | - |
| XYZ | 19.86 | 14.08 | 79.51 | - |
| YUV | 94.74 | 206.59 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 234 | 0.79 | 0.61 | 0 | 0.08 | 226.38 | 0.81 | 0.55 |
| Hex | 31 | 5B | EA | 4F | 3D | 0 | 8 | E2 | 51 | 37 |
| Octal | 61 | 133 | 352 | 117 | 75 | 0 | 10 | 342 | 121 | 67 |
| Binary | 110001 | 1011011 | 11101010 | 1001111 | 111101 | 0 | 1000 | 11100010 | 1010001 | 110111 |
Color Harmonies of #315BEA
Complementary color
Monochromatic Colors of #315BEA
Black with #315BEA
Text Example
Text Example
White with #315BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BEA; }
p { color: rgb(49,91,234); }
H1.HeaderClassName
{
color: #315BEA;
}
.AnyTagClassName
{
color: #315BEA;
}
</style>
background-color css
<style>
a { background-color: #315BEA; }
a { background-color: rgb(49,91,234); }
div.DivClassName
{
background-color: #315BEA;
}
.BgClassName
{
background-color: #315BEA;
}
</style>
border-color css
<style>
span { border-color: #315BEA; }
span { border-color: rgb(49,91,234); }
td.TdClassName
{
border-color: #315BEA;
}
.TagClassName
{
border-color: #315BEA;
}
</style>