Shades of Royal Blue #315CDC
Tints of Royal Blue #315CDC
RGB
CMYK
RGB Variations
Color information
#315CDC (or 0x315CDC) is known color: Royal Blue. HEX triplet: 31, 5C and DC. RGB value is (49,92,220). Sum of RGB (Red+Green+Blue) = 49+92+220=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #315CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CDC is #CEA323. Grayscale: #5D5D5D. Windows color (decimal): -13542180 or 14441521. OLE color: 14441521.
HSL color Cylindrical-coordinate representation of color #315CDC: hue angle of 224.91º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315CDC is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 92 | 220 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.14 |
| HSL | 224.91º | 0.71% | 0.53% | - |
| HSV(B) | 224.91º | 0.78% | 0.86% | - |
| XYZ | 18.01 | 13.47 | 69.36 | - |
| YUV | 93.74 | 199.25 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 220 | 0.78 | 0.58 | 0 | 0.14 | 224.91 | 0.71 | 0.53 |
| Hex | 31 | 5C | DC | 4E | 3A | 0 | E | E1 | 47 | 35 |
| Octal | 61 | 134 | 334 | 116 | 72 | 0 | 16 | 341 | 107 | 65 |
| Binary | 110001 | 1011100 | 11011100 | 1001110 | 111010 | 0 | 1110 | 11100001 | 1000111 | 110101 |
Color Harmonies of #315CDC
Complementary color
Monochromatic Colors of #315CDC
Black with #315CDC
Text Example
Text Example
White with #315CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CDC; }
p { color: rgb(49,92,220); }
H1.HeaderClassName
{
color: #315CDC;
}
.AnyTagClassName
{
color: #315CDC;
}
</style>
background-color css
<style>
a { background-color: #315CDC; }
a { background-color: rgb(49,92,220); }
div.DivClassName
{
background-color: #315CDC;
}
.BgClassName
{
background-color: #315CDC;
}
</style>
border-color css
<style>
span { border-color: #315CDC; }
span { border-color: rgb(49,92,220); }
td.TdClassName
{
border-color: #315CDC;
}
.TagClassName
{
border-color: #315CDC;
}
</style>