Shades of Royal Blue #315EE2
Tints of Royal Blue #315EE2
RGB
CMYK
RGB Variations
Color information
#315EE2 (or 0x315EE2) is known color: Royal Blue. HEX triplet: 31, 5E and E2. RGB value is (49,94,226). Sum of RGB (Red+Green+Blue) = 49+94+226=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 226 (88.67% from 255 or 61.25% from 369); Max value from RGB is 226 - color contains mainly: blue. Hex color #315EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315EE2 is #CEA11D. Grayscale: #5F5F5F. Windows color (decimal): -13541662 or 14835249. OLE color: 14835249.
HSL color Cylindrical-coordinate representation of color #315EE2: hue angle of 224.75º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315EE2 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 94 | 226 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.11 |
| HSL | 224.75º | 0.75% | 0.54% | - |
| HSV(B) | 224.75º | 0.78% | 0.89% | - |
| XYZ | 19 | 14.15 | 73.68 | - |
| YUV | 95.59 | 201.59 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 226 | 0.78 | 0.58 | 0 | 0.11 | 224.75 | 0.75 | 0.54 |
| Hex | 31 | 5E | E2 | 4E | 3A | 0 | B | E1 | 4B | 36 |
| Octal | 61 | 136 | 342 | 116 | 72 | 0 | 13 | 341 | 113 | 66 |
| Binary | 110001 | 1011110 | 11100010 | 1001110 | 111010 | 0 | 1011 | 11100001 | 1001011 | 110110 |
Color Harmonies of #315EE2
Complementary color
Monochromatic Colors of #315EE2
Black with #315EE2
Text Example
Text Example
White with #315EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315EE2; }
p { color: rgb(49,94,226); }
H1.HeaderClassName
{
color: #315EE2;
}
.AnyTagClassName
{
color: #315EE2;
}
</style>
background-color css
<style>
a { background-color: #315EE2; }
a { background-color: rgb(49,94,226); }
div.DivClassName
{
background-color: #315EE2;
}
.BgClassName
{
background-color: #315EE2;
}
</style>
border-color css
<style>
span { border-color: #315EE2; }
span { border-color: rgb(49,94,226); }
td.TdClassName
{
border-color: #315EE2;
}
.TagClassName
{
border-color: #315EE2;
}
</style>