Shades of Royal Blue #316ADC
Tints of Royal Blue #316ADC
RGB
CMYK
RGB Variations
Color information
#316ADC (or 0x316ADC) is known color: Royal Blue. HEX triplet: 31, 6A and DC. RGB value is (49,106,220). Sum of RGB (Red+Green+Blue) = 49+106+220=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #316ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ADC is #CE9523. Grayscale: #656565. Windows color (decimal): -13538596 or 14445105. OLE color: 14445105.
HSL color Cylindrical-coordinate representation of color #316ADC: hue angle of 220º 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 #316ADC is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 106 | 220 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.14 |
| HSL | 220º | 0.71% | 0.53% | - |
| HSV(B) | 220º | 0.78% | 0.86% | - |
| XYZ | 19.34 | 16.13 | 69.8 | - |
| YUV | 101.95 | 194.62 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 220 | 0.78 | 0.52 | 0 | 0.14 | 220 | 0.71 | 0.53 |
| Hex | 31 | 6A | DC | 4E | 34 | 0 | E | DC | 47 | 35 |
| Octal | 61 | 152 | 334 | 116 | 64 | 0 | 16 | 334 | 107 | 65 |
| Binary | 110001 | 1101010 | 11011100 | 1001110 | 110100 | 0 | 1110 | 11011100 | 1000111 | 110101 |
Color Harmonies of #316ADC
Complementary color
Monochromatic Colors of #316ADC
Black with #316ADC
Text Example
Text Example
White with #316ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316ADC; }
p { color: rgb(49,106,220); }
H1.HeaderClassName
{
color: #316ADC;
}
.AnyTagClassName
{
color: #316ADC;
}
</style>
background-color css
<style>
a { background-color: #316ADC; }
a { background-color: rgb(49,106,220); }
div.DivClassName
{
background-color: #316ADC;
}
.BgClassName
{
background-color: #316ADC;
}
</style>
border-color css
<style>
span { border-color: #316ADC; }
span { border-color: rgb(49,106,220); }
td.TdClassName
{
border-color: #316ADC;
}
.TagClassName
{
border-color: #316ADC;
}
</style>