Shades of Royal Blue #316CE4
Tints of Royal Blue #316CE4
RGB
CMYK
RGB Variations
Color information
#316CE4 (or 0x316CE4) is known color: Royal Blue. HEX triplet: 31, 6C and E4. RGB value is (49,108,228). Sum of RGB (Red+Green+Blue) = 49+108+228=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 228 (89.45% from 255 or 59.22% from 385); Max value from RGB is 228 - color contains mainly: blue. Hex color #316CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CE4 is #CE931B. Grayscale: #676767. Windows color (decimal): -13538076 or 14969905. OLE color: 14969905.
HSL color Cylindrical-coordinate representation of color #316CE4: hue angle of 220.22º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316CE4 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 108 | 228 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.11 |
| HSL | 220.22º | 0.77% | 0.54% | - |
| HSV(B) | 220.22º | 0.79% | 0.89% | - |
| XYZ | 20.63 | 16.98 | 75.59 | - |
| YUV | 104.04 | 197.95 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 228 | 0.79 | 0.53 | 0 | 0.11 | 220.22 | 0.77 | 0.54 |
| Hex | 31 | 6C | E4 | 4F | 35 | 0 | B | DC | 4D | 36 |
| Octal | 61 | 154 | 344 | 117 | 65 | 0 | 13 | 334 | 115 | 66 |
| Binary | 110001 | 1101100 | 11100100 | 1001111 | 110101 | 0 | 1011 | 11011100 | 1001101 | 110110 |
Color Harmonies of #316CE4
Complementary color
Monochromatic Colors of #316CE4
Black with #316CE4
Text Example
Text Example
White with #316CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316CE4; }
p { color: rgb(49,108,228); }
H1.HeaderClassName
{
color: #316CE4;
}
.AnyTagClassName
{
color: #316CE4;
}
</style>
background-color css
<style>
a { background-color: #316CE4; }
a { background-color: rgb(49,108,228); }
div.DivClassName
{
background-color: #316CE4;
}
.BgClassName
{
background-color: #316CE4;
}
</style>
border-color css
<style>
span { border-color: #316CE4; }
span { border-color: rgb(49,108,228); }
td.TdClassName
{
border-color: #316CE4;
}
.TagClassName
{
border-color: #316CE4;
}
</style>