Shades of Royal Blue #315ADE
Tints of Royal Blue #315ADE
RGB
CMYK
RGB Variations
Color information
#315ADE (or 0x315ADE) is known color: Royal Blue. HEX triplet: 31, 5A and DE. RGB value is (49,90,222). Sum of RGB (Red+Green+Blue) = 49+90+222=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #315ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ADE is #CEA521. Grayscale: #5C5C5C. Windows color (decimal): -13542690 or 14572081. OLE color: 14572081.
HSL color Cylindrical-coordinate representation of color #315ADE: hue angle of 225.78º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315ADE is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 90 | 222 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.13 |
| HSL | 225.78º | 0.72% | 0.53% | - |
| HSV(B) | 225.78º | 0.78% | 0.87% | - |
| XYZ | 18.11 | 13.24 | 70.71 | - |
| YUV | 92.79 | 200.92 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 222 | 0.78 | 0.59 | 0 | 0.13 | 225.78 | 0.72 | 0.53 |
| Hex | 31 | 5A | DE | 4E | 3B | 0 | D | E2 | 48 | 35 |
| Octal | 61 | 132 | 336 | 116 | 73 | 0 | 15 | 342 | 110 | 65 |
| Binary | 110001 | 1011010 | 11011110 | 1001110 | 111011 | 0 | 1101 | 11100010 | 1001000 | 110101 |
Color Harmonies of #315ADE
Complementary color
Monochromatic Colors of #315ADE
Black with #315ADE
Text Example
Text Example
White with #315ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315ADE; }
p { color: rgb(49,90,222); }
H1.HeaderClassName
{
color: #315ADE;
}
.AnyTagClassName
{
color: #315ADE;
}
</style>
background-color css
<style>
a { background-color: #315ADE; }
a { background-color: rgb(49,90,222); }
div.DivClassName
{
background-color: #315ADE;
}
.BgClassName
{
background-color: #315ADE;
}
</style>
border-color css
<style>
span { border-color: #315ADE; }
span { border-color: rgb(49,90,222); }
td.TdClassName
{
border-color: #315ADE;
}
.TagClassName
{
border-color: #315ADE;
}
</style>