Shades of Royal Blue #315CE5
Tints of Royal Blue #315CE5
RGB
CMYK
RGB Variations
Color information
#315CE5 (or 0x315CE5) is known color: Royal Blue. HEX triplet: 31, 5C and E5. RGB value is (49,92,229). Sum of RGB (Red+Green+Blue) = 49+92+229=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 229 (89.84% from 255 or 61.89% from 370); Max value from RGB is 229 - color contains mainly: blue. Hex color #315CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CE5 is #CEA31A. Grayscale: #5E5E5E. Windows color (decimal): -13542171 or 15031345. OLE color: 15031345.
HSL color Cylindrical-coordinate representation of color #315CE5: hue angle of 225.67º 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 #315CE5 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 92 | 229 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.10 |
| HSL | 225.67º | 0.78% | 0.55% | - |
| HSV(B) | 225.67º | 0.79% | 0.9% | - |
| XYZ | 19.24 | 13.96 | 75.81 | - |
| YUV | 94.76 | 203.75 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 229 | 0.79 | 0.60 | 0 | 0.10 | 225.67 | 0.78 | 0.55 |
| Hex | 31 | 5C | E5 | 4F | 3C | 0 | A | E2 | 4E | 37 |
| Octal | 61 | 134 | 345 | 117 | 74 | 0 | 12 | 342 | 116 | 67 |
| Binary | 110001 | 1011100 | 11100101 | 1001111 | 111100 | 0 | 1010 | 11100010 | 1001110 | 110111 |
Color Harmonies of #315CE5
Complementary color
Monochromatic Colors of #315CE5
Black with #315CE5
Text Example
Text Example
White with #315CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CE5; }
p { color: rgb(49,92,229); }
H1.HeaderClassName
{
color: #315CE5;
}
.AnyTagClassName
{
color: #315CE5;
}
</style>
background-color css
<style>
a { background-color: #315CE5; }
a { background-color: rgb(49,92,229); }
div.DivClassName
{
background-color: #315CE5;
}
.BgClassName
{
background-color: #315CE5;
}
</style>
border-color css
<style>
span { border-color: #315CE5; }
span { border-color: rgb(49,92,229); }
td.TdClassName
{
border-color: #315CE5;
}
.TagClassName
{
border-color: #315CE5;
}
</style>